File tree Expand file tree Collapse file tree 11 files changed +12
-69
lines changed
androidTest/java/io.ionic.libs/osfilesystemlib
java/io.ionic.libs/osfilesystemlib
test/java/io.ionic.libs/osfilesystemlib Expand file tree Collapse file tree 11 files changed +12
-69
lines changed Original file line number Diff line number Diff line change 1
1
json_key_file("") # Path to the json secret file - Follow https://docs.fastlane.tools/actions/supply/#setup to get one
2
- package_name("organizationidplaceholder.libtemplateplaceholder ") # e.g. com.krausefx.app
2
+ package_name("io.ionic.libs.osfilesystemlib ") # e.g. com.krausefx.app
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- rootProject. name = " LibTemplatePlaceholder "
1
+ rootProject. name = " OSFilesystemLib "
Original file line number Diff line number Diff line change 1
1
# Organization and project keys are displayed in the right sidebar of the project homepage
2
2
sonar.organization =outsystemsrd
3
- sonar.projectKey =OutSystems_LibTemplatePlaceholder -Android
3
+ sonar.projectKey =OutSystems_OSFilesystemLib -Android
4
4
sonar.host.url =https://sonarcloud.io
5
5
6
6
sonar.language =kotlin
Original file line number Diff line number Diff line change 1
- package organizationidplaceholder.libtemplateplaceholder
1
+ package io.ionic.libs.osfilesystemlib
2
2
3
3
import androidx.test.platform.app.InstrumentationRegistry
4
4
import androidx.test.ext.junit.runners.AndroidJUnit4
@@ -19,6 +19,6 @@ class ExampleInstrumentedTest {
19
19
fun useAppContext () {
20
20
// Context of the app under test.
21
21
val appContext = InstrumentationRegistry .getInstrumentation().targetContext
22
- assertEquals(" organizationidplaceholder.libtemplateplaceholder " , appContext.packageName)
22
+ assertEquals(" io.ionic.libs.osfilesystemlib " , appContext.packageName)
23
23
}
24
24
}
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
- package =" organizationidplaceholder.libtemplateplaceholder " >
3
+ package =" io.ionic.libs.osfilesystemlib " >
4
4
5
5
<application
6
6
android : allowBackup =" true"
7
7
android : icon =" @mipmap/ic_launcher"
8
8
android : label =" @string/app_name"
9
9
android : roundIcon =" @mipmap/ic_launcher_round"
10
10
android : supportsRtl =" true"
11
- android : theme =" @style/Theme.LibTemplatePlaceholder " >
11
+ android : theme =" @style/Theme.OSFilesystemLib " >
12
12
<activity
13
13
android : name =" .MainActivity"
14
14
android : exported =" true" >
Original file line number Diff line number Diff line change 1
- package organizationidplaceholder.libtemplateplaceholder
1
+ package io.ionic.libs.osfilesystemlib
2
2
3
3
import androidx.appcompat.app.AppCompatActivity
4
4
import android.os.Bundle
Original file line number Diff line number Diff line change 1
1
<resources xmlns : tools =" http://schemas.android.com/tools" >
2
2
<!-- Base application theme. -->
3
- <style name =" Theme.LibTemplatePlaceholder " parent =" Theme.MaterialComponents.DayNight.DarkActionBar" >
3
+ <style name =" Theme.OSFilesystemLib " parent =" Theme.MaterialComponents.DayNight.DarkActionBar" >
4
4
<!-- Primary brand color. -->
5
5
<item name =" colorPrimary" >@color/purple_200</item >
6
6
<item name =" colorPrimaryVariant" >@color/purple_700</item >
Original file line number Diff line number Diff line change 1
1
<resources >
2
- <string name =" app_name" >LibTemplatePlaceholder </string >
2
+ <string name =" app_name" >OSFilesystemLib </string >
3
3
</resources >
Original file line number Diff line number Diff line change 1
1
<resources xmlns : tools =" http://schemas.android.com/tools" >
2
2
<!-- Base application theme. -->
3
- <style name =" Theme.LibTemplatePlaceholder " parent =" Theme.MaterialComponents.DayNight.DarkActionBar" >
3
+ <style name =" Theme.OSFilesystemLib " parent =" Theme.MaterialComponents.DayNight.DarkActionBar" >
4
4
<!-- Primary brand color. -->
5
5
<item name =" colorPrimary" >@color/purple_500</item >
6
6
<item name =" colorPrimaryVariant" >@color/purple_700</item >
You can’t perform that action at this time.
0 commit comments