3189 Commits

Author SHA1 Message Date
MM20
9a5af89ec9
Fix outlined clock style 2025-04-02 23:59:03 +02:00
MM20
c1186148f1
Merge branch 'main' of github.com:MM2-0/Kvaesitso 2025-04-02 23:38:35 +02:00
MM20
811d3c8b28
Version 1.35.0 2025-04-02 23:30:24 +02:00
Weblate
2c3a6880d2 Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Translation: Kvaesitso/i18n
2025-04-02 21:27:23 +00: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
8ae0c3c10d
Merge branch 'main' of github.com:MM2-0/Kvaesitso 2025-04-02 23:12:12 +02:00
Fabian
35c4e412c8 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
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
856c1b66aa
Docs: add meteo.lt plugin 2025-04-02 22:06:45 +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
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
MM20
b2cf7f5e5e
Fix nullability of resolveCustomIcon return value
Fix #1181
2025-04-01 23:00:41 +02:00
MM20
6e835042a1
Update libraries
Close #1332
2025-04-01 22:06:53 +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
MM20
691f95ab58
Fix crash on invalid phone number
Fix #1325
2025-03-30 12:16:45 +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
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
MM20
aba0a7bb9e
Merge branch 'main' of github.com:MM2-0/Kvaesitso 2025-03-29 15:48:03 +01:00
MM20
bc8d05169d
Track contact usage 2025-03-29 13:43:59 +01: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
MM20
01261b422c
Show places search switch on main settings page if there is only one provider 2025-03-28 22:58:47 +01: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
5bd2110dc1
Docs: Update vitepress 2025-03-26 20:30:54 +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
6b72966ff1
Merge branch 'main' of github.com:MM2-0/Kvaesitso 2025-03-25 19:57:03 +01:00
MM20
1315ae39b8
Make plugin screen scrollable 2025-03-25 19:56:41 +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
MM20
dfb598b24b
Merge branch 'main' of github.com:MM2-0/Kvaesitso 2025-03-24 17:20:12 +01:00