Skip to content

Commit

Permalink
new quick links card
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert27 committed Aug 9, 2024
1 parent d313524 commit 5ad8f1b
Show file tree
Hide file tree
Showing 128 changed files with 2,353 additions and 1,957 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ android {
applicationId 'app.neuland'
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 114
versionCode 138
versionName "0.8.3"
}
signingConfigs {
Expand Down
2 changes: 1 addition & 1 deletion android/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<resources>
<string name="app_name">Neuland Next</string>
<string name="expo_splash_screen_resize_mode" translatable="false">contain</string>
<string name="expo_splash_screen_status_bar_translucent" translatable="false">false</string>
<string name="expo_splash_screen_status_bar_translucent" translatable="false">true</string>
<string name="expo_system_ui_user_interface_style" translatable="false">automatic</string>
<string name="ExpoLocalization_supportsRTL" translatable="false">undefined</string>
</resources>
2 changes: 1 addition & 1 deletion android/app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<item name="android:editTextBackground">@drawable/rn_edit_text_material</item>
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="android:statusBarColor">#ffffff</item>
<item name="android:statusBarColor">@android:color/transparent</item>
</style>
<style name="ResetEditText" parent="@android:style/Widget.EditText">
<item name="android:padding">0dp</item>
Expand Down
16 changes: 12 additions & 4 deletions app.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"slug": "neuland-app-native",
"scheme": "neuland",
"owner": "neuland-ingolstadt",
"version": "0.8.3",
"version": "0.9.0",
"githubUrl": "https://github.com/neuland-ingolstadt/neuland.app-native/",
"orientation": "portrait",
"userInterfaceStyle": "automatic",
Expand All @@ -25,7 +25,8 @@
"CFBundleAllowMixedLocalizations": true,
"CFBundleLocalizations": ["en", "de"],
"CFBundleDevelopmentRegion": "en",
"UIViewControllerBasedStatusBarAppearance": true
"UIViewControllerBasedStatusBarAppearance": true,
"NSLocationWhenInUseUsageDescription": "Allow Neuland Next to access your location to show your location on the map."
},
"splash": {
"image": "./src/assets/splash/splashLight.png",
Expand All @@ -38,10 +39,17 @@
},
"icon": "./src/assets/appIcons/default.png"
},
"locales": {
"en-US": "./src/localization/en/ios.json",
"de-DE": "./src/localization/de/ios.json"
},
"androidStatusBar": {
"translucent": true
},
"android": {
"package": "app.neuland",
"userInterfaceStyle": "automatic",
"versionCode": 114,
"versionCode": 138,
"splash": {
"image": "./src/assets/splash/splashLight.png",
"resizeMode": "contain",
Expand All @@ -60,7 +68,7 @@
[
"expo-router",
{
"origin": "https://neuland.app"
"headOrigin": "https://neuland.app"
}
],
["expo-secure-store"],
Expand Down
Binary file modified bun.lockb
Binary file not shown.
161 changes: 86 additions & 75 deletions ios/NeulandNext.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "e70d3525c8e2819a8b34f22909815dab5c700c25a06c32388f3930f7b3627768",
"originHash" : "b440cbd994821d1c59ef3fae39cdd359458004248a336c94f8a8b08f5fed3877",
"pins" : [
{
"identity" : "maplibre-gl-native-distribution",
Expand Down
12 changes: 2 additions & 10 deletions ios/NeulandNext/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>0.8.3</string>
<string>0.9.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down Expand Up @@ -120,23 +120,15 @@
</dict>
<key>NSFaceIDUsageDescription</key>
<string>Allow $(PRODUCT_NAME) to use Face ID.</string>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>Allow $(PRODUCT_NAME) to access your location</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>Allow $(PRODUCT_NAME) to access your location</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Allow $(PRODUCT_NAME) to access your location.</string>
<string>Allow Neuland Next to access your location to show your location on the map.</string>
<key>NSUserActivityTypes</key>
<array>
<string>$(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route</string>
<string>$(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route</string>
<string>$(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route</string>
<string>$(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route</string>
<string>$(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route</string>
<string>$(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route</string>
<string>$(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route</string>
<string>$(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route</string>
<string>$(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route</string>
</array>
<key>RCTAsyncStorageExcludeFromBackup</key>
<false/>
Expand Down
18 changes: 10 additions & 8 deletions ios/NeulandNext/NeulandNext.entitlements
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.developer.associated-domains</key>
<array>
<string>webcredentials:neuland.app</string>
<string>activitycontinuation:neuland.app</string>
</array>
</dict>
</plist>
<dict>
<key>aps-environment</key>
<string>development</string>
<key>com.apple.developer.associated-domains</key>
<array>
<string>webcredentials:neuland.app</string>
<string>activitycontinuation:neuland.app</string>
</array>
</dict>
</plist>
11 changes: 11 additions & 0 deletions ios/NeulandNext/NeulandNextRelease.entitlements
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.developer.associated-domains</key>
<array>
<string>webcredentials:neuland.app</string>
<string>activitycontinuation:neuland.app</string>
</array>
</dict>
</plist>
3 changes: 3 additions & 0 deletions ios/NeulandNext/Supporting/de-DE.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
CFBundleDisplayName = "Neuland Next";
NSFaceIDUsageDescription = "Erlaube Neuland Next die Verwendung von Face ID.";
NSLocationWhenInUseUsageDescription = "Erlaube Neuland Next den Zugriff auf deinen Standort, um deine Position auf der Karte anzuzeigen.";
3 changes: 3 additions & 0 deletions ios/NeulandNext/Supporting/en-US.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
CFBundleDisplayName = "Neuland Next";
NSFaceIDUsageDescription = "Allow Neuland Next to use Face ID.";
NSLocationWhenInUseUsageDescription = "Allow Neuland Next to access your location to show your location on the map.";
Loading

0 comments on commit 5ad8f1b

Please sign in to comment.