Commit Graph
776 Commits
Author SHA1 Message Date
MM20 c3f1383da4 Reduce alarm part time span to 8 hours
Close #914
2024-07-03 22:37:49 +02:00
MM20 e66c9a6ef4 Don't eat the first app shortcut
Close #906
2024-07-03 22:37:01 +02:00
MM20 66dea3a05f Increase note widget list number space
Close #908
2024-07-03 22:24:16 +02:00
MM20 f96aa0217d Remove shared element transitions from favorites section
Close #913
2024-07-03 21:34:07 +02:00
MM20 e7e89d884b Fix reverse favorites order in search
Fix #905
2024-07-03 20:37:19 +02:00
MM20 9424663dac Version 1.31.1 2024-07-01 00:15:27 +02:00
MM20 787a17a325 Version 1.31.0 2024-06-30 20:18:52 +02:00
MM20 49abff86e8 Settings: fix backstack 2024-06-30 15:23:45 +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 429025e5ac Make popups more bouncy 2024-06-30 13:11:57 +02:00
MM20 c2af63a828 Adjust settings page transitions 2024-06-29 23:02:18 +02:00
MM20 0c85d6d90b Fix calendar widget alignment 2024-06-29 22:50:16 +02:00
MM20 304ca12e65 Further search result design adjustments 2024-06-29 21:57:31 +02:00
MM20 1b0a6bdf49 Use localized string on tags settings screen
Close #898
2024-06-29 18:51:01 +02:00
MM20 4a51da1460 Fix favorites widget not remembering tags expanded state
Fix #892
2024-06-28 13:13:55 +02:00
MM20 9705f43228 Fix crash when editing favorites 2024-06-28 13:13:11 +02:00
MM20 7ff161308b More compose view implementations 2024-06-26 19:33:30 +02:00
MM20 15cb4b4f29 Add experimental app widget compose reimplementation 2024-06-24 23:18:21 +02:00
MM20 2e4100f676 Fix crash when configuring widgets on android 15 2024-06-24 23:14:46 +02:00
MM20 139b37f89c Replace customize icon 2024-06-24 16:42:45 +02:00
MM20 efb8ccc348 Change navigation icon in location result 2024-06-23 22:54:20 +02:00
MM20 2c342537cc Copy phone number / email address on long press
Close #717
2024-06-23 22:41:02 +02:00
MM20 84582ebbaf Redesign contact results 2024-06-23 22:31:11 +02:00
MM20 29f8440b24 Adjust search results design 2024-06-23 14:56:39 +02:00
MM20 8208961baf Adjust calendar item paddings 2024-06-19 00:40:20 +02:00
MM20 641f517c31 Calendar results: adjust paddings 2024-06-17 23:44:19 +02:00
MM20 3a18b2e722 Change highlighted list item background color 2024-06-17 23:40:23 +02:00
MM20 7592943dd6 Use correct string 2024-06-17 23:20:10 +02:00
MM20 c7ea840fc5 Add search-only visibility level to items 2024-06-17 22:59:12 +02:00
MM20 1251924553 Fix details popup closing when dock items are refreshed 2024-06-16 20:58:42 +02:00
MM20 a63f434efc Use imageVectors in badges and fix badge icon colors 2024-06-16 17:15:57 +02:00
MM20 553ab2d9c2 Calendar widget: fix pinned events padding 2024-06-16 16:43:22 +02:00
MM20 4065b75bdc Add transition when map tile range changes 2024-06-16 00:27:57 +02:00
MM20 964687ada0 MapTiles: support urls with ${x}, ${y}, ${z} placeholders 2024-06-15 23:17:26 +02:00
MM20 d55fe64075 Clean up integration settings screen 2024-06-15 23:07:01 +02:00
MM20 56578b238d Fix tagged item in pinned tags not being refreshed 2024-06-15 23:04:40 +02:00
MM20 13ae92eafe Make grid spacing more uniform when labels are hidden
Close #853
2024-06-15 01:26:16 +02:00
MM20 2b78ab0c4c Calendar item design changes 2024-06-15 00:58:43 +02:00
MM20 a399f3e744 Fix file result alignment 2024-06-15 00:16:07 +02:00
MM20 8d7afb486f Replace SharedTransitionScope with SharedTransitionLayout 2024-06-14 23:18:50 +02:00
MM20 997f7d29d0 Location search screen: at animations 2024-06-14 23:00:43 +02:00
MM20 edcf5a70bb Restructure integration settings screen 2024-06-14 22:47:23 +02:00
MM20 f6dfddedb2 Remove unused resources 2024-06-14 15:23:37 +02:00
MM20 892e4971a3 Respect card opacity in search background 2024-06-14 13:07:30 +02:00
MM20 991f0c88d8 Fix searchables closing on refresh 2024-06-14 12:58:36 +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
acress1andMM2-0 cfe80ff3e5 alarm displayed within 12hours instead of 15min 2024-06-14 11:55:51 +02:00
MM20 64ce07475c Clear focus when opening a bottom sheet 2024-05-24 18:20:01 +02:00
MM20 dbbe5fc2c7 Fix missing shortcut permission banner text 2024-05-23 22:22:49 +02:00