187 Commits

Author SHA1 Message Date
MM20
691f95ab58
Fix crash on invalid phone number
Fix #1325
2025-03-30 12:16:45 +02: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
d2f31f128e
Add missing proguard rule 2025-02-10 20:52:13 +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
leekleak
ce5495418e
Improve place search speed by ~10x (#1236)
* improve it

* fix distortion with lattitude + remove far away results
2025-02-08 15:56:18 +01:00
MM20
f11b20a865
Don't make assumptions about the current user serial
Fix #1157
2024-12-21 18:45:54 +01:00
MM20
9d98756fa7
Change weather update worker strategy to UPDATE 2024-12-21 14:42:20 +01:00
Timo
20357eb1c7
Added dot to allowed phone number chars (#1150) 2024-12-04 19:07:19 +01:00
MM20
bb55961b21
Catch potential SecurityException in app shortcut deserialization
Close #665
2024-12-04 19:00:10 +01:00
MM20
37db43405f
Catch potential SecurityException in app deserializer
Close #1146
2024-12-04 18:56:36 +01:00
MM20
930897f1d6
Add preference for compact tag buttons
Close #645
2024-11-22 21:49:45 +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
2a772e8f6d
Possibly make app search a bit faster again 2024-10-20 12:04:42 +02:00
Christoph
16637265fb
Migrate osm opening hours parsing to external library (#900)
* Fix: don't treat PH OpeningHours with specified time as `everyDay`

* migrate to osm-opening-hours, add tests for openinghours parsing

* Style nit

* implement 'PH,Su off'

* implement SpecificWeekdays

* decrypt source code (a little)

* fix constructor call in OpeningHoursTest.kt

* lint

* fix negative durations, add test for LastNth + test to combine everything implemented

* add copyright note for osm-opening-hours

* remove unused library
2024-10-20 11:47:16 +02:00
MM20
774777f79c
Change search result order for all other categories 2024-10-13 20:32:15 +02:00
MM20
bf6e963545
Improve app result ranking 2024-10-12 22:16:10 +02:00
MM20
a92e97955e
Allow slashes in phone numbers
Close #1102
2024-10-04 12:11:40 +02:00
MM20
ac4ba139d5
Add plugin calendar event badge icon 2024-09-28 17:34:46 +02:00
MM20
4c48ebd7e5
Fix calendar event deserialization when startTime is null 2024-09-27 13:55:10 +02:00
MM20
cc9bff436a
Restructure calendar widget settings 2024-08-16 23:26:26 +02:00
MM20
bf29ce6f08
Add type parameter to calendar list 2024-08-15 17:55:45 +02:00
MM20
5732080886
Catch ArithmeticException
Close #1034
2024-08-15 17:16:12 +02:00
MM20
318c26a439
Mask private profile apps while private space is locked 2024-08-13 15:19:24 +02:00
MM20
3887324d37
Move unit converter supported units to a different screen 2024-08-12 19:34:38 +02:00
Guillermo Villafuerte
827eb08908
Show additional info for unit and currency converter (#720)
* Now for conversion patterns such as "TO > FROM" and "TO - FROM" are accepted

Signed-off-by: Guillermo Villafuerte <gvillafu@comunidad.unam.mx>

* Added help URL for unit converter

Signed-off-by: Guillermo Villafuerte <gvillafu@comunidad.unam.mx>

* Localized supported units are now shown on a screen that can be invoked from unit converter settings

Signed-off-by: Guillermo Villafuerte <gvillafu@comunidad.unam.mx>

* Made localizable titles for dimensions and preferences

Signed-off-by: Guillermo Villafuerte <gvillafu@comunidad.unam.mx>

* Show currency units on list if enabled.

Signed-off-by: Guillermo Villafuerte <gvillafu@comunidad.unam.mx>

* Supported units are now listed inline instead of a separate screen.

Signed-off-by: Guillermo Villafuerte <gvillafu@comunidad.unam.mx>

---------

Signed-off-by: Guillermo Villafuerte <gvillafu@comunidad.unam.mx>
2024-08-12 15:13:02 +02:00
MM20
1a4f4d5e96
Fix crash
Fix #1017
2024-08-12 14:42:20 +02:00
MM20
1dad8b48d5
Add calendar plugin preferences 2024-08-06 21:10:54 +02:00
MM20
7479c7f401
Add calendar plugins 2024-08-04 17:40:46 +02:00
MM20
c7987aabcd
Fix plugin files aren't launched 2024-07-28 21:44:45 +02:00
MM20
87f91aee74
Run file search providers in parallel 2024-07-26 20:54:00 +02:00
MM20
8593758f41
Fix plugin file refreshing 2024-07-26 18:54:44 +02:00
MM20
88876141ff
Rewrite plugin file serialization 2024-07-26 18:05:58 +02:00
MM20
c40fb1ffb2
Remove OneDrive file classes 2024-07-26 17:35:25 +02:00
MM20
cdf824ac2e
Make File path property optional 2024-07-26 17:33:20 +02:00
MM20
6718767d6b
Currency converter: Fix crash when system uses unsupported locale
Close #950
2024-07-22 20:52:16 +02:00
MM20
5fab16beec
Increase limit of total hidden apps
Close #923
2024-07-22 18:37:34 +02:00
MM20
c3bafb7fb9
Always show all profiles 2024-07-19 23:02:12 +02:00
MM20
52150c5257
Compile SDK 35 2024-07-18 18:46:12 +02:00
MM20
5a28eb584e
React to changing profile availability 2024-07-07 14:29:42 +02:00
MM20
84f3d9f825
Add permission to access private space apps 2024-07-04 22:05:55 +02:00
MM20
6af4350e47
Catch potentiall IllegalArgumentException in LocalFileProvider
Fix #912
2024-07-03 22:51:35 +02:00
MM20
8ca7a7b507
Don't try to normalize phone numbers 2024-07-03 22:49:00 +02:00
MM20
35617a6eb4
Fix website deserializer
Fix #909
2024-07-03 22:45:23 +02:00
MM20
3331ea024b
Revert "Reuse collator instance"
This reverts commit 90de026e49a02ee42d6d406a19e3807e6786c951.

Close #915, Close #907
2024-07-03 22:41:50 +02:00
MM20
252eea1766
Open websearch search action in new task 2024-06-30 19:54:29 +02:00
MM20
845a11b54b
Weather widget: add warning if selected providerr is unavailable 2024-06-30 15:19:09 +02:00
MM20
e96a382b00
Move osm settings to its own settings page 2024-06-30 14:38:33 +02:00