Commit Graph

55 Commits

Author SHA1 Message Date
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
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
b874d55569 Feature: Added the ability to backup and restore apps. 2024-12-02 10:42:45 +00:00
HeCodes2Much
db56cb0df7 Feature: Added Navigation hiding. 2024-12-01 19:00:47 +00:00
HeCodes2Much
fc6a7caab3 Miscellaneous Bug Fixes 2024-12-01 17:42:20 +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
e049de06d8 Feature: Added the ability for home app to be at bottom. 2024-11-29 17:55:18 +00:00
HeCodes2Much
4138c02da3 Feature: Added a toggle to disable animations. 2024-11-29 08:52:31 +00:00
HeCodes2Much
b17d66192e Feature: Added the ability to set a gesture to open Launcher Settings and Digital Wellbeing. 2024-11-28 21:30:03 +00:00
HeCodes2Much
27a2ad99bb Remove: Removed setting for dots. 2024-11-26 19:18:58 +00:00
HeCodes2Much
a5397afbc6 Feature: Added a new App Group Padding setting 2024-11-26 17:56:49 +00:00
HeCodes2Much
b4e56876d1 Feature: Added app language selection. 2024-11-25 17:30:53 +00:00
HeCodes2Much
d6b223f261 Fix: Fixed issues with translations missing strings 2024-11-25 15:37:14 +00:00
HeCodes2Much
153a4d9d41 Fix: Fixed issues with translations 2024-11-25 15:34:35 +00:00
HeCodes2Much
d6050f399f Feature: Added Alarm Clock to HomeScreen. 2024-11-24 18:19:29 +00:00
HeCodes2Much
29d2954314 Feature: Added Fuzzy Finding
Closes#: #150
2024-11-23 21:43:50 +00:00
HᴇCᴏᴅᴇs2ᴍᴜᴄʜ
6b72000c60 Feat: Added the base for the new settings screen (#130)
* Feat: Added the base for the new settings screen

* Fix: Removed junk from Home

* Fix: Cleanup Setting

* Fix: Bit more advanced settings

Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
2024-09-27 20:40:22 +01:00
HeCodes2Much
630e5c6b2c Feat: Added a default search engine so can use other apps other then ones selected 2024-09-27 14:42:04 +01:00
HᴇCᴏᴅᴇs2ᴍᴜᴄʜ
403dd56be9 Update strings.xml
Signed-off-by: HᴇCᴏᴅᴇs2ᴍᴜᴄʜ <wayne6324@gmail.com>
2024-09-04 09:51:43 +01:00
HeCodes2Much
34f32ffffe Feat: Added app dot icons.
Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
2024-08-26 17:05:53 +01:00
HeCodes2Much
69742ab82f Feat: Added placeholder text when no fave or hidden apps.
Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
2024-07-13 13:13:42 +01:00
HeCodes2Much
623d2ab633 Refactor: Made the backup system better so users chose the location.
Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
2024-07-13 12:32:52 +01:00
HeCodes2Much
c727bfec87 Housekeeping: Moved Word-of-the-day strings to there own file.
Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
2024-07-09 17:22:12 +01:00
HeCodes2Much
e600252602 Feat: Added support for open app via gesture.
Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
2024-07-09 12:12:33 +01:00
HeCodes2Much
e125d443bb Feat: Added font selection to select font used throughout the launcher
Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
2024-07-04 21:03:01 +01:00
HeCodes2Much
500783f46e changed string to be 1 line.
Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
2024-07-04 15:40:32 +01:00
HeCodes2Much
ef4bec64f9 fix: fixed acra_mail_body string
Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
2024-07-04 15:38:13 +01:00
HeCodes2Much
aa030e4635 Fix: Fixed the navigation well adding hidden apps to swipes
Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
2024-06-17 16:56:04 +01:00
HeCodes2Much
0cb3aa6729 Feat: Added a toggle for sun set and sun rise info.
Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
2024-06-17 13:50:11 +01:00
HeCodes2Much
66eb7c123e Feat: Added crash report system.
Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
2024-06-17 12:34:32 +01:00
HeCodes2Much
e0256f823c Fix: Fixed the battery current and voltage numbers.
Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
2024-06-10 21:30:33 +01:00
HeCodes2Much
1c43940bfa tmp fix
Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
2024-06-10 20:51:48 +01:00
HeCodes2Much
91d34ae6b3 Refactor: Refactored the settings for widgets. 2024-06-10 15:59:00 +01:00
HeCodes2Much
316b755ead Feat: Added batter status widget.
Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
2024-06-08 22:03:39 +01:00
HeCodes2Much
327f1447a7 Refactor: More widget stuff and fixing of files.
Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
2024-06-07 20:03:19 +01:00
HeCodes2Much
94fe747ffd Refactor: Added widget page to the gestures.
Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
2024-06-02 19:48:58 +01:00
HeCodes2Much
924e052598 Feat: Added custom gestures.
Added Gestures:
- DoubleTap.
- Swipe: Up, Down, Left, Right.

Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
2024-06-02 18:36:58 +01:00
HeCodes2Much
0d2527a1a2 Feat: Added extra search engines to the settings.
Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
2024-06-01 18:37:42 +01:00
HeCodes2Much
c58e16c3a0 chore(change): fix version typo 2024-05-26 07:50:56 +01:00
HeCodes2Much
8b1c0a390d Refactor: Worked out a better way for moving around the app.
Changed from using ViewPager2 for changing apps of the app.
Added animations for changing to different fragments of the app
2024-05-25 17:48:33 +01:00
HeCodes2Much
9e05fe7c38 refactor: Cleaned up the way that we move between fragments
I have removed the need for ViewPager2 to move between fragments
2024-05-23 19:05:57 +01:00
HeCodes2Much
f6c1f9d0f6 feat: Added Basic Backup / Restore Feature 2024-05-21 19:38:27 +01:00
HeCodes2Much
72f212ec08 Refactor: Refactor some of the setting to also work other places. 2024-05-20 22:46:49 +01:00
HeCodes2Much
20dd245c6c chore(language): Fix the language files. 2024-05-19 20:40:03 +01:00
HeCodes2Much
9cddace27a Refactor: Refactor settings menu for cleaner look. 2024-05-19 20:20:56 +01:00
HeCodes2Much
3c44951bd7 Updated Language Files 2024-05-11 21:38:33 +01:00
HeCodes2Much
2c133c6547 Updated Language Files 2024-05-11 21:35:29 +01:00
HeCodes2Much
f91bd777b2 Feat: Added Auto keyboard & Auto Open last app toggle settings. 2024-05-11 21:29:15 +01:00