wireguard-android/ui/src/main/java/com/wireguard/android/activity
Harsh Shandilya 4dff537d21
ui: address new databinding requirements
Layouts in differing configurations must agree on their root tags, so we give
both copies of main_activity the same root ID, and adjust the check for
two-pane layout to simply test for nullability. This also changes the inset
dispatch code to use ViewCompat and WindowInsetsCompat since they will adjust
insets based on the SDK level allowing us to abstract away that concern.

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2020-05-29 12:25:52 +05:30
..
BaseActivity.kt ui: cleanup various pieces of kotlin 2020-03-26 00:51:36 -06:00
LogViewerActivity.kt LogViewerActivity: don't crash if pipe closes 2020-03-30 03:25:47 -06:00
MainActivity.kt ui: address new databinding requirements 2020-05-29 12:25:52 +05:30
SettingsActivity.kt Introduce realtime log viewer 2020-03-26 00:49:01 -06:00
ThemeChangeAwareActivity.kt Convert activity package to Kotlin 2020-03-20 22:22:56 -06:00
TunnelCreatorActivity.kt Convert activity package to Kotlin 2020-03-20 22:22:56 -06:00
TunnelToggleActivity.kt global: hardcode tags so that minification doesn't ruin the log 2020-03-28 23:21:12 -06:00