-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added shortcut to vibrate the current time
- Increased vibration intensity for Android versions >= 8 - Fixed drifting alarms - Updated to ViewPager2 and other small ui fixes
- Loading branch information
Showing
18 changed files
with
455 additions
and
167 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,8 +31,8 @@ android { | |
minSdkVersion 16 | ||
targetSdkVersion 34 | ||
multiDexEnabled true | ||
versionCode 10 | ||
versionName '2.2.0' | ||
versionCode 11 | ||
versionName '2.3.0' | ||
// project website | ||
buildConfigField 'String', 'CONTACT_EMAIL_ADDRESS', '"[email protected]"' | ||
buildConfigField 'String', 'PROJECT_WEBSITE', '"https://github.com/scheibler/TactileClock"' | ||
|
@@ -72,7 +72,7 @@ dependencies { | |
implementation 'androidx.drawerlayout:drawerlayout:1.2.0' | ||
implementation 'androidx.fragment:fragment:1.6.2' | ||
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.1.0' | ||
implementation 'androidx.viewpager:viewpager:1.0.0' | ||
implementation 'androidx.viewpager2:viewpager2:1.0.0' | ||
// material design | ||
implementation 'com.google.android.material:material:1.11.0' | ||
// guava | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.