Skip to content
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 96 commits into from
Apr 21, 2024
Merged

Sync fork #43

merged 96 commits into from
Apr 21, 2024

Conversation

qw123wh
Copy link
Owner

@qw123wh qw123wh commented Apr 21, 2024

No description provided.

- 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;
- 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;
- Screenshots added
- Delete "vectorDrawables.useSupportLibrary = true"
- Now this button is invisible all the time
@qw123wh qw123wh merged commit 20290cd into qw123wh:master Apr 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants