From ef13ff3f3801db8c98c3c8f9d49b145785faed21 Mon Sep 17 00:00:00 2001 From: Pavel_Verhovsky Date: Fri, 25 Sep 2020 17:13:42 +0300 Subject: [PATCH 1/5] Add release notes --- readme.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 96c54a0..f26d1a7 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,11 @@ +## Release notes +### vNext +* +### v1.1.0 +* Add optional onboarding token parameter to init method +### v1.0.0 +* First release + ## Building documentation For building documentation we use [orchid](https://orchid.run/) Using standard approach of publishing to gh-pages branch. @@ -12,12 +20,12 @@ To check documentation locally before publishing use: Before running orchid deploy configure your githubToken. ``` -export githubToken=slfgkhlkhslkdfhlsd +export githubToken=slfgkhlkhslkdfhlsd ``` ``` ./gradlew :docs:orchidDeploy -PorchidEnvironment=prod -``` +``` [Documentation site](https://cere-io.github.io/sdk-android/) From e0e2d2c49e4e606585f0063508a6b5e6baca0183 Mon Sep 17 00:00:00 2001 From: Evgeny Svirsky Date: Fri, 3 Sep 2021 11:07:05 +0200 Subject: [PATCH 2/5] * Updated native.html URL --- cere_sdk/src/main/java/io/cere/cere_sdk/CereModule.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cere_sdk/src/main/java/io/cere/cere_sdk/CereModule.kt b/cere_sdk/src/main/java/io/cere/cere_sdk/CereModule.kt index c224403..bd16894 100644 --- a/cere_sdk/src/main/java/io/cere/cere_sdk/CereModule.kt +++ b/cere_sdk/src/main/java/io/cere/cere_sdk/CereModule.kt @@ -10,7 +10,7 @@ import android.webkit.JavascriptInterface import android.webkit.WebView -const val baseUrl: String = "https://s3-us-west-2.amazonaws.com/sdk-common.cere.io/native.html" +const val baseUrl: String = "https://sdk.dev.cere.io/common/native.html" /** * Interface used after `CereModule` init method. From 5d81a964bb15a7046baaf5237d86365d2d121ea0 Mon Sep 17 00:00:00 2001 From: Evgeny Svirsky Date: Fri, 3 Sep 2021 11:09:10 +0200 Subject: [PATCH 3/5] * Updated gitignore --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ac790ce..cb773a9 100644 --- a/.gitignore +++ b/.gitignore @@ -3,8 +3,6 @@ /local.properties /.idea/caches /.idea/libraries -/.idea/modules.xml -/.idea/workspace.xml /.idea/navEditor.xml /.idea/assetWizardSettings.xml .DS_Store @@ -13,3 +11,4 @@ .externalNativeBuild .cxx /docs/build +.idea From a51f3578a4e22cfa57f14106e7ef9a3458be094b Mon Sep 17 00:00:00 2001 From: Evgeny Svirsky Date: Fri, 3 Sep 2021 11:11:34 +0200 Subject: [PATCH 4/5] * Updated description --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index f26d1a7..8f8a393 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,8 @@ ## Release notes ### vNext * +### v1.2.0 +* Updated `native.html` URL ### v1.1.0 * Add optional onboarding token parameter to init method ### v1.0.0 @@ -36,4 +38,4 @@ See [dcendents](https://github.com/dcendents/android-maven-gradle-plugin) On github project go to releases and create new release with same version as in root build.gradle ``` project.ext.set("versionName", "1.0.0") -``` \ No newline at end of file +``` From b2f53b6d0d5db5fd8901af6c603096951d356f0f Mon Sep 17 00:00:00 2001 From: Evgeny Svirsky Date: Fri, 3 Sep 2021 11:13:44 +0200 Subject: [PATCH 5/5] Remove .idea file --- .idea/codeStyles/Project.xml | 125 ----------------------------------- 1 file changed, 125 deletions(-) delete mode 100644 .idea/codeStyles/Project.xml diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml deleted file mode 100644 index 45b5654..0000000 --- a/.idea/codeStyles/Project.xml +++ /dev/null @@ -1,125 +0,0 @@ - - - - - - - - - - - -
- - - - xmlns:android - - ^$ - - - -
-
- - - - xmlns:.* - - ^$ - - - BY_NAME - -
-
- - - - .*:id - - http://schemas.android.com/apk/res/android - - - -
-
- - - - .*:name - - http://schemas.android.com/apk/res/android - - - -
-
- - - - name - - ^$ - - - -
-
- - - - style - - ^$ - - - -
-
- - - - .* - - ^$ - - - BY_NAME - -
-
- - - - .* - - http://schemas.android.com/apk/res/android - - - ANDROID_ATTRIBUTE_ORDER - -
-
- - - - .* - - .* - - - BY_NAME - -
-
-
-
- - -
-
\ No newline at end of file