1241 Commits

Author SHA1 Message Date
MM2-0
e01b91070e Translated using Weblate (German)
Currently translated at 100.0% (804 of 804 strings)

Translation: Kvaesitso/i18n
2025-04-02 21:12:04 +00:00
MM2-0
a4c7f1c2e8 Translated using Weblate (English)
Currently translated at 100.0% (804 of 804 strings)

Translation: Kvaesitso/i18n
2025-04-02 21:12:04 +00:00
MM20
41cc240c42
Remove large search radius warning 2025-04-02 23:10:03 +02:00
Christoph
2d45304211 Translated using Weblate (German)
Currently translated at 100.0% (804 of 804 strings)

Translation: Kvaesitso/i18n
2025-04-02 20:52:45 +00: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
Alireza Rashidi
66192ed35f Translated using Weblate (Persian)
Currently translated at 100.0% (800 of 800 strings)

Translation: Kvaesitso/i18n
2025-04-02 17:59:19 +00:00
Fjuro
590e3dabf1 Translated using Weblate (Czech)
Currently translated at 100.0% (800 of 800 strings)

Translation: Kvaesitso/i18n
2025-04-02 17:59:19 +00: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
Alireza Rashidi
fd8c1a6d3f Translated using Weblate (Persian)
Currently translated at 36.3% (44 of 121 strings)

Translation: Kvaesitso/units
2025-04-01 16:02:36 +00:00
Alireza Rashidi
be3c3895ae Translated using Weblate (Persian)
Currently translated at 100.0% (799 of 799 strings)

Translation: Kvaesitso/i18n
2025-04-01 16:02:36 +00: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
Fjuro
3788eed61d Translated using Weblate (Czech)
Currently translated at 100.0% (799 of 799 strings)

Translation: Kvaesitso/i18n
2025-03-31 07:48:31 +00: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
Wari
21894d8df2 Translated using Weblate (Thai)
Currently translated at 100.0% (796 of 796 strings)

Translation: Kvaesitso/i18n
2025-03-29 15:21:03 +00:00
mvilvi
e3d7fa5a8c Translated using Weblate (Catalan)
Currently translated at 100.0% (121 of 121 strings)

Translation: Kvaesitso/units
2025-03-29 12:19:39 +00:00
mvilvi
4ca245315c Translated using Weblate (Catalan)
Currently translated at 100.0% (796 of 796 strings)

Translation: Kvaesitso/i18n
2025-03-29 12:19:38 +00:00
summoner001
31042e89e5 Translated using Weblate (Hungarian)
Currently translated at 100.0% (796 of 796 strings)

Translation: Kvaesitso/i18n
2025-03-29 12:19:38 +00:00
cat
d3e18c7626 Translated using Weblate (Danish)
Currently translated at 98.7% (786 of 796 strings)

Translation: Kvaesitso/i18n
2025-03-28 22:11:47 +00:00
cat
ecda992d0c Translated using Weblate (Danish)
Currently translated at 90.9% (110 of 121 strings)

Translation: Kvaesitso/units
2025-03-28 22:11:47 +00:00
Massimo Pissarello
b9d3582125 Translated using Weblate (Italian)
Currently translated at 100.0% (796 of 796 strings)

Translation: Kvaesitso/i18n
2025-03-28 22:11:47 +00:00
Fjuro
443ec74088 Translated using Weblate (Czech)
Currently translated at 100.0% (796 of 796 strings)

Translation: Kvaesitso/i18n
2025-03-27 20:11:47 +00:00
MM20
6b72966ff1
Merge branch 'main' of github.com:MM2-0/Kvaesitso 2025-03-25 19:57:03 +01:00
nemesis
f0ca5f9c6e Translated using Weblate (Turkish)
Currently translated at 98.1% (780 of 795 strings)

Translation: Kvaesitso/i18n
2025-03-25 13:55:29 +00:00
Fjuro
cd1eaea027 Translated using Weblate (Czech)
Currently translated at 100.0% (795 of 795 strings)

Translation: Kvaesitso/i18n
2025-03-25 13:55:28 +00:00
MM20
b4056df5c2
Simplify calendar search settings when no plugins are installed 2025-03-24 23:31:16 +01:00
cat
34496c25cc Translated using Weblate (Danish)
Currently translated at 98.7% (785 of 795 strings)

