Skip to content

Commit

Permalink
UI & UX
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiebe committed Jan 30, 2024
1 parent 23abcae commit e5740ed
Show file tree
Hide file tree
Showing 59 changed files with 411 additions and 424 deletions.
8 changes: 0 additions & 8 deletions androidApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ plugins {
kotlin("android")
id("kotlin-parcelize")
id("kotlinx-serialization")
//id(libs.plugins.google.services.get().pluginId)
//id(libs.plugins.firebase.crashlytics.get().pluginId)
//id(libs.plugins.firebase.performance.get().pluginId)
}

android {
Expand Down Expand Up @@ -56,9 +53,4 @@ dependencies {
implementation(libs.compose.material)

implementation(libs.decompose.core)

/* implementation(project.dependencies.platform(libs.firebase.bom))
implementation(libs.firebase.analytics)
implementation(libs.firebase.crashlytics)
implementation(libs.firebase.performance)*/
}
20 changes: 8 additions & 12 deletions androidApp/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
<uses-permission android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />

<uses-permission
android:name="com.google.android.gms.permission.AD_ID"
tools:node="remove" />

<application
android:icon="@mipmap/ic_launcher"
android:label="Otarium"
Expand All @@ -28,28 +32,20 @@
android:resource="@xml/file_paths" />
</provider>

<meta-data
android:name="com.google.android.gms.ads.APPLICATION_ID"
android:value="ca-app-pub-1684141915170982~5608631544"/>

<activity
android:name="nl.tiebe.otarium.androidApp.MainActivity"
android:exported="true"
android:theme="@style/Theme.AppCompat.NoActionBar" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>

<intent-filter>
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="https" android:host="otarium.groosman.nl" />

</intent-filter>
</activity>

<meta-data
android:name="google_analytics_adid_collection_enabled"
android:value="false" />

<receiver android:name="nl.tiebe.otarium.androidApp.BootService"
android:exported="true">
<intent-filter>
Expand Down
4 changes: 2 additions & 2 deletions iosApp/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- shared (3.4.0)
- shared (4.0.0)

DEPENDENCIES:
- shared (from `../shared`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "../shared"

SPEC CHECKSUMS:
shared: fb5e8d42a33a32efb5a1afa48ea80e1a2a9840f3
shared: 53f432c474abfdeb9dbfed8fa438cb73d4c17cec

PODFILE CHECKSUM: c12a7abff35ee3f072d38976340e7906474f416f

Expand Down
2 changes: 1 addition & 1 deletion iosApp/Pods/Local Podspecs/shared.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions iosApp/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e5740ed

Please sign in to comment.