324 Commits

Author SHA1 Message Date
44d7e81801 fix(weather): keep met-weather DTOs from R8 so Gson works; add +4h reading (v0.3.8)
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
GitHub Actions Version Updater / build (push) Has been cancelled
- ProGuard keep rule for dk.haugesenspil.metweather.** (R8 was obfuscating the
  Gson DTOs -> ClassCastException, weather glyph vanished).
- Home current-weather now shows 'current  ->  ~4h' (nearest MET hourly point),
  cached in met_weather_prefs.
release build v0.3.8
2026-08-20 13:19:21 +02:00
a42f913875 refactor: use shared met-weather library for home-screen MET weather (v0.3.7)
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
- Replace internal MetApiService/MetForecastResponse + Retrofit MET fetch in
  AppHelper with dk.haugesenspil:met-weather (Gitea maven).
- fetchMetWeather now delegates to MetWeatherClient; 15-min cache kept.
- Drop MetApiService.kt and MetForecastResponse.kt.
release build v0.3.7
2026-08-20 12:58:52 +02:00
1d5a568218 feat: default swipe-up gesture opens the widgets screen 2026-08-19 16:19:50 +02:00
daa1748858 feat: host app widgets on the widgets screen (K-9 unread widget) 2026-08-19 16:16:47 +02:00
da5542690d release build v0.3.6
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
2026-08-19 13:14:47 +02:00
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
c972125fef release build v0.3.5
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
2026-08-19 11:51:36 +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
16a75a9e7e release build v0.3.4
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-18 10:22:03 +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
CreativeCodeCat
ebe0b1e926 Update SDK, Gradle, and dependencies
- Updated compileSdk and targetSdk to 36
- Updated Gradle wrapper to version 8.13
- Updated various library dependencies to their latest versions, including:
  - Android Gradle Plugin (AGP) to 8.11.1
  - Kotlin to 2.2.0
  - Core KTX to 1.16.0
  - AppCompat to 1.7.1
  - ConstraintLayout to 2.2.1
  - Navigation to 2.9.1
  - Lifecycle to 2.9.1
  - Dagger to 2.56.2
  - WorkManager to 2.10.2
  - RecyclerView to 1.4.0
  - Retrofit to 3.0.0
  - Room to 2.7.2
  - Compose to 1.8.3
2025-07-15 12:27:43 +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
3911b1418d Release: prepare for version 0.3.3 2024-12-04 18:52:04 +00:00
HeCodes2Much
e064e62f2c Fix: Fixed the build number. 2024-12-04 18:51:12 +00:00
HeCodes2Much
9fd1aea9e2 Fix: Fixed the backup System. 2024-12-04 18:45:46 +00:00
HeCodes2Much-Bot
1274d16f77 chore(changelog): Update CHANGELOG.md 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
HeCodes2Much
8aebf00cdf Release: prepare for version 0.3.2 2024-12-02 08:58:32 +00:00
HᴇCᴏᴅᴇs2ᴍᴜᴄʜ
8bdc1d1d06 Fix: Fixed the 2 issues with accessibility requirements. 2024-12-01 21:27:31 +00:00
HeCodes2Much
2d862cc46e Fix: Fixed Debug/Nightly Stuff. 2024-12-01 19:53:03 +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