summaryrefslogtreecommitdiff
path: root/main/src
AgeCommit message (Collapse)Author
2014-11-20Include apps in tun cfg stringArne Schwabe
--HG-- extra : rebase_source : 2dafd0a1114837ec6efd54661cdf8138ea4513f3
2014-11-19Fix attribute name clash should I ever use compat21Arne Schwabe
--HG-- extra : rebase_source : d82801f2bf6a3e323e345180eba233920836834d
2014-11-24Fix excluded routes not displayed in summaryArne Schwabe
--HG-- extra : rebase_source : 9e499ee13e5309623665a38975f526985e951a98
2014-11-20Fix lint errorsArne Schwabe
--HG-- extra : rebase_source : 403f115a71184a1659bca15d514685626fb04da0
2014-11-20Don't display log in main windowArne Schwabe
--HG-- extra : rebase_source : 715799505b20fb0ff7236e013f7a09442ba6bb58
2014-11-20Update translationsArne Schwabe
--HG-- extra : rebase_source : cabf25e86e2015067fc1ab5b31fa4265119e6257
2014-11-20More fine-tuning, move obscure and behavior settings together (again...)Arne Schwabe
--HG-- extra : rebase_source : 9e9ea0548b9b98505a880dc30b8ca1e513d0e5ea
2014-11-19Only list apps with INTERNET permission in app list.Arne Schwabe
--HG-- extra : rebase_source : 016a9c0cf440b66ccbd311dca4e3dc937ed40730
2014-11-19Fix allowed application row layoutArne Schwabe
--HG-- extra : rebase_source : f172e328adb7f18b5d17045624ce2d07190d3549
2014-11-19Also change VPNPreferences to use sliding layout.Arne Schwabe
--HG-- extra : rebase_source : 9bdc433edcc1edb0d1739fb3e63e6c1b27722840
2014-11-18Implement Viewpager/Sliding tabs in the main activityArne Schwabe
--HG-- extra : rebase_source : 7deb64357ecc003893d342ef34b2a8999aee12be
2014-11-17More taking of new layout and featuresArne Schwabe
--HG-- extra : rebase_source : 77e40c87eb1c11019361f8bf4d53068921025ae4
2014-11-17Implement deletion of remotesArne Schwabe
--HG-- extra : rebase_source : 7acb74bd77bff57b6f29ff020fa668966086cafa
2014-11-17Do not resize RecyclerView since it crashesArne Schwabe
--HG-- extra : rebase_source : d2065a08f5fdc69ac2fd5140d28c4ea52b2a47e0
2014-11-17Minor fixes in layout for 5.0Arne Schwabe
--HG-- extra : rebase_source : ae066b2207f54b2fc8b52929e3e1a8a8488dce64
2014-11-17Implement setting of allowed apps on VPN on LollipopArne Schwabe
--HG-- extra : rebase_source : 4636a99d9a9d8b087c094788f207b18045a4554c
2014-11-16Change Connection Container to RecyclerViewArne Schwabe
--HG-- extra : rebase_source : 941124b2fbb4904470a015e879deed74ae9972ad
2014-11-16Implement support for multiple connection/remote entries (closes issue #2)Arne Schwabe
--HG-- extra : rebase_source : 22f70cc3750ec5342e1c8b69f8978b92237710c6
2014-12-17Update/clarify copyright.Arne Schwabe
--HG-- branch : public extra : source : a453e026590faae1a1842b98d367654fbde63fcb
2014-11-14Fix AIDL from external apps.Arne Schwabe
2014-11-12Use correct sizes for iconsArne Schwabe
2014-11-12Fix lint issuesArne Schwabe
2014-11-12Rework ABI binary process (closes issue #298)Arne Schwabe
2014-11-11Improve FAQ Fragment on Lollipop, change edit icon to a better one.Arne Schwabe
2014-11-11Fix back button on DisconnectDialog doing strange thingsArne Schwabe
2014-11-10Add material style iconsArne Schwabe
--HG-- rename : main/src/main/res/drawable-hdpi/ic_sysbar_quicksettings.png => main/src/main/res/drawable-hdpi/vpn_item_settings.png rename : main/src/main/res/drawable-mdpi/ic_sysbar_quicksettings.png => main/src/main/res/drawable-mdpi/vpn_item_settings.png rename : main/src/main/res/drawable-xhdpi/ic_sysbar_quicksettings.png => main/src/main/res/drawable-xhdpi/vpn_item_settings.png
2014-11-09Implement removal of profiles via external APIArne Schwabe
2014-11-05Fix starting VPN without permission when called from external servicev0.6.20Arne Schwabe
2014-11-04Fix typo in last commitArne Schwabe
2014-11-04Make Faq look nicer, especially on large device by using cardviewsArne Schwabe
2014-10-29Update translationsArne Schwabe
2014-10-27Mark config files using cryptoapicert as keystoneArne Schwabe
2014-10-20Fix warning for subnet always being shownArne Schwabe
2014-10-03Fix bug when loading excluded IPv4 routesArne Schwabe
--HG-- extra : rebase_source : 939df3c5b7e45948c5ab28f7d8f6af465ad739b5
2014-10-15Fix string in Portugese translationv0.6.18Arne Schwabe
2014-10-15Update translationsArne Schwabe
2014-10-07Increase priority of on boot receiver (closes issue #281)Arne Schwabe
--HG-- extra : rebase_source : d81b62c1df59b1ce73849b2968275fc7efee9f64
2014-09-29Try to recover from broken PIE support on some device (Asus EEEPad) (closes ↵Arne Schwabe
issue #275)
2014-09-29Make more strings translatableArne Schwabe
2014-09-29Thanks for parmegv@sdf.org to point out that REDELIVER_INTENT and STICKY ↵Arne Schwabe
behave different (really fixes issue #286)
2014-09-29Implement restart of service (closes issue #286)Arne Schwabe
2014-09-18Fall back to the old dialog for KitKat devices that do not include mandatory ↵Arne Schwabe
KitKat features
2014-09-18Add copyright information to all filesArne Schwabe
2014-08-18Update translations, add Portuguese, update scriptArne Schwabe
2014-08-13Fix broken parsing and output of IPv6 RoutesArne Schwabe
--HG-- extra : rebase_source : 3ffb8db4e128c62426e18c79d5cc6876136bf3bf
2014-08-13Fix compilingArne Schwabe
--HG-- rename : main/src/main/java/de/blinkt/openvpn/core/OpenVpnService.java => main/src/main/java/de/blinkt/openvpn/core/OpenVPNService.java extra : rebase_source : 3ed07d308e89b0e3941bba8902a01579ac69d9c1
2014-08-14Add workaround for Android bug #70916Arne Schwabe
2014-08-12Rename OpenVpnService to OpenVPNServiceArne Schwabe
--HG-- extra : rebase_source : 3b5415c5d7edd339768d84aa9bb02399c11a5f3a
2014-08-12include commented out Acra supportArne Schwabe
--HG-- extra : rebase_source : f3396cea18633962ffa9f21d0537b9d4588a9bf4
2014-07-21Remove unused classArne Schwabe
--HG-- extra : rebase_source : 4a76c32a497fa306ac253c01a5530ff1ece26a8b