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:
5
.github/workflows/android.yml
vendored
5
.github/workflows/android.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user