aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/java/com/wireguard/android/ConfigActivity.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* ConfigListFragment: Use a floating action menuSamuel Holland2017-11-281-21/+3
* ConfigActivity: Listen for name changesSamuel Holland2017-11-281-2/+24
* VpnService: Move it to a backends packageSamuel Holland2017-11-241-0/+1
* ConfigActivity: Add import menu itemSamuel Holland2017-11-081-0/+17
* ConfigActivity: Invert isSplitLayout→isSingleLayout for claritySamuel Holland2017-08-241-12/+12
* Remove state debugging messagesSamuel Holland2017-08-241-7/+0
* ConfigActivity: Fix condition for inserting back stack entriesSamuel Holland2017-08-241-1/+2
* ConfigActivity: Save editor state across fragment instancesSamuel Holland2017-08-241-1/+18
* ConfigActivity: Avoid unnecessary executePendingTransactionsSamuel Holland2017-08-241-3/+1
* ConfigActivity: Log state transitionsSamuel Holland2017-08-231-0/+3
* BaseConfigActivity: Remember editing stateSamuel Holland2017-08-231-8/+13
* ConfigAddActivity: Rename to AddActivitySamuel Holland2017-08-221-1/+1
* ConfigActivity: Fix fragment state when leaving/entering appSamuel Holland2017-08-211-104/+157
* ConfigListFragment: Restore the non-FAB add menuSamuel Holland2017-08-171-0/+3
* ConfigActivity: Inline PlaceholderFragment into the layoutSamuel Holland2017-08-161-27/+26
* ConfigActivity: Adjust when the back arrow is shownSamuel Holland2017-08-161-9/+9
* ConfigActivity: Fix restoring layout on resumeSamuel Holland2017-08-161-5/+6
* BaseConfigActivity: Set initial config when service availableSamuel Holland2017-08-151-0/+1
* ConfigActivity: Show the current config in the titleSamuel Holland2017-08-151-0/+4
* BaseConfigActivity: Move menu handling to ConfigActivitySamuel Holland2017-08-151-0/+7
* ConfigActivity: Show back arrow in single layout action barSamuel Holland2017-08-141-0/+7
* ConfigActivity: Fragments are hard; this un-breaks animationsSamuel Holland2017-08-141-78/+84
* ConfigActivity: Enable animations on fragment transitionsSamuel Holland2017-08-141-0/+2
* ConfigActivity: Avoid crash when started while lockedSamuel Holland2017-08-141-3/+12
* Major renaming and refactoring in activity and serviceSamuel Holland2017-08-131-0/+158