This repository has been archived by the owner on Aug 10, 2022. It is now read-only.
1.0.0-rc1
Pre-release
Pre-release
First release candidate. Currently there are no known issues and the project has a full documentation (source code only).
hitogo-core
Features
- All force related methods and implementation have been removed to prevent breaking certain features. The ability to force the animation might be re-added in the future if there is a proper implementation.
- Added javadoc to all classes
Bugfixes
- Removed isClosingAfterClick for the system dialog buttons (default button provided by the Android dialog system)
hitogo-testing
Features
- Added javadoc to all classes
Bugfixes
- Fixed several mock creation classes that were using final mocks instead of local mocks (final stubbing is not allowed in junit)