- Added some firebase events to updateUI
- Fixed translation error in german strings.
- Backup: Added a backupAgent for shared preferences (Issue #2)
- Service: Added a real background service (Issue #4)
- Service: starts on boot and on app usage if needed
- Menu: added start and stop entries for the new background service
- Menu: added visit GooglePlay entry
- UI: Removed percentage-diff-caculation between today and previous usage count
- UI: Optimized UI for devices <= 5" (Issue #1)
- Leaving app with back-button resulted in counting errors (Issue #3)
- Replaced all deprecated calls
- About window
- Option to delete all usage data
- Added percentage diff between todays- and yesterdays-usage count
- Added export function for usage data
- Added support for notifications
- Added popupmenu (replacing several image buttons)
- Output of Usage History per day is now sorted (reverse order)
- Enhanced code quality (based on Codacy analyze)
- New app icon
- History data is now displayed
- UI is now refreshed after deleting usage data
- Fixed a wrong +1 on app relaunch without real event in between
- Fixed unescaped character in string
- First release
- Count display on events per day
- Write history (events per day, low- and highscore)
- Recommend app function
- Localization: english and german
MAJOR.MINOR.PATCH
MAJOR
version (incompatible API changes,)MINOR
version (adding functionality)PATCH
version (bug fixes)
Added
: for new featuresChanged
: for changes in existing functionality.Deprecated
: for soon-to-be removed features.Removed
: for now removed features.Fixed
: for any bug fixes.Security
: in case of vulnerabilities.