aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/build.gradle (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-05-10build: version bump and fix disasterJason A. Donenfeld2-2/+2
2018-05-09build: version bumpJason A. Donenfeld1-2/+2
2018-05-09theme: revert to old color schemeJason A. Donenfeld3-17/+1
Noble effort, but ultimately ugly.
2018-05-09global: Cleanup line lengths and misc lint warningsHarsh Shandilya10-71/+85
I know we decided to ditch the idea of shutting up "Exception thrown with empty param" warnings but this pesters me too much and we can instead just treat this as a weird future proofing thing if and when we end up needing the exception messages. Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
2018-05-09MainActivity: Nip out as early as possible when moving to same fragmentHarsh Shandilya1-3/+3
Save the useless logging and fragment manager object creation. Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
2018-05-09libwg-go: new timer system upstreamJason A. Donenfeld1-0/+0
2018-05-09libwg-go: ensure local Go instance is patchedJason A. Donenfeld2-0/+105
2018-05-05mipmap: Fix formatting of launcher icon XMLSamuel Holland2-6/+6
Signed-off-by: Samuel Holland <samuel@sholland.org>
2018-05-05styles: Fixup CAB background colorHarsh Shandilya1-0/+1
Long pressing any list item entry would cause the action bar to use the dark color from the parent theme -- fix that. Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
2018-05-05drawables: Introduce material iconographyHarsh Shandilya1-2/+2
Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
2018-05-05styles: Propagate WireGuard blue in UIHarsh Shandilya2-0/+6
Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
2018-05-05styles: Propagate WireGuard red in UIHarsh Shandilya3-1/+10
Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
2018-05-05TunnelEditor: Add toast messages to success eventsHarsh Shandilya1-0/+2
Letting the user know that the operation went successfully via visual cues is a nice UX touch. Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
2018-05-05wireguard-go: bump submoduleJason A. Donenfeld2-0/+0
2018-05-03TunnelEditor: Remove unused parameterHarsh Shandilya1-2/+2
Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
2018-05-03ui: Use a proper CardView based layoutHarsh Shandilya5-417/+443
Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
2018-05-03tools: include libmnl paths after system paths for ndk 17Jason A. Donenfeld1-1/+1
2018-05-03config: loosen parser to match realityJason A. Donenfeld2-5/+9
Mid-line comments, mixed case.
2018-05-03global: fix up copyrightsJason A. Donenfeld54-38/+72
2018-05-02Keypair: Minimize the scope of warning suppressionSamuel Holland1-1/+1
Signed-off-by: Samuel Holland <samuel@sholland.org>
2018-05-02KeyEncoding: Address lints/warnings and match line lengthSamuel Holland1-9/+12
Signed-off-by: Samuel Holland <samuel@sholland.org>
2018-05-02global: Add or update copyright headers in Java codeSamuel Holland45-1/+224
Signed-off-by: Samuel Holland <samuel@sholland.org>
2018-05-02global: Some more lint cleanupHarsh Shandilya2-31/+28
Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
2018-05-02drawable: add adaptive iconJason A. Donenfeld4-0/+49
2018-05-02libwg-go: avoid phony target and update goJason A. Donenfeld2-9/+16
2018-05-02wg-build: Update gradle build filesHarsh Shandilya3-31/+43
Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
2018-05-02libwg-go: Ignore go{path,root}Harsh Shandilya1-0/+2
Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
2018-05-01project: Import select Android Studio configuration filesSamuel Holland8-1/+1098
Having a consistent set of code style and inspection rules makes it easier for contributors to match the existing code. Signed-off-by: Samuel Holland <samuel@sholland.org>
2018-05-01libwg-go: do not deadlock on CloseJason A. Donenfeld1-0/+0
2018-04-30Version bumpJason A. Donenfeld1-2/+2
2018-04-30ZipExporterPreference: account for directory already existingJason A. Donenfeld1-1/+1
2018-04-30global: Clean up JavaSamuel Holland13-215/+237
Address Java and Android lints. Signed-off-by: Samuel Holland <samuel@sholland.org>
2018-04-30global: Clean up XMLSamuel Holland3-9/+18
Signed-off-by: Samuel Holland <samuel@sholland.org>
2018-04-30global: Automatic code formattingSamuel Holland22-919/+893
Signed-off-by: Samuel Holland <samuel@sholland.org>
2018-04-30app: Sort dependenciesSamuel Holland1-2/+2
Signed-off-by: Samuel Holland <samuel@sholland.org>
2018-04-30project: Update gradle filesSamuel Holland2-3/+2
Signed-off-by: Samuel Holland <samuel@sholland.org>
2018-04-30libwg-go: use system Go when possibleJason A. Donenfeld1-7/+17
We're still maybe curlzipping and using a binary distribution of Go, but at least this is only the case on machines that don't have go.
2018-04-30Tunnel importer: stricter file filtersJason A. Donenfeld1-2/+8
2018-04-30proguard: enableJason A. Donenfeld2-1/+2
2018-04-30Preferences: use v14 material styleJason A. Donenfeld2-2/+2
2018-04-30ZipExporterPreference: requireNonNull is redundantJason A. Donenfeld1-2/+2
2018-04-30wg: Collapse fab when pressing back before exitingHarsh Shandilya2-2/+19
Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
2018-04-30SettingsActivity: Migrate permissions check to AppCompatHarsh Shandilya1-20/+11
Pretty straightforward, I was clearly overthinking this. Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
2018-04-30ZipExporterPreference: Correctly get preference activityHarsh Shandilya1-2/+14
In AppCompat based preferences, this#getContext returns an object of android.view.ContextThemeWrapper class from where we can safely extract a reference to our parent activity. Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
2018-04-30TunnelListFragment: Use Collections methods in place of ArraysHarsh Shandilya1-2/+3
Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
2018-04-30wg: Break out crossport dependencyHarsh Shandilya8-20/+12
Replace all crossport uses with upstream design support library components. Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
2018-04-30wg-build: Upgrade databinding library to 3.1.2Harsh Shandilya1-1/+1
Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
2018-04-30SettingsActivity: Gracefully exit when options menu home is pressedHarsh Shandilya1-0/+12
This is an activity, so it does not join the fragment backstack, but instead piles on top SettingsActivity | -> MainActivity | -> EditorFragment | -> DetailFragment | -> ListFragment Without overriding the back button in the toolbar, it simply kills the entire state on MainActivity and causes it to reload. By calling finish() on the activity when home is pressed from the item menu we can silently make it die without affecting any underlying states held by MainActivity and instead return to the exact fragment we launched settings from. Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
2018-04-30SettingsActivity: Define preferenceTheme for AppCompatHarsh Shandilya2-0/+4
Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
2018-04-30wg: Migrate menu visibility to AppCompatHarsh Shandilya4-12/+16
Signed-off-by: Harsh Shandilya <harsh@prjkt.io>