727 Commits

Author SHA1 Message Date
MM20
ee9312a887
Add contact plugin settings 2025-04-06 14:10:48 +02:00
MM20
cab93f87aa
Restructure contacts search for plugins 2025-04-05 17:18:22 +02:00
MM20
04dd12ee96
Contact stuff 2025-04-04 18:16:16 +02:00
MM20
aefb600178
Use adjust spacing for favorites grid
Fix #1347
2025-04-04 12:24:56 +02:00
MM20
fb33c859d3
Version 1.35.2 2025-04-03 22:17:02 +02:00
MM20
2080897839
Version 1.35.1 2025-04-02 23:59:43 +02:00
MM20
9a5af89ec9
Fix outlined clock style 2025-04-02 23:59:03 +02:00
MM20
811d3c8b28
Version 1.35.0 2025-04-02 23:30:24 +02:00
MM20
4d78c3c24d
Fix map tiles in rtl layout
Fix #1333
2025-04-02 23:26:49 +02:00
MM20
a85530de42
Add contact search switch on contact search settings screen 2025-04-02 23:19:33 +02:00
MM20
41cc240c42
Remove large search radius warning 2025-04-02 23:10:03 +02:00
MM20
0ac5212da1
Make sure there is always just one work profile 2025-04-02 21:09:51 +02:00
MM20
bffd440408
Merge branch 'main' into Hide-zombie-secure-folder-tab 2025-04-02 20:46:12 +02:00
MM20
f291c40656
Reset expanded search results on query change 2025-04-02 20:20:00 +02:00
KorigamiK
2c2c88b93c
Feat: App list view (#1170)
* Feat: grid icon visibility settings and migration support

* fix: remove unnecessary padding

* Feat: Create List View Settings

* fix FavoritesPartProvider

* small fix

* fix favorites

* Remove useless datastore migration

* Change app list default value

* Revert migration 3

* Hide list icon preference if list is not enabled

* Use ListResults for app list

---------

Co-authored-by: MM20 <15646950+MM2-0@users.noreply.github.com>
2025-04-02 19:59:13 +02:00
Christoph
67a5fd25de
LocationItem: group departures by line (#1295)
* group departures by line if more than one line depart from given stop

* code cleanup

* preselect line with nextDeparture

* add horizontal divider to improve legibility

* change LineFilterChip styling

* sort by lineType, then by lineName, animateScrollIntoView

* Show departure in minutes on single tap

also:
- replace `remember(time)` with `key(time)` where applicable to
  keep "in ... minutes" up to date
- only animate lineFilterChips into view once per card composition
- show old list for up to two lines
- disable departure list `onLongPress`
- ditch `detectDragGestures` since it does not do anything anyway...
  somehow scrolling the departure list will also scroll the search bar.

* set containerColor to secondary in lineFilterChip to improve legibility for white-ish primary colors

* More color rigamarole

* OCD code tweaks

* Don't use extension functions

* Split LocationItem into multiple subcomponents

* Adjust line colors

* Always use filter chips view for departures

* Limit departures to 8 per line, make list not scrollable

* Adjust spacing

* Add transition

* Improve line sorting

* Fix line chip spacing

* detectTabGestures -> combinedClickable

---------

Co-authored-by: MM20 <15646950+MM2-0@users.noreply.github.com>
2025-04-01 18:02:29 +02:00
Christoph
a0bc07fe14
LocationItem: show {Open,Closed} in search result when details are not shown (#1320) 2025-03-29 17:27:11 +01:00
Christoph
bceae1aa58
ContactItem improvements (#1324)
* ContactRepository: try to deduplicate phoneNumbers in a smart way

* AndroidManifest: use CALL_PHONE permission to allow for making phone calls

* Implement CallOnTap with contact results

- contact activities that require permissions we do not have are not
  listed
- add CallOnTap setting for phone number results on search behind
  contacts settings

* utilize PhoneNumberUtils

* navroute settings/search/contacts

* queryIntentActivities -> resolveActivity

* localization

* Code formatting

* Wrap contact search settings in preference category

---------

Co-authored-by: MM20 <15646950+MM2-0@users.noreply.github.com>
2025-03-29 17:18:30 +01:00
MM20
bc8d05169d
Track contact usage 2025-03-29 13:43:59 +01:00
MM20
01261b422c
Show places search switch on main settings page if there is only one provider 2025-03-28 22:58:47 +01:00
MM20
d3d354d43e
Fix saving settings route state on activity recration 2025-03-25 21:50:03 +01:00
MM20
bbf64e1522
fix 2025-03-25 20:11:25 +01:00
MM20
1315ae39b8
Make plugin screen scrollable 2025-03-25 19:56:41 +01:00
MM20
b4056df5c2
Simplify calendar search settings when no plugins are installed 2025-03-24 23:31:16 +01:00
Christoph
162ee870b9
LocationItem: localize departure time preview (#1294)
* localize departure time preview

* use plurals

* use plural format string correctly
2025-03-23 20:39:42 +01:00
leekleak
daa601e9fc
fix gaps between map tiles (#1303) 2025-03-21 17:32:15 +01:00
leekleak
cb92900071
Fix bottom sheet overlapping status bar (#1284) 2025-02-28 18:12:33 +01:00
leekleak
e1ef6cc5b1
fix selection (#1286) 2025-02-28 11:53:10 +01:00
leekleak
ff695cb767
Use color for icon shape selection (#1285) 2025-02-28 11:00:12 +01:00
leekleak
1662024a0d fix merging of work profiles 2025-02-25 16:46:07 +02:00
Oscar Ronberg
5240431348
Add style to BinaryClock for 24-hour time (#1190)
* Add style to BinaryClock for 24-hour time

* Use global time format preference for all clock widget styles

* Add support for time format preference to remaining clock styles

---------

Co-authored-by: MM20 <15646950+MM2-0@users.noreply.github.com>
2025-02-24 18:56:19 +01:00
MM20
8d1800b95b
Get rid of Guava 2025-02-10 20:41:40 +01:00
MM20
61f1eb0ffa
Remove unintended SettingsActivity opening animation 2025-02-10 20:11:06 +01:00
MM20
d97811d4e8
Show undo snackbar after removing a widget 2025-02-09 16:51:55 +01:00
MM20
45a19ce95e
Remove Google integration 2025-02-09 12:54:20 +01:00
Thunder
a371213d4a
Fix crash after tapping "Configure widget" in Settings (#1242)
* Fix crash after tapping "Configure widget" in Settings > Home screen > Clock

Closes #1221

* Fix another crash

---------

Co-authored-by: MM20 <15646950+MM2-0@users.noreply.github.com>
2025-02-08 12:49:49 +01:00
leekleak
024a646b1a
Standardize bottom sheets (#1231)
* move to prebuilt bottom sheet

* improve searchable editing

* fix too much space above widget picker sheet search bar

* improve restore/backup sheets

* import theme and location picker scaffolds

* improve clock widget settings icons

* continue migration

* remove search action delete button

* force maximise tag edit sheet

* add background to icon pick button

* accomodate long button name
2025-01-22 17:57:32 +01:00
leekleak
8d7084e23f
Add tooltips to widgets (#1229)
* add tooltips

* update toolbar tooltip

* prettify ifelse statements
2025-01-18 16:17:23 +01:00
MM20
8b4c3c10ca
Version 1.34.1 2024-12-24 11:26:45 +01:00
MM20
8d71b41163
Initialize items state in searchable picker before searching
Fix #1159
2024-12-20 13:40:58 +01:00
MM20
cc339307bb
Fix search filters 2024-12-20 13:34:10 +01:00
MM20
d565da1492
Version 1.34.0 2024-12-05 18:57:43 +01:00
MM20
62a45c55be
Remove compact clock widget divider when no clock is selected
Close #1098
2024-12-05 18:46:26 +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
3fe8c8194e
Fix wind speed unit conversion
Fix #1153
2024-12-05 18:42:01 +01:00
MM20
ca36f3cac1
Add support for custom icon pack tag icons 2024-12-03 19:08:50 +01:00
MM20
25551859c5
Revert "Bring back tag expand / collapse shared element transition"
This reverts commit cd803974de86f4bf94b1d39e4d95687b80a721d9.

Close #1145
2024-11-23 22:28:50 +01:00
MM20
930897f1d6
Add preference for compact tag buttons
Close #645
2024-11-22 21:49:45 +01:00
MM20
cd803974de
Bring back tag expand / collapse shared element transition
Surely the bug that crashes the launcher has been fixed by now :clueless:
2024-11-22 17:51:54 +01:00
MM20
8f0e967143
Replace onGloballyPositioned with onRectChanged but then don't do it because it doesn't work 2024-11-22 17:26:02 +01:00