Commit Graph
202 Commits
Author SHA1 Message Date
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 90de026e49.

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
MM20 0e7c515a31 Allow commas in phone numbers
Close #899
2024-06-29 22:21:38 +02:00
MM20 304ca12e65 Further search result design adjustments 2024-06-29 21:57:31 +02:00
MM20 7ff161308b More compose view implementations 2024-06-26 19:33:30 +02:00
MM20 84582ebbaf Redesign contact results 2024-06-23 22:31:11 +02:00
MM20 c7ea840fc5 Add search-only visibility level to items 2024-06-17 22:59:12 +02:00
MM20 56578b238d Fix tagged item in pinned tags not being refreshed 2024-06-15 23:04:40 +02:00
MM20 82f810cf71 Fix custom icon pack icons
Close #880
2024-06-15 01:20:58 +02:00
MM20 c23cfbd62b Load app icons in original resolution again 2024-06-14 23:29:31 +02:00
MM20 f08bbe7a52 Use leisure=golf_course instead of sport=golf 2024-06-14 16:22:17 +02:00
MM20 f02327d1ad Remove nonexisting OSM cuising=breakfast tag 2024-06-14 16:14:08 +02:00
MM20 5d411d0f0c Rename candle location icon to place of worship 2024-06-14 15:54:10 +02:00
MM20 e011d9d07c Split OSM car category in car sharing and car rental 2024-06-14 15:41:07 +02:00
MM20 23782313b5 Remove OSM category 'other' 2024-06-14 15:27:53 +02:00
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
Christoph LiebenderandMM2-0 3123a3fcb8 Fix: don't treat PH OpeningHours with specified time as everyDay 2024-05-24 22:15:25 +02:00
MM20 3ee298a32f Fix suspended app badges
Fix #746
2024-05-23 21:46:33 +02:00
MM20 9c5f1e971f Improve icon search 2024-05-20 16:16:22 +02:00
MM20 cc4fcf8f67 Remove log statement 2024-05-19 17:36:44 +02:00
MM20 1414d24976 This, but working ↓ 2024-05-18 13:10:27 +02:00
MM20 32276934bb Add currency converter symbol aliases (i.e. € for EUR) 2024-05-18 13:01:37 +02:00
MM20 5e409985ca Fix met.no timezone
Fix #636
2024-05-17 22:12:03 +02:00
MM20 9f8fdfaf65 Optimize app icon pixel dimensions 2024-05-17 01:40:40 +02:00
MM20 90de026e49 Reuse collator instance 2024-05-11 13:18:03 +02:00
MM20 a065e715f3 Don't show frequently used apps in favorites if they are set as hidden
Close #799
2024-05-10 13:25:38 +02:00
MM20 f1da15b55f Add haze weather strings 2024-05-09 12:43:36 +02:00
MM20 8935534a81 Fix potential NPE in OSM API 2024-05-05 02:41:12 +02:00
MM20 9f6cda964d Log failed app deserialization 2024-05-04 12:57:43 +02:00
MM20 a29475b485 Add hidden item badges (but don't enable them) 2024-05-03 23:50:34 +02:00
MM20 1d6688831c Add managed location to weather plugin API 2024-05-03 13:02:17 +02:00
MM20 92788ba273 Weather plugins: fix location id / name 2024-05-01 01:32:29 +02:00
MM20 fcf6578450 Hiding an item no longer removes it from favorites and vice versa 2024-04-21 01:49:09 +02:00
MM20 457d950006 Add share search action 2024-04-19 23:08:10 +02:00
MM20 1a45ae9003 Add horizontal appwidget resizing 2024-04-18 00:42:03 +02:00
MM20 7056c5963a Add option to use theme colors in app widgets and use light background variant when appropriate 2024-04-13 18:26:59 +02:00
MM20 2efc159741 Add deferred plugin storage strategy 2024-04-09 18:00:32 +02:00