Commit Graph

269 Commits

Author SHA1 Message Date
9799d3057b fix: notification dots render reliably
- NotificationBadgeService: re-posted notifications update the stored
  badge number instead of being dropped; flag changes (clearable ->
  ongoing) remove the entry; exclude group summaries (AOSP Launcher3
  does too) and USER_ALL (-1) records; log each counts publish.
- HomeFragment: register the badge collector once in onViewCreated
  instead of every onResume (collector leak); rebind the visible home
  rows immediately when the notification-dots toggle flips.
- NotificationDotHelper: plain red dot without the white outline;
  position tangent to the top-right corner so the circle is never
  clipped by the icon bitmap.
2026-08-19 13:14:36 +02:00
84fdb81061 feat: notification dots follow AOSP badge count semantics
NotificationBadgeService now sums Notification.number (or 1 when unset)
per package across counted notifications, matching Launcher3 badge
behavior. A single K-9 notification with number=14 (unread count) now
yields a dot, not just one notification = one dot.
2026-08-19 12:14:52 +02:00
8cb9166f41 fix: widen weather glyph/temperature gap; drop debug logs 2026-08-19 11:51:21 +02:00
010ff8a0c8 feat: current weather on home screen (MET/Yr API, no key)
The Yr app (no.nrk.yr) exposes no data to third parties; its backend,
api.met.no locationforecast 2.0, works with no API key (User-Agent header
only). New toggle 'Show Current Weather' under Display, right after 'Show
App Icons'. The home element is formatted exactly like the daily word and
shows a nerd-font weather glyph (nf-weather-*, from the installed
JetBrainsMonoNerdFont) plus the temperature in Celsius, e.g. '\uE312 16°'.

A 95KB subset of JetBrainsMonoNerdFont (ASCII + weather glyphs, OFL) is
bundled as R.font.jetbrains_mono_nf_weather so the glyphs render even if
the launcher font setting changes.

Uses the launcher's existing saved location (lat/lon prefs).
2026-08-19 11:15:21 +02:00
5288c980d0 feat: notification dots on app icons
New NotificationBadgeService (NotificationListenerService) tracks pending,
dismissible notifications per app. Home, favorite, and drawer icons get a
red dot in the top-right corner when the app has active notifications.

Settings: 'Notification Dots' toggle under Display features; enabling it
opens the system notification-access screen when permission is missing.
Dots update live via a StateFlow observed by the fragments.
2026-08-19 10:53:39 +02:00
0aaf00988d feat: scroll app list from anywhere on screen; gate search item animation
DrawFragment: app-list touch area now forwards vertical drags/flings to the
drawer RecyclerView, so the list scrolls even when grabbing empty space
right of the app names. OnSwipeTouchListener gained no-op vertical scroll
and fling hooks.