Translation: Kvaesitso/i18n
2025-03-24 20:11:47 +00:00
MM2-0
a0ea8e72a9 Translated using Weblate (German)
Currently translated at 98.7% (785 of 795 strings)

Translation: Kvaesitso/i18n
2025-03-24 20:11:47 +00: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
summoner001
a557d97583 Translated using Weblate (Hungarian)
Currently translated at 100.0% (793 of 793 strings)

Translation: Kvaesitso/i18n
2025-03-21 15:11:47 +00:00
Wari
d1f25d9c94 Translated using Weblate (Thai)
Currently translated at 100.0% (793 of 793 strings)

Translation: Kvaesitso/i18n
2025-03-15 10:11:49 +00:00
Massimo Pissarello
7c67d7f4a2 Translated using Weblate (Italian)
Currently translated at 100.0% (793 of 793 strings)

Translation: Kvaesitso/i18n
2025-03-15 10:11:49 +00:00
IeFHC233
53119f4d96 Translated using Weblate (Polish)
Currently translated at 98.3% (119 of 121 strings)

Translation: Kvaesitso/units
2025-03-13 14:11:46 +00:00
Stephan Paternotte
3352b9988c Translated using Weblate (Dutch)
Currently translated at 100.0% (793 of 793 strings)

Translation: Kvaesitso/i18n
2025-03-07 00:11:57 +00:00
Fjuro
cae772bd1d Translated using Weblate (Czech)
Currently translated at 100.0% (793 of 793 strings)

Translation: Kvaesitso/i18n
2025-02-27 21:39:56 +00:00
summoner001
6f0140b19f Translated using Weblate (Hungarian)
Currently translated at 100.0% (793 of 793 strings)

Translation: Kvaesitso/i18n
2025-02-26 16:11:47 +00:00
plum7x
a4f3671b14 Translated using Weblate (Chinese (Traditional Han script))
Currently translated at 100.0% (793 of 793 strings)

Translation: Kvaesitso/i18n
2025-02-26 16:11:46 +00: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
leekleak
594a7303d3 Hide zombie secure folder tab 2025-02-24 19:54:42 +02:00
Stephan Paternotte
4330b2a712 Translated using Weblate (Dutch)
Currently translated at 100.0% (789 of 789 strings)

Translation: Kvaesitso/i18n
2025-02-23 19:29:36 +00:00
lenify
dc93ed507e Translated using Weblate (Belarusian)
Currently translated at 100.0% (789 of 789 strings)

Translation: Kvaesitso/i18n
2025-02-23 11:11:47 +00:00
summoner001
873a47159a Translated using Weblate (Hungarian)
Currently translated at 100.0% (789 of 789 strings)

Translation: Kvaesitso/i18n
2025-02-23 11:11:47 +00:00
Massimo Pissarello
536c378b0f Translated using Weblate (Italian)
Currently translated at 100.0% (789 of 789 strings)

Translation: Kvaesitso/i18n
2025-02-18 05:11:46 +00:00
summoner001
246f8ee185 Translated using Weblate (Hungarian)
Currently translated at 100.0% (789 of 789 strings)

Translation: Kvaesitso/i18n
2025-02-13 01:56:53 +00:00
Fjuro
883f62582a Translated using Weblate (Czech)
Currently translated at 100.0% (789 of 789 strings)

Translation: Kvaesitso/i18n
2025-02-10 21:11:46 +00:00
leekleak
57587be9be
refill api url when left empty (#1267) 2025-02-10 20:07:12 +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
Christoph
3478411d7e
OSM: search by tags "amenity" and "shop" after delocalizing (#1253)
* OSM: search by tags "amenity" and "shop" after delocalizing

* use overpassQL UNION

* document Union usage

* cleanup unused imports

* refine restaurant queries

* two more :)

* Hardcode string -> tag assignment

* Remove log statement

---------

Co-authored-by: MM20 <15646950+MM2-0@users.noreply.github.com>
2025-02-08 21:48:42 +01:00
Wari
3f187af1d2 Translated using Weblate (Thai)
Currently translated at 100.0% (788 of 788 strings)

Translation: Kvaesitso/i18n
2025-02-08 01:31:08 +00:00