summaryrefslogtreecommitdiff
path: root/res
AgeCommit message (Collapse)Author
2013-11-29Fixes for keyboard navigationArne Schwabe
2013-11-25Add full license detailsArne Schwabe
2013-11-21Update translationsArne Schwabe
2013-11-21Fix log window in landscapeArne Schwabe
2013-11-21Give view options the right iconArne Schwabe
2013-11-21Fix lints warnings, change folder iconsArne Schwabe
2013-11-21Remove now obsolete verbosity optionArne Schwabe
--HG-- extra : amend_source : 3b6d49d653724677414376cc1b372a23c6c23354
2013-11-19small bug fixesArne Schwabe
2013-11-07Fine tune log window.Arne Schwabe
--HG-- rename : res/layout-w720dp/log_fragment.xml => res/layout-sw600dp/log_fragment.xml rename : res/values-w600dp/dimens.xml => res/values-sw600dp/dimens.xml
2013-11-07I think the hacks that were needed for earlier Android version should not be ↵Arne Schwabe
needed anymore. Don’t show them in the General settings menu.
2013-10-28Fix NPE from market consoleArne Schwabe
2013-10-13Working LogFragmentArne Schwabe
--HG-- rename : res/layout-w720dp/logwindow.xml => res/layout-w720dp/log_fragment.xml rename : res/layout/logwindow.xml => res/layout/log_fragment.xml rename : src/de/blinkt/openvpn/LogWindow.java => src/de/blinkt/openvpn/fragments/LogFragment.java
2013-10-13Add Seekbar with ticks, make a better layout for large screens of the log screenArne Schwabe
--HG-- rename : res/layout/logwindow.xml => res/layout-w720dp/logwindow.xml
2013-10-07Add "show password" to popup password dialogArne Schwabe
2013-09-27Implement changing log level on the fly in the log window, still needs some ↵Arne Schwabe
UI design love --HG-- extra : rebase_source : 207343cea3b74cd07ebdf00f8ef443465d12c966
2013-09-26Use auto schema instead of de.blinkt (closes issue #203)Arne Schwabe
--HG-- extra : rebase_source : 75f8ec5cfb1509dec769034007d5e1733f7aa701
2013-09-18Refactor logging messagesArne Schwabe
2013-09-12update translationsv0.5.46Arne Schwabe
2013-09-10Add Google in App purchasing as an Alternative for PaypalArne Schwabe
Also make sure it works on non Gplay devices too!
2013-09-08Update translationsArne Schwabe
2013-08-26Update translationsv0.5.44Arne Schwabe
2013-08-23Update translations, bump versionArne Schwabe
2013-08-22Update translations, fix lang-trArne Schwabe
2013-08-15Version 0.5.42v0.5.42Arne Schwabe
2013-08-14add a bit of text to 4.3 vpn dialog faqArne Schwabe
2013-08-14Add FAQ for Android 4.3Arne Schwabe
2013-08-14Fix format of strings.xml even more.Arne Schwabe
Otherwise crowd.in will treat the strings with whitespace changes as new strings
2013-08-14Restore of formatting of strings.xmlArne Schwabe
2013-08-13Fix another format string bug in tr translation, fix accidentally renamed ↵Arne Schwabe
method
2013-08-13Add Turkish to the list of languagesArne Schwabe
2013-08-12Add xxhdpi iconArne Schwabe
2013-08-12Fix lint issuesArne Schwabe
2013-08-09Guess if a certificate is stored in hardwareArne Schwabe
2013-08-08Log error if the IP that should be set is invalidArne Schwabe
2013-08-07Update translationsv0.5.40Arne Schwabe
2013-08-03clarify build processArne Schwabe
--HG-- extra : rebase_source : 7701e980c010e13487a6e364fcee16b221856a88 extra : amend_source : e8e7df48d1796a20804488cc97c42e2bbe50f5cb
2013-08-02Welcome Android 4.3Arne Schwabe
Also add prototypish restricted profile support
2013-07-12Do not show certificate information on pkcs12 and key dialogs (closes issue ↵Arne Schwabe
#180) --HG-- extra : rebase_source : cf8d0c01621f7e22033a8a3962c4bc47983753fb
2013-07-11Usage reflection to use Android Bouncycastle to print Subject DN, also ↵Arne Schwabe
display CN in the basic settings screen --HG-- extra : rebase_source : 6cff9134e9f0bd0e5261edd7ac0b4139b1580d3b
2013-07-03update translationsArne Schwabe
2013-07-03Restructure global settingsArne Schwabe
--HG-- extra : amend_source : 1b4e0ac86c557993b0195c4b1bad968f3f27aac1
2013-07-01Finetune new iconv0.5.38.2Arne Schwabe
2013-06-26New logoArne Schwabe
--HG-- extra : rebase_source : b7d228710f1d4d53bc6d724cde9b6fba1dd47ed8
2013-06-26Update LicenseArne Schwabe
2013-06-23update translationsArne Schwabe
--HG-- extra : rebase_source : 3e4f650278a303b9404037c97cf9818f5fdf058a
2013-06-23Fix issues found by Code AnalysisArne Schwabe
2013-06-23Implement expandable notifications for 4.1Arne Schwabe
2013-06-10update translations againArne Schwabe
--HG-- extra : rebase_source : 968695e94922723d45dda9af90f52ea197d608c0
2013-06-10fix typoArne Schwabe
--HG-- extra : rebase_source : 1c67d40cf0c2621870875c1330193d4c37425039
2013-06-08Fix icon displayed in the notification bar. Using a Leveldrawable does not ↵Arne Schwabe
work as expected.