When animations are disabled, drop the RecyclerView item animator so
DiffUtil search updates no longer pan entries up into place.
2026-08-19 10:39:40 +02:00
e69796535f fix: next alarm time follows system 24-hour format setting
getNextAlarm hardcoded 'hh:mm a' (12-hour). Now uses
DateFormat.is24HourFormat to pick HH:mm vs hh:mm a.
2026-08-19 10:18:57 +02:00
bea62e8d88 better fuzzy search
Some checks failed
Android Main Branch CI / Build, Sign & Upload (push) Has been cancelled
Update CHANGELOG.md / changelog (push) Has been cancelled
Validate Gradle Wrapper / Validation (push) Has been cancelled
2026-08-18 10:13:25 +02:00
Jonas H
416766a491 key press -> app list
Some checks failed
Android Main Branch CI / Build, Sign & Upload (push) Has been cancelled
Update CHANGELOG.md / changelog (push) Has been cancelled
Validate Gradle Wrapper / Validation (push) Has been cancelled
Android Release CI / Build, Sign & Release (push) Has been cancelled
Nightly Release / release (push) Has been cancelled
Nightly Release / Build, Sign & Release (push) Has been cancelled
Delete Unused Caches / delete (push) Has been cancelled
Close Inactive Issues & Pull Requests / close-issues (push) Has been cancelled
2026-08-17 11:48:43 +02:00
𝙲𝚛𝚎𝚊𝚝𝚒𝚟𝚎𝙲𝚘𝚍𝚎𝙲𝚊𝚝
6aea7e1449 Lang: Updated Language Files. (#239) 2025-07-15 12:31:01 +01:00
𝙲𝚛𝚎𝚊𝚝𝚒𝚟𝚎𝙲𝚘𝚍𝚎𝙲𝚊𝚝
d90a6e7437 Lang: Updated Language Files. (#231) 2025-04-25 19:49:45 +01:00
𝙲𝚛𝚎𝚊𝚝𝚒𝚟𝚎𝙲𝚘𝚍𝚎𝙲𝚊𝚝
006b329db7 Lang: Updated Language Files. (#228) 2025-03-06 07:33:28 +00:00
𝙲𝚛𝚎𝚊𝚝𝚒𝚟𝚎𝙲𝚘𝚍𝚎𝙲𝚊𝚝
6cd62d8371 Lang: Updated Language Files. (#226) 2025-02-16 16:43:12 +00:00
𝙲𝚛𝚎𝚊𝚝𝚒𝚟𝚎𝙲𝚘𝚍𝚎𝙲𝚊𝚝
d3264065e2 Lang: Updated Language Files. (#213) 2025-01-05 07:55:32 +00:00
HᴇCᴏᴅᴇs2ᴍᴜᴄʜ
da04643837 Lang: Updated Language Files. (#204) 2024-12-08 07:06:13 +00:00
HᴇCᴏᴅᴇs2ᴍᴜᴄʜ
d7a62aa4c1 Fix: Testing a fix for calendar apps 2024-12-05 07:45:25 +00:00
HeCodes2Much
91cea2fd9e Added setOnBottomSheetDismissedListener 2024-12-04 19:35:29 +00:00
HeCodes2Much
9fd1aea9e2 Fix: Fixed the backup System. 2024-12-04 18:45:46 +00:00
HᴇCᴏᴅᴇs2ᴍᴜᴄʜ
f11822c117 Lang: Updated Language Files. (#200) 2024-12-04 17:38:51 +00:00
HeCodes2Much
66065b76f8 Fix: Fixed a few issues with app draw including icons as well as work profile stuff. 2024-12-04 17:34:47 +00:00
HeCodes2Much
8ae80d36d6 Refactor: Re-Enabled 3 fonts that was not working. 2024-12-04 13:16:06 +00:00
HeCodes2Much
ff7ecb1491 Fix: First start with filter when filterStrength is set to 0 2024-12-04 12:56:02 +00:00
HᴇCᴏᴅᴇs2ᴍᴜᴄʜ
846ba48637 Fix: Fixed the search feature to only show items not hidden.
close #199
2024-12-03 09:34:24 +00:00
HᴇCᴏᴅᴇs2ᴍᴜᴄʜ
a55fa685cd Lang: Updated Language Files. (#198) 2024-12-02 20:01:28 +00:00
HeCodes2Much
f6d6797964 Fix: Fixed a few errors with the backup system. 2024-12-02 20:00:43 +00:00
HeCodes2Much
5bdd01076e Refactor: Cleaned up some unneeded code. 2024-12-02 18:57:59 +00:00
HᴇCᴏᴅᴇs2ᴍᴜᴄʜ
fe7def69fe Lang: Updated Language Files. (#197) 2024-12-02 13:31:40 +00:00
HeCodes2Much
ac4456dac4 Feature: Added the ability for restore to also run a clear list before restoring. 2024-12-02 13:20:17 +00:00
HeCodes2Much
b874d55569 Feature: Added the ability to backup and restore apps. 2024-12-02 10:42:45 +00:00
HeCodes2Much
198b2308a5 Fix: Fixed restart app after changing language. 2024-12-02 10:42:06 +00:00
HeCodes2Much
011bd02dd5 Fix: Fixed restart app issue when restoring backup. 2024-12-02 09:09:05 +00:00
HᴇCᴏᴅᴇs2ᴍᴜᴄʜ
8bdc1d1d06 Fix: Fixed the 2 issues with accessibility requirements. 2024-12-01 21:27:31 +00:00
HeCodes2Much
7041293152 fix: fixed the gestures for the settings. 2024-12-01 19:41:34 +00:00
HᴇCᴏᴅᴇs2ᴍᴜᴄʜ
8366c48f79 Lang: Updated Language Files. (#194) 2024-12-01 19:41:19 +00:00
HeCodes2Much
f4a944d443 Fix: Fixed a quick bug in the Widget page. 2024-12-01 19:39:35 +00:00
HeCodes2Much
b510511bad Refactor: Worked on a better looking widget settings. 2024-12-01 19:01:27 +00:00
HeCodes2Much
db56cb0df7 Feature: Added Navigation hiding. 2024-12-01 19:00:47 +00:00
HᴇCᴏᴅᴇs2ᴍᴜᴄʜ
c1cc46949b Lang: Updated Language Files. (#193) 2024-12-01 17:45:14 +00:00
HeCodes2Much
fc6a7caab3 Miscellaneous Bug Fixes 2024-12-01 17:42:20 +00:00
HeCodes2Much
2f028f3956 Refactor: No longer using custom View so therefor fixes gestures. 2024-12-01 12:30:01 +00:00
HeCodes2Much
f91ab64697 Remove: Removed custom view that is not needed. 2024-12-01 12:26:59 +00:00
HeCodes2Much
4832fecfbb Fix: Fixed the backup system. 2024-12-01 08:48:19 +00:00
HᴇCᴏᴅᴇs2ᴍᴜᴄʜ
3e0e66e0be Lang: Updated Language Files. (#189) 2024-11-29 20:27:04 +00:00
HeCodes2Much
d70f785935 Just a Typo spelling mistake 2024-11-29 20:24:48 +00:00
HeCodes2Much
8bcec489e9 Feature: Added the ability to change swipeThreshold. 2024-11-29 20:18:29 +00:00
HeCodes2Much
43a66c40ca Refactor: Cleaned up debug colors. 2024-11-29 18:42:42 +00:00
HᴇCᴏᴅᴇs2ᴍᴜᴄʜ
2c217c4972 Lang: Updated Language Files. (#187)
Co-authored-by: HeCodes2Much-Bot <wayne6324@protonmail.com>
2024-11-29 18:23:58 +00:00
HeCodes2Much
7ebe91ce01 I have added the MarginHorizontal back to the top section of home. 2024-11-29 17:57:57 +00:00
HeCodes2Much
e049de06d8 Feature: Added the ability for home app to be at bottom. 2024-11-29 17:55:18 +00:00
HeCodes2Much
02b778a78d I have fixed intent to backup's 2024-11-29 15:58:25 +00:00