summaryrefslogtreecommitdiffhomepage
path: root/app/src/main/java/com/wireguard/android/ConfigActivity.java
AgeCommit message (Expand)Author
2017-11-28ConfigListFragment: Use a floating action menuSamuel Holland
2017-11-28ConfigActivity: Listen for name changesSamuel Holland
2017-11-24VpnService: Move it to a backends packageSamuel Holland
2017-11-08ConfigActivity: Add import menu itemSamuel Holland
2017-08-24ConfigActivity: Invert isSplitLayout→isSingleLayout for claritySamuel Holland
2017-08-24Remove state debugging messagesSamuel Holland
2017-08-24ConfigActivity: Fix condition for inserting back stack entriesSamuel Holland
2017-08-24ConfigActivity: Save editor state across fragment instancesSamuel Holland
2017-08-24ConfigActivity: Avoid unnecessary executePendingTransactionsSamuel Holland
2017-08-23ConfigActivity: Log state transitionsSamuel Holland
2017-08-23BaseConfigActivity: Remember editing stateSamuel Holland
2017-08-22ConfigAddActivity: Rename to AddActivitySamuel Holland
2017-08-21ConfigActivity: Fix fragment state when leaving/entering appSamuel Holland
2017-08-17ConfigListFragment: Restore the non-FAB add menuSamuel Holland
2017-08-16ConfigActivity: Inline PlaceholderFragment into the layoutSamuel Holland
2017-08-16ConfigActivity: Adjust when the back arrow is shownSamuel Holland
2017-08-16ConfigActivity: Fix restoring layout on resumeSamuel Holland
2017-08-15BaseConfigActivity: Set initial config when service availableSamuel Holland
2017-08-15ConfigActivity: Show the current config in the titleSamuel Holland
2017-08-15BaseConfigActivity: Move menu handling to ConfigActivitySamuel Holland
2017-08-14ConfigActivity: Show back arrow in single layout action barSamuel Holland
2017-08-14ConfigActivity: Fragments are hard; this un-breaks animationsSamuel Holland
2017-08-14ConfigActivity: Enable animations on fragment transitionsSamuel Holland
2017-08-14ConfigActivity: Avoid crash when started while lockedSamuel Holland
2017-08-13Major renaming and refactoring in activity and serviceSamuel Holland