-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sync fork #43
Merged
Merged
Sync fork #43
Conversation
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
- Delete unnecessary images
- Add three-dot menu so deletion is more obvious - New error icon - Delete unused drawable
- Used when editing the alarm title or when searching for a city
- The clock is displayed on the left side of the screen in landscape mode, and its size is optimized for both tablets and phones; - Increase the size of the analog clock a little in portrait mode; - Delete unnecessary code and file;
- When returning from settings, the cities list would keep the old style until it's force-refreshed when the next minute passes; - Force an immediate change in onResume() by calling the citiesChanged() method;
- (android.permission.BROADCAST_CLOSE_SYSTEM_DIALOGS)
- Add the "tools" namespace declaration so that the layout can be viewed correctly in Android Studio; - Adjust some text colors;
- Delete unnecessary columns and rows in xml layout files; - Delete preemptive dismiss button and "hairline" view; - Delete unnecessary code;
- These two are currently not called anyway: * SCREEN_ON: would have to be explicitly registered, currently not even implicitly called * DATE_CHANGED: Not sure what does the trick instead, but it's currently not called and we get the correct date anyway (tested by setting time to 23:59 and observing the widget)
- Delete unused files; - Delete unused functions; - Delete unused import; - Delete unused strings; - Delete unused fractions; - Delete unused "android:id" in layout files; - Add some "tools:ignore"; - Add some "@SuppressLint()";
- Update strings to have screensaver title translated in settings; - Delete unnecessary file;
- Caused by AlarmTimeClickHandler.saveInstance() which seems unnecessary
- The application reopens on the bedtime tab when the notification is clicked; - Don't display the empty view of bedtime if an alarm has already been created; - Fix lint warnings about bedtime notifications; - The application reopens on the correct tab if the application is closed and the stopwatch, timer or bedtime notification is clicked;
- Copied from Heliboard
- Inspired by Google clock
- Modify checkbox for bedtime, city selection and ringtone selection;
- When an alarm is created, it extends above the floating button
- Improve layouts; - Adjust sleep time typeface if an alarm is set;
- Remove unnecessary event
- Screenshots added
- Delete "vectorDrawables.useSupportLibrary = true"
- Now this button is invisible all the time
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.