Skip to content

Commit e55a890

Browse files
committed
ecosystem link handle
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
1 parent e0485ac commit e55a890

4 files changed

Lines changed: 32 additions & 2 deletions

File tree

app/src/main/AndroidManifest.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@
3737
android:label="@string/app_name"
3838
android:theme="@style/Theme.App.Starting"
3939
android:exported="true">
40+
41+
<intent-filter>
42+
<action android:name="com.nextcloud.intent.OPEN_ECOSYSTEM_APP" />
43+
<category android:name="android.intent.category.DEFAULT" />
44+
</intent-filter>
45+
4046
<intent-filter>
4147
<action android:name="android.intent.action.MAIN" />
4248
<category android:name="android.intent.category.LAUNCHER" />

app/src/main/java/it/niedermann/owncloud/notes/main/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ public void onAccountReceived(@NotNull String accountName) {
505505

506506
@Override
507507
public void onAccountError(@NotNull String reason) {
508-
Log_OC.e(TAG,"on account error: " + reason);
508+
Log_OC.w(TAG, "handleEcosystemIntent: " + reason);
509509
}
510510
});
511511
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ buildscript {
1313
kotlinVersion = '2.3.0'
1414
commonsVersion = '2.4.1'
1515
androidCommonsVersion = '1.1.1'
16-
nextcloudAndroidCommonLib = "476368a869"
16+
nextcloudAndroidCommonLib = "c7da76323d"
1717
singleSignOnVersion = "1.3.4"
1818
}
1919
repositories {

gradle/verification-metadata.xml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12981,6 +12981,14 @@
1298112981
<sha256 value="41158b60ba48367cb00adf5b63c639228f9725898bfc8c39212908cb16b8d3d2" origin="Generated by Gradle" reason="Artifact is not signed"/>
1298212982
</artifact>
1298312983
</component>
12984+
<component group="com.github.nextcloud.android-common" name="core" version="c7da76323d">
12985+
<artifact name="core-c7da76323d.aar">
12986+
<sha256 value="1fa9233ff3bc96416c7408db4ba1ba30f9b320e2868597e7de32563e8eb6feff" origin="Generated by Gradle"/>
12987+
</artifact>
12988+
<artifact name="core-c7da76323d.module">
12989+
<sha256 value="bdbb738048b801f8da697844997ca6169909b8b239f71b70b7cddbe522668de1" origin="Generated by Gradle" reason="Artifact is not signed"/>
12990+
</artifact>
12991+
</component>
1298412992
<component group="com.github.nextcloud.android-common" name="core" version="f686054406">
1298512993
<artifact name="core-f686054406.aar">
1298612994
<sha256 value="b3f49702e6022549a2a48083c7720ffac98af72ae383beab2b79f7ebeac6a6cf" origin="Generated by Gradle" reason="Artifact is not signed"/>
@@ -13193,6 +13201,14 @@
1319313201
<sha256 value="312d68ec2ed0188c6102fa28b941be118fd006b92d834d0ce732270a28f25cef" origin="Generated by Gradle" reason="Artifact is not signed"/>
1319413202
</artifact>
1319513203
</component>
13204+
<component group="com.github.nextcloud.android-common" name="material-color-utilities" version="c7da76323d">
13205+
<artifact name="material-color-utilities-c7da76323d.jar">
13206+
<sha256 value="61568a8c8f0466aea4fec621653ca8d2c08c9c687ffd6e364f909a2d19185992" origin="Generated by Gradle" reason="Artifact is not signed"/>
13207+
</artifact>
13208+
<artifact name="material-color-utilities-c7da76323d.module">
13209+
<sha256 value="815aaf811e7efd48171f25ec57aea023b8f74b21db5a4c3abc82b815e0c91d37" origin="Generated by Gradle" reason="Artifact is not signed"/>
13210+
</artifact>
13211+
</component>
1319613212
<component group="com.github.nextcloud.android-common" name="material-color-utilities" version="f686054406">
1319713213
<artifact name="material-color-utilities-f686054406.jar">
1319813214
<sha256 value="1bd3fd83697314ba2a0628eb139cab7a4664f3c0b190c87ccd5b02b81e90dd26" origin="Generated by Gradle" reason="Artifact is not signed"/>
@@ -13401,6 +13417,14 @@
1340113417
<sha256 value="f2567d13583a341210a8c23a2a0739ac01408e23e461d0fcefeb7b0103e9d22d" origin="Generated by Gradle" reason="Artifact is not signed"/>
1340213418
</artifact>
1340313419
</component>
13420+
<component group="com.github.nextcloud.android-common" name="ui" version="c7da76323d">
13421+
<artifact name="ui-c7da76323d.aar">
13422+
<sha256 value="041d67ffbb102dfa828719e35f1d416997706793c2674b9da4f135b3667c002c" origin="Generated by Gradle"/>
13423+
</artifact>
13424+
<artifact name="ui-c7da76323d.module">
13425+
<sha256 value="26d0b02f74a82ec0f512e14006fd674d6773b65147e56b232cddba111b6d656c" origin="Generated by Gradle" reason="Artifact is not signed"/>
13426+
</artifact>
13427+
</component>
1340413428
<component group="com.github.nextcloud.android-common" name="ui" version="f686054406">
1340513429
<artifact name="ui-f686054406.aar">
1340613430
<sha256 value="57a52f8bea07c3a80c81c4c66fa60d91393cfc28e823bc910e9c1a99b4d416e4" origin="Generated by Gradle" reason="Artifact is not signed"/>

0 commit comments

Comments
 (0)