aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/main/java/com/wireguard/android/activity/MainActivity.kt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ui: use commit extension from fragment-ktxHarsh Shandilya2020-09-301-10/+11
| | | | Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* ui: retire EdgeToEdgeHarsh Shandilya2020-09-171-12/+0
| | | | Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* ui: address new databinding requirementsHarsh Shandilya2020-05-291-7/+7
| | | | | | | | | | 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>
* Convert activity package to KotlinHarsh Shandilya2020-03-201-0/+126
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>