0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 12 hours ago.
Nov 14, 2024 — Nov 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Drop Android.mk More... about 1 month ago
Color.xml requires the theme suffix in lowercase but receives it in uppercase, which causes a crash. This fixes the error. More... about 1 month ago
Fix taping on the event from the widget open concrete event. More... about 1 month ago
Make parser more robust against incorrect input More... about 1 month ago
Fix ArrayIndexOutOfBoundsException Under certain unforeseen circumstances (presumably during scrolling or a rapid change of view), mFirstHour is set to -1 or is not updated to a valid value (0-23) in time before the onDraw method is called. More... about 1 month ago
Remove unused resources More... 3 months ago
Move DynamicTheme into DynamicThemeKt More... 3 months ago
Add outside range check More... 3 months ago
Replace png with vector drawable More... 3 months ago
Add missing superCall More... 3 months ago
Use ResourcesCompat More... 3 months ago
Remove unnecessary return More... 3 months ago
Remove redundant assignment More... 3 months ago
Solve lint warnings More... 3 months ago
Remove unused imports More... 3 months ago
prevent dialog crash when activity is destroyed More... 3 months ago
Revert "6430-t-Clear_notification_after_event_ends" More... 3 months ago
Rework theme logic, remove unused code and add edge to edge support. More... 3 months ago
Bump targetSdk to 35 More... 3 months ago
Bump gradle version More... 4 months ago
Update time zone database to 2025b More... 4 months ago
New version 1.0.51 More... 4 months ago
Fix Event date picker for end date always preselects start More... 4 months ago
Replace Activity with Context so that the function isSystemInDarkTheme() can be called with any context. More... 4 months ago
Translated using Weblate (Korean) More... 4 months ago
Improve readability of "guest badge" and solve lint warnings More... 4 months ago
Replace deprecated onBackPressed() with getOnBackPressedDispatcher() More... 4 months ago
Translated using Weblate (Ukrainian) More... 4 months ago
Improve guest selection style so that the colors match the different themes. Also added support for vectorDrawables. More... 4 months ago
Replace baseline vector icon with the corresponding outline version. More... 4 months ago