]> git.ipfire.org Git - thirdparty/strongswan.git/commit - src/frontends/android/app/src/main/res/values-ru/strings.xml
android: Add activity that displays a list of remediation instructions
authorTobias Brunner <tobias@strongswan.org>
Thu, 30 May 2013 09:55:44 +0000 (11:55 +0200)
committerTobias Brunner <tobias@strongswan.org>
Mon, 8 Jul 2013 16:49:29 +0000 (18:49 +0200)
commit0ef98957a7c5efe8f033ab876ae1969e3f3938c8
treee741bf0a068f55aec8230cee17c192757833e3a6
parent611d35e8e87ed0bbbcd5ab9ff90522f557ee6dd6
android: Add activity that displays a list of remediation instructions

On large displays a two-pane layout is used that displays the list next
to the actual instructions.
src/frontends/android/AndroidManifest.xml
src/frontends/android/res/drawable/remediation_instruction_background_large.xml [new file with mode: 0644]
src/frontends/android/res/layout-large/remediation_instructions.xml [new file with mode: 0644]
src/frontends/android/res/layout/remediation_instructions.xml [new file with mode: 0644]
src/frontends/android/res/values-de/strings.xml
src/frontends/android/res/values-pl/strings.xml
src/frontends/android/res/values-ru/strings.xml
src/frontends/android/res/values-ua/strings.xml
src/frontends/android/res/values/strings.xml
src/frontends/android/src/org/strongswan/android/ui/RemediationInstructionsActivity.java [new file with mode: 0644]
src/frontends/android/src/org/strongswan/android/ui/RemediationInstructionsFragment.java