aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/java/com/wireguard/android/activity/MainActivity.java (unfollow)
Commit message (Expand)AuthorFilesLines
2018-06-06MainActivity: Fix styleHarsh Shandilya1-5/+2
2018-06-06ToolsInstallerPreference: do not check for magisk on main threadJason A. Donenfeld3-7/+11
2018-06-05build: Allow building release artifacts in-treeHarsh Shandilya2-0/+28
2018-06-05MainActivity: Silence useless warningHarsh Shandilya1-0/+4
2018-06-05Version bumpJason A. Donenfeld1-2/+2
2018-06-05FloatingActionMenu: use appcompat themeJason A. Donenfeld3-6/+3
2018-06-05MainActivity: collapse action menu on toolbar touchHarsh Shandilya1-0/+9
2018-06-05ToolsInstaller: allow installing as Magisk moduleJason A. Donenfeld3-11/+68
2018-06-05libwg-go: better error when using unpatched GoJason A. Donenfeld1-3/+3
2018-06-05ActionBar: show single menu item as tooliconJason A. Donenfeld2-2/+3
2018-06-05TunnelListFragment: hide menu when going to settingsJason A. Donenfeld1-0/+6
2018-06-05MainActivity: styleJason A. Donenfeld1-1/+1
2018-06-05fab: properly get theme colorJason A. Donenfeld1-8/+7
2018-06-05libwg-go: more efficient and safer string passingJason A. Donenfeld2-10/+7
2018-06-05fab: Remove useless overrideHarsh Shandilya1-5/+0
2018-06-05fab: Use themed context to set styleHarsh Shandilya1-1/+1
2018-06-05DarkMode: move to shared preferences listenerJason A. Donenfeld5-206/+79
2018-06-04MainActivity: styleJason A. Donenfeld1-1/+0
2018-06-04FloatingActionsMenu: remove unused importsJason A. Donenfeld1-3/+0
2018-06-04BaseActivity: support android 5 and 6 when clearing drawable cacheJason A. Donenfeld1-7/+15
2018-06-04LogExporterPreference: get all past processesJason A. Donenfeld1-1/+1
2018-06-04BaseActivity: invalidate icon cache on Android PJason A. Donenfeld2-15/+15
2018-06-04Bump versionJason A. Donenfeld1-2/+2
2018-06-04app: disable proguardJason A. Donenfeld2-32/+0
2018-06-04TunnelManager: disable dangerous intents for nowJason A. Donenfeld1-0/+6
2018-06-04TunnelManager: new intentsJason A. Donenfeld5-13/+52
2018-06-03Preferences: don't use round iconJason A. Donenfeld1-1/+1
2018-06-02Preferences: Move version pref to top and add iconHarsh Shandilya2-4/+4
2018-06-02Backends: print versions somewhere in logJason A. Donenfeld2-2/+4
2018-06-02android: Cleanup classesHarsh Shandilya11-40/+41
2018-06-02crypto: KeyEncoding: Fix styleHarsh Shandilya1-25/+32
2018-06-02Topic: John does things differentlyJason A. Donenfeld1-29/+30
2018-06-02ExporterPreferences: disable control immediatelyJason A. Donenfeld2-4/+8
2018-06-02Preferences: add log exporterJason A. Donenfeld4-18/+137
2018-06-01libwg-go: fix styleJason A. Donenfeld1-1/+1
2018-06-01Version bumpJason A. Donenfeld2-2/+2
2018-06-01Topic: make reentrantJason A. Donenfeld1-6/+17
2018-06-01BaseActivity: flush themed icon cache on theme changeJason A. Donenfeld1-0/+18
2018-06-01Settings: add versionJason A. Donenfeld7-0/+100
2018-06-01colors: final touchesJason A. Donenfeld2-2/+6
2018-06-01ui: Use better list colors in night modeHarsh Shandilya1-0/+2
2018-06-01TunnelListFragment: Dejank action mode titleHarsh Shandilya1-1/+5
2018-06-01fab: Make label responsive to night modeHarsh Shandilya4-2/+9
2018-06-01FloatingActionButton: Cleanup declaration of TranslucentLayerDrawable classHarsh Shandilya1-2/+2
2018-06-01FloatingActionButton: Make attribute grabbing not be terribleHarsh Shandilya3-11/+10
2018-06-01theme: add dark theme with toggleJason A. Donenfeld6-3/+183
2018-06-01global: fix theme situation and clean up cruft while adding more cruftJason A. Donenfeld18-43/+78
2018-06-01fab: default to app theme colorsHarsh Shandilya2-7/+14
2018-06-01fab: use AppCompatTextView for labelHarsh Shandilya1-2/+3
2018-06-01fab: cleanupHarsh Shandilya3-34/+32