Skip to content

Commit

Permalink
Places Tab, App Wide Search, User-Changeable Theme, Bugfixes (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobkoerber authored Oct 3, 2023
1 parent 71bcd9a commit 504fd66
Show file tree
Hide file tree
Showing 326 changed files with 97,917 additions and 1,205 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/deploy_beta.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
name: Deploy Beta to TestFlight and Play Store

on:
push:
branches:
- 'development'
paths:
- 'lib/**'
- 'ios/**'
- 'android/**'
release:
types: [ published ]

jobs:
deploy:
if: "github.event.release.prerelease"
runs-on: macos-latest

strategy:
matrix:
platform: [ios, android]
platform: [ ios, android ]
fail-fast: false

steps:
Expand Down Expand Up @@ -68,6 +64,7 @@ jobs:
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
KEYCHAIN_NAME: ${{ secrets.KEYCHAIN_NAME }}
KEYCHAIN_PASSWORD: ${{ secrets.KEYCHAIN_PASSWORD }}
RELEASE_NOTES: ${{ github.event.release.body }}

- if: matrix.platform == 'android'
name: Deserialize Keystore File
Expand All @@ -85,4 +82,5 @@ jobs:
ANDROID_KEYSTORE_FILE: ./upload-keystore
ANDROID_KEYSTORE_PASSWORD: ${{ secrets.ANDROID_KEYSTORE_PASSWORD }}
ANDROID_KEY_ALIAS: ${{ secrets.ANDROID_KEY_ALIAS }}
ANDROID_KEY_PASSWORD: ${{ secrets.ANDROID_KEY_PASSWORD }}
ANDROID_KEY_PASSWORD: ${{ secrets.ANDROID_KEY_PASSWORD }}
# RELEASE_NOTES: ${{ github.event.release.body }}
5 changes: 2 additions & 3 deletions .github/workflows/deploy_web.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Deploy Web Version

on:
push:
branches: ["development"]
paths: ["lib/**", "web/**"]
release:
types: [ published ]

permissions:
contents: read
Expand Down
Binary file added assets/images/campus/campus-freising.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/campus/campus-garching.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/campus/campus-klinikum.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/campus/campus-klinikum.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/campus/campus-olympia.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/campus/campus-olympia.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/campus/campus-stamm.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@
}
]
},
{
"featureType": "poi.business",
"stylers": [
{
"visibility": "off"
}
]
},
{
"featureType": "poi.park",
"elementType": "geometry",
Expand All @@ -50,6 +58,15 @@
}
]
},
{
"featureType": "poi.park",
"elementType": "labels.text",
"stylers": [
{
"visibility": "off"
}
]
},
{
"featureType": "poi.park",
"elementType": "labels.text.fill",
Expand Down
19 changes: 19 additions & 0 deletions assets/mapStyles/lightMapTheme.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[
{
"featureType": "poi.business",
"stylers": [
{
"visibility": "off"
}
]
},
{
"featureType": "poi.park",
"elementType": "labels.text",
"stylers": [
{
"visibility": "off"
}
]
}
]
1 change: 0 additions & 1 deletion assets/map_styles/lightMapTheme.json

This file was deleted.

Binary file added assets/models/english_bert_30.tflite
Binary file not shown.
Loading

0 comments on commit 504fd66

Please sign in to comment.