158 Commits

Author SHA1 Message Date
MM20
64dc66aadb Update dependencies, change java version to 11, update Gradle 2026-08-12 23:42:41 +02:00
MM20
3f4deead1b (refactor) refactor ProfileManager class 2026-07-19 18:27:59 +02:00
MM20
89fac566e9 Revert "Filter private space apps from favorites while hidden"
This reverts commit 75f69747ce9d52fcd29997d7b2718357852c0c76.
2026-07-04 15:58:05 +02:00
Alex Alwardt
db051292be Feature: Respect hidden private space option (#1923)
* Hide private profile space apps from search when hide private space option is enabled, and add a search action for locking and unlocking the private space.

* Filter private space apps from favorites while hidden
2026-07-04 15:57:54 +02:00
MM20
06982b6e5a Specify compile sdk minor version
Close #1867
2026-04-14 20:00:45 +02:00
MM20
37fa1697dd Migrate to Android Gradle Plugin 9 2026-03-28 16:02:54 +01:00
Aryan
b95c9c218b feat: Remove Accessibility requirement for Notification and Quick Settings gestures (#1784)
* Replace Accessibility Service with reflection for Notification and Quick Settings actions

* move reflection logic to GlobalActionsService with fallback
2026-01-28 17:39:25 +01:00
MM20
a816e18e14 yet another attempt to improve feed interaction 2026-01-11 14:30:23 +01:00
MM20
93250bd07d Improve feed gestures 2026-01-06 21:50:28 +01:00
MM20
664419b3c4 [WIP] Add experimental feed support 2026-01-05 23:45:20 +01:00
MM20
c09a5aa425 Rename favorites widget 2025-12-23 17:55:21 +01:00
leekleak
9d638d5984 Fix album cover jank (#1658)
* fix album cover jank

* reduce album resolution
2025-11-11 19:15:41 +01:00
MM20
b4bb2ae663 Migrate to Material symbols 2025-11-07 22:50:45 +01:00
MM20
ede17ad0d8 Revert "Add cloned profile support"
This reverts commit 1d2798ba4f.

Reopen #1364
2025-10-24 20:14:10 +02:00
MM20
1d2798ba4f Add cloned profile support
Close #1364
2025-10-24 19:59:31 +02:00
MM20
2953667875 Migrate OkHttp to Ktor 2025-09-13 17:26:40 +02:00
shtrophic
55365fbc59 Locations: reduce polls (#1560)
* .take(3).timeout(1.minutes)

* debounce location search by 250ms to reduce location queries

* reduce timeout to 30 seconds

* keep code and comments in sync ...

* Move empty query condition check back to LocationsRepository

---------

Co-authored-by: MM20 <15646950+MM2-0@users.noreply.github.com>
2025-08-31 20:43:29 +02:00
MM20
d4549069b8 modernize gradle scripts 2025-08-16 16:34:03 +02:00
leekleak
f0374a08c7 fix widget duplicates (#1536) 2025-07-24 20:13:46 +02:00
MM20
2d40459237 Remove unused resources and libraries 2025-04-20 18:30:56 +02:00
MM20
cab93f87aa Restructure contacts search for plugins 2025-04-05 17:18:22 +02:00
MM20
b2cf7f5e5e Fix nullability of resolveCustomIcon return value
Fix #1181
2025-04-01 23:00:41 +02:00
MM20
b4056df5c2 Simplify calendar search settings when no plugins are installed 2025-03-24 23:31:16 +01:00
MM20
94a7b555ba Extend icon pack intent filter 2025-03-08 11:03:23 +01:00
MM20
45a19ce95e Remove Google integration 2025-02-09 12:54:20 +01:00
MM20
27ac650930 var -> val 2024-12-24 11:23:01 +01:00
MM20
cc339307bb Fix search filters 2024-12-20 13:34:10 +01:00
Christoph
8c4bfb7dc9 SearchVM, SearchService: improve search UX by reducing flickering (#1117)
* Fix: don't treat PH OpeningHours with specified time as `everyDay`

* Use SnapshotStateList in SearchVM and don't clear search-results if
there are no new search results from SearchableRepositories

* Rename parameter

* mergeStateLists: refactor as extension method, add apps to SearchResults by default

---------

Co-authored-by: MM20 <15646950+MM2-0@users.noreply.github.com>
2024-12-05 18:44:34 +01:00
MM20
ca36f3cac1 Add support for custom icon pack tag icons 2024-12-03 19:08:50 +01:00
MM20
a21dde5741 Improve tag emoji assignment 2024-11-11 20:48:04 +01:00
MM20
06c7331584 Move Tag and tag serialization classes to core:base 2024-10-26 19:41:54 +02:00
MM20
bbaba3aad9 Fix pinned tags changing positions when renamed 2024-10-20 22:16:27 +02:00
MM20
309f254878 Fix private space apps being assigned to main profile when private space is locked 2024-10-12 11:23:02 +02:00
MM20
318c26a439 Mask private profile apps while private space is locked 2024-08-13 15:19:24 +02:00
MM20
a4be78d6b1 Fix custom icons incorrectly being themed
Fix #964
2024-07-22 20:50:03 +02:00
MM20
3993f9505c Add private space support 2024-07-19 17:13:06 +02:00
MM20
52150c5257 Compile SDK 35 2024-07-18 18:46:12 +02:00
MM20
cf398f66a0 Fix custom icon pack icons not being themed
Fix #949
2024-07-17 23:32:31 +02:00
MM20
c7804296d7 Refactor search 2024-07-17 23:27:00 +02:00
MM20
5a28eb584e React to changing profile availability 2024-07-07 14:29:42 +02:00
MM20
0bf395e81f Fix crash when plugin is unavailable 2024-06-30 19:54:15 +02:00
MM20
be20e4d1a7 Add hidden item badges 2024-06-17 23:13:07 +02:00
MM20
c7ea840fc5 Add search-only visibility level to items 2024-06-17 22:59:12 +02:00
MM20
a63f434efc Use imageVectors in badges and fix badge icon colors 2024-06-16 17:15:57 +02:00
Christoph
65a9c8c1fe Add support for location plugins (#772)
* Cherry pick location refactor

* Refactor :data:openstreetmaps to :data:locations

* contract, plugin sdk

* Implement serialization, module tweaks

* Include check for out-of-date departures in SearchableItemVM.requestUpdatedSearchable()

* settings for location plugins

* Try not to be too lazy

* more fiddling with the plugin SDK

* add departures in MapView with mock data for debug builds

* change icons

* add boats

* animate departure lazycolumn

* Add MarqueeText for text overflow handling

* Define height for Departures in case there is no map to display

* Don't inclure railway / highway tags for OSM since there will be location plugins for that

* sort by time

* - Apply pre-merge changes to LocationSettings
- Add banner warning about slowed down location search for large search radii

* ditch `showLocationOnMap`

* LocationItem: make `showOpeningSchedule` toggleable

* LocationItem: make Navigation AssistChip work for people that don't have google maps installed

* LocationItem: resolve TODOs

* MapTiles: ditch unused code, animate userIndicator

* Reintroduce departure list

* Add LineColor

* Add osm tag `stars` as `userRating` https://taginfo.openstreetmap.org/keys/stars#overview

* typealias -> import

* Don't add Navigation Chip when there is no way to resolve navigation intents

* Add settings migration

* Set plugin SDK version to 1.2.0-SNAPSHOT

* Deduplicate shared plugin classes, use kotlinx.serialization

* Fix imports

* Use ZonedDateTime for depature times

* Add more line types

* Rewrite location serialization

* Replace street/houseNumber with address

* Add attribution field

* Add plugin config

* Reject location search requests without lat lon parameters

* Add default values to plugin location class

* Don't crash if column value is null

* Add docs comments to LocationCategory values

* Refactor OpeningSchedule as polymorphic

* remove dead corpse *ahem* code

* Split LocationCategory into category and icon

(Also update to Kotlin 2.0, please don't do this at home)

* Add more location icons

* Fix (?) location deserializer

* Add more location icons

* More icons

* Meh

* Add Pub

* Disable Github Maven repo if credentials are missing

* Add location search specific settings to plugin details screen

* Add language parameter

* Unbreak the build

* Refactor plugin SDK (with breaking changes)

* Set plugin SDK version to 2.0.0-SNAPSHOT

* Document SDK breaking changes

* Implement LocationProvider.getQuery

* Add a typesafe cursor API

* Oops I did it again

next time maybe check if the code is actually compiling before pushing

* Add missing return statement

* Fix list serialization

* Departure time UI adjustment

* Use typesafe cursor for weather plugins

* Add userRatingCount and emailAddress fields

* grrr

* Rename and extend LineTypes

* Add default lineType to Departure to fix serialization errors

* Fix refreshing stored plugin locations

* Adapt line name column width to available departures

* Fix plugin settings screen category overlap

* add LocationItem.GenericTransit

* Fix crash during deserialization of locations

* Update SDK docs

* Replace plugin "official" mark with "verified developer" mark

before anyone gets sued

* show 'now' when departure is in less than one minute

* Add typesafe Bundle API

* Implement plugin API changes

* Plugin SDK: Fix refresh result not being returned

* Update docs

* apply alpha to departures that have departured

* better (maybe): reduce saturation instead of alpha

* Add default values for Attribution

* Display attribution

* Rearrange location result layout

* Reduce searchable update interval to 1 minute

* Pass last update time to refresh function

* Change refresh path and ensure that timestamp is only update when the item was updated

* categorize osm location

* Update docs

* Optimize location search

- run providers in parallel
- flatten code

* add experimental address parsing for OSM

* add poi_category_townhall

* Fix popup closing when favorites items are updated

* Revert "Fix popup closing when favorites items are updated"

This reverts commit fc517fd066c7f8109b6d6df2d4f536af66398207.

* Fork AndroidAddressFormatter to `:libs:address-formatter`

* migrate `:libs:address-formatter` dependencies to version catalog and update them

* also consider addr:{suburb,hamlet} for `Address.city` if city tag is missing

* Move poi strings back to strings.xml

* Update Jetpack Compose

* Move address-formatter back to its original package, add license and readme

* Move address-formatter back to its original package

---------

Co-authored-by: MM20 <15646950+MM2-0@users.noreply.github.com>
2024-06-14 11:57:03 +02:00
MM20
9c5f1e971f Improve icon search 2024-05-20 16:16:22 +02:00
MM20
a29475b485 Add hidden item badges (but don't enable them) 2024-05-03 23:50:34 +02:00
MM20
b5aa35ed70 Unblocklist spotify custom actions 2024-05-03 11:13:45 +02:00
MM20
a86c400a30 Fix NPE 2024-05-01 01:02:11 +02:00
MM20
ee83b87f39 Reset search filters when query is cleared 2024-04-21 20:30:55 +02:00