refactor: reorganize (#15)

* refactor: organization (1/?)

open for ideas and suggestions
TODO:
    • Merge UI Hide Elements
    • Remove Longitude and Latitude from the menu and integrate into the MapActivity
    • Move New Map UI to Experimental
    • Shorten „Show Message Content in Notification“

And possibly even more

* Merge hide UI Elements

bugfix(?): merge overlay

* add: download options

* add: config listeners

* fix(ci): debug

remove prod as it's not getting built anymore

* fix(messagelogger): clear database bug

* update locale, reorganize config

* add: set precise location dialog

* config: better notifications

---------

Co-authored-by: rhunk <101876869+rhunk@users.noreply.github.com>
This commit is contained in:
auth
2023-06-04 01:53:05 +02:00
committed by GitHub
parent cfb0ba5d65
commit 85335dafa8
31 changed files with 483 additions and 335 deletions

View File

@@ -34,8 +34,3 @@ jobs:
with:
name: app-armv7-release
path: app/build/outputs/apk/armv7/debug/*.apk
- name: Upload prod
uses: actions/upload-artifact@v3.1.2
with:
name: app-prod-release
path: app/build/outputs/apk/prod/debug/*.apk