talk-android/app/src
Tim Krüger dda5a9e3da
Define 'BundleKeys' as 'const'
During the migration from Java to Kotlin this was not done and resulted
in

    BundleKeys.INSTANCE.getKEY_CALL_VOICE_ONLY()

instead of

    BundleKeys.KEY_CALL_VOICE_ONLY

Signed-off-by: Tim Krüger <t@timkrueger.me>
2022-09-26 11:41:10 +02:00
..
androidTest/java/com/nextcloud/talk remove unused persistence methods 2022-07-26 21:55:03 +02:00
generic add copyright + minor refactoring 2022-01-26 15:00:31 +01:00
gplay Merge pull request #2371 from nextcloud/dependabot/gradle/com.android.tools.build-gradle-7.3.0 2022-09-16 16:36:33 +02:00
main Define 'BundleKeys' as 'const' 2022-09-26 11:41:10 +02:00
qa Added monochrome icon for Android 13 "Themed icons" support. 2022-09-20 16:51:28 +02:00
test Rename AttendeePermissionsUtil to ParticipantPermissions 2022-09-26 11:07:31 +02:00