jiti-meet/android/sdk
Saúl Ibarra Corretgé 634f304815 android: simplify handling of the back button
Provide a default and builtin default implementation which finishes the
Activity, same as before.

What this PR removes is the ability to provide a custom default handler because
applications can already take this decision when calling `onBackPressed`. In
addition, make `onBackPressed` return `void` because it's virtually impossible
for it to return `false` (that would mean that there is no
`ReactInstanceManager`, which means there is no app to begin with).

In addition, remove the use of `BackAndroid` since `BackHandler` contains an iOS
shim now.
2019-01-08 17:43:36 +01:00
..
src android: simplify handling of the back button 2019-01-08 17:43:36 +01:00
build.gradle android: fix maven repo relative location 2018-12-03 11:49:03 +01:00
proguard-rules.pro [RN] Add initial Jitsi Meet SDK for Android 2017-06-09 00:03:23 -05:00