Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-19 | Only list apps with INTERNET permission in app list. | Arne Schwabe | |
--HG-- extra : rebase_source : 016a9c0cf440b66ccbd311dca4e3dc937ed40730 | |||
2014-11-19 | Fix allowed application row layout | Arne Schwabe | |
--HG-- extra : rebase_source : f172e328adb7f18b5d17045624ce2d07190d3549 | |||
2014-11-19 | Also change VPNPreferences to use sliding layout. | Arne Schwabe | |
--HG-- extra : rebase_source : 9bdc433edcc1edb0d1739fb3e63e6c1b27722840 | |||
2014-11-18 | Implement Viewpager/Sliding tabs in the main activity | Arne Schwabe | |
--HG-- extra : rebase_source : 7deb64357ecc003893d342ef34b2a8999aee12be | |||
2014-11-17 | More taking of new layout and features | Arne Schwabe | |
--HG-- extra : rebase_source : 77e40c87eb1c11019361f8bf4d53068921025ae4 | |||
2014-11-17 | Implement deletion of remotes | Arne Schwabe | |
--HG-- extra : rebase_source : 7acb74bd77bff57b6f29ff020fa668966086cafa | |||
2014-11-17 | Do not resize RecyclerView since it crashes | Arne Schwabe | |
--HG-- extra : rebase_source : d2065a08f5fdc69ac2fd5140d28c4ea52b2a47e0 | |||
2014-11-17 | Minor fixes in layout for 5.0 | Arne Schwabe | |
--HG-- extra : rebase_source : ae066b2207f54b2fc8b52929e3e1a8a8488dce64 | |||
2014-11-17 | Implement setting of allowed apps on VPN on Lollipop | Arne Schwabe | |
--HG-- extra : rebase_source : 4636a99d9a9d8b087c094788f207b18045a4554c | |||
2014-11-16 | Change Connection Container to RecyclerView | Arne Schwabe | |
--HG-- extra : rebase_source : 941124b2fbb4904470a015e879deed74ae9972ad | |||
2014-11-16 | Implement support for multiple connection/remote entries (closes issue #2) | Arne Schwabe | |
--HG-- extra : rebase_source : 22f70cc3750ec5342e1c8b69f8978b92237710c6 | |||
2014-12-17 | Update/clarify copyright. | Arne Schwabe | |
--HG-- branch : public extra : source : a453e026590faae1a1842b98d367654fbde63fcb | |||
2014-11-14 | Fix AIDL from external apps. | Arne Schwabe | |
2014-11-12 | Use correct sizes for icons | Arne Schwabe | |
2014-11-12 | Fix lint issues | Arne Schwabe | |
2014-11-12 | Rework ABI binary process (closes issue #298) | Arne Schwabe | |
2014-11-11 | Improve FAQ Fragment on Lollipop, change edit icon to a better one. | Arne Schwabe | |
2014-11-11 | Fix back button on DisconnectDialog doing strange things | Arne Schwabe | |
2014-11-10 | Add material style icons | Arne 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-09 | Implement removal of profiles via external API | Arne Schwabe | |
2014-11-05 | Fix starting VPN without permission when called from external servicev0.6.20 | Arne Schwabe | |
2014-11-04 | Fix typo in last commit | Arne Schwabe | |
2014-11-04 | Make Faq look nicer, especially on large device by using cardviews | Arne Schwabe | |
2014-10-29 | Update translations | Arne Schwabe | |
2014-10-27 | Mark config files using cryptoapicert as keystone | Arne Schwabe | |
2014-10-20 | Fix warning for subnet always being shown | Arne Schwabe | |
2014-10-03 | Fix bug when loading excluded IPv4 routes | Arne Schwabe | |
--HG-- extra : rebase_source : 939df3c5b7e45948c5ab28f7d8f6af465ad739b5 | |||
2014-10-15 | Fix string in Portugese translationv0.6.18 | Arne Schwabe | |
2014-10-15 | Update translations | Arne Schwabe | |
2014-10-07 | Increase priority of on boot receiver (closes issue #281) | Arne Schwabe | |
--HG-- extra : rebase_source : d81b62c1df59b1ce73849b2968275fc7efee9f64 | |||
2014-09-29 | Try to recover from broken PIE support on some device (Asus EEEPad) (closes ↵ | Arne Schwabe | |
issue #275) | |||
2014-09-29 | Make more strings translatable | Arne Schwabe | |
2014-09-29 | Thanks for parmegv@sdf.org to point out that REDELIVER_INTENT and STICKY ↵ | Arne Schwabe | |
behave different (really fixes issue #286) | |||
2014-09-29 | Implement restart of service (closes issue #286) | Arne Schwabe | |
2014-09-18 | Fall back to the old dialog for KitKat devices that do not include mandatory ↵ | Arne Schwabe | |
KitKat features | |||
2014-09-18 | Add copyright information to all files | Arne Schwabe | |
2014-08-18 | Update translations, add Portuguese, update script | Arne Schwabe | |
2014-08-13 | Fix broken parsing and output of IPv6 Routes | Arne Schwabe | |
--HG-- extra : rebase_source : 3ffb8db4e128c62426e18c79d5cc6876136bf3bf | |||
2014-08-13 | Fix compiling | Arne 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-14 | Add workaround for Android bug #70916 | Arne Schwabe | |
2014-08-12 | Rename OpenVpnService to OpenVPNService | Arne Schwabe | |
--HG-- extra : rebase_source : 3b5415c5d7edd339768d84aa9bb02399c11a5f3a | |||
2014-08-12 | include commented out Acra support | Arne Schwabe | |
--HG-- extra : rebase_source : f3396cea18633962ffa9f21d0537b9d4588a9bf4 | |||
2014-07-21 | Remove unused class | Arne Schwabe | |
--HG-- extra : rebase_source : 4a76c32a497fa306ac253c01a5530ff1ece26a8b | |||
2014-07-16 | fix last commit | Arne Schwabe | |
--HG-- extra : rebase_source : 3983623b4b1c53db1c251b4761bc4aeec30edbcd | |||
2014-07-16 | reformat, fix concurrency | Arne Schwabe | |
--HG-- rename : main/src/main/java/de/blinkt/openvpn/fragments/Settings_Behaviour.java => main/src/main/java/de/blinkt/openvpn/fragments/Settings_Obscure.java extra : rebase_source : c7be2fcfcfc9f049246e305e65cd9a0f6f62eff5 | |||
2014-08-06 | Resort VPN preferences add mss fix | Arne Schwabe | |
--HG-- rename : main/src/main/java/de/blinkt/openvpn/fragments/Settings_Obscure.java => main/src/main/java/de/blinkt/openvpn/fragments/Settings_Behaviour.java | |||
2014-07-23 | Tune FAQ | Arne Schwabe | |
--HG-- extra : rebase_source : 3e91216fe140928991fbdecab28b688d09089597 | |||
2014-07-14 | Fix broken configuration net30 topology with subnet ifconfig | Arne Schwabe | |
2014-07-14 | Cleanups | Arne Schwabe | |
2014-07-10 | Don't warn on ifconfig configuration issuses. The VpnService makes enough ↵ | Arne Schwabe | |
warnings. |