new icon and readme
5
LICENSE
@ -11,9 +11,8 @@ The following open source projects are used in APG:
|
|||||||
Images:
|
Images:
|
||||||
|
|
||||||
* icon.svg
|
* icon.svg
|
||||||
modified version of GnuPG Logo (not)
|
modified version of kgpg_key2_kopete.svgz
|
||||||
http://openclipart.org/detail/15078/gnupg-logo-(not)-by-mrbordello
|
GPL
|
||||||
Public Domain
|
|
||||||
|
|
||||||
* dashboard_manage_keys.svg, dashboard_my_keys.svg, key.svg
|
* dashboard_manage_keys.svg, dashboard_my_keys.svg, key.svg
|
||||||
http://rrze-icon-set.berlios.de/
|
http://rrze-icon-set.berlios.de/
|
||||||
|
@ -13,7 +13,7 @@ Fork APG+ and do a merge request. I will merge your changes back into the main p
|
|||||||
1. New -> Android Project -> Create project from existing source, choose com_actionbarsherlock
|
1. New -> Android Project -> Create project from existing source, choose com_actionbarsherlock
|
||||||
2. New -> Android Project -> Create project from existing source, choose org_apg
|
2. New -> Android Project -> Create project from existing source, choose org_apg
|
||||||
3. Add com_actionbarsherlock as Android Lib (Properties of org_apg -> Android -> Library -> add)
|
3. Add com_actionbarsherlock as Android Lib (Properties of org_apg -> Android -> Library -> add)
|
||||||
4. Add Java libs (Properties of org_apg -> Java Build Path -> Libraries -> add all libraries from libs folder in org_apg)
|
4. Optional (As of Android Tools r17 the libraries are automatically added from the libs folder): Add Java libs (Properties of org_apg -> Java Build Path -> Libraries -> add all libraries from libs folder in org_apg)
|
||||||
5. Now APG+ can be build
|
5. Now APG+ can be build
|
||||||
|
|
||||||
# Build using Ant
|
# Build using Ant
|
||||||
@ -37,7 +37,7 @@ The Libraries are provided in the git repository.
|
|||||||
* ActionBarSherlock to provide an ActionBar for Android < 3.0
|
* ActionBarSherlock to provide an ActionBar for Android < 3.0
|
||||||
* Spongy Castle as the main Crypto Lib
|
* Spongy Castle as the main Crypto Lib
|
||||||
* android-support-v4.jar: Compatibility Lib
|
* android-support-v4.jar: Compatibility Lib
|
||||||
* android-integration-supportv4.jar: Barcode Scanner Integration
|
* barcodescanner-android-integration-supportv4.jar: Barcode Scanner Integration
|
||||||
|
|
||||||
# Build XZing Integration Library
|
# Build XZing Integration Library
|
||||||
|
|
||||||
@ -53,7 +53,7 @@ On error see: http://code.google.com/p/zxing/issues/detail?id=1207
|
|||||||
|
|
||||||
see https://github.com/rtyley/spongycastle
|
see https://github.com/rtyley/spongycastle
|
||||||
|
|
||||||
# Generate pressed dashboard icons
|
# Generate pressed dashboard icons
|
||||||
|
|
||||||
1. Open svg in Inkscape
|
1. Open svg in Inkscape
|
||||||
2. Extensions -> Color -> darker (2 times!)
|
2. Extensions -> Color -> darker (2 times!)
|
3370
Resources/icon.svg
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 180 KiB |
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 79 KiB |
BIN
Resources/icon_googlecode.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
Resources/kgpg_key2_kopete.svgz
Normal file
@ -124,7 +124,8 @@
|
|||||||
android:name=".ui.EncryptActivity"
|
android:name=".ui.EncryptActivity"
|
||||||
android:configChanges="keyboardHidden|orientation|keyboard"
|
android:configChanges="keyboardHidden|orientation|keyboard"
|
||||||
android:label="@string/title_encrypt"
|
android:label="@string/title_encrypt"
|
||||||
android:uiOptions="splitActionBarWhenNarrow" >
|
android:uiOptions="splitActionBarWhenNarrow"
|
||||||
|
android:windowSoftInputMode="stateHidden" >
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="org.apg.intent.ENCRYPT" />
|
<action android:name="org.apg.intent.ENCRYPT" />
|
||||||
<action android:name="org.apg.intent.ENCRYPT_FILE" />
|
<action android:name="org.apg.intent.ENCRYPT_FILE" />
|
||||||
@ -140,7 +141,8 @@
|
|||||||
android:name=".ui.DecryptActivity"
|
android:name=".ui.DecryptActivity"
|
||||||
android:configChanges="keyboardHidden|orientation|keyboard"
|
android:configChanges="keyboardHidden|orientation|keyboard"
|
||||||
android:label="@string/title_decrypt"
|
android:label="@string/title_decrypt"
|
||||||
android:uiOptions="splitActionBarWhenNarrow" >
|
android:uiOptions="splitActionBarWhenNarrow"
|
||||||
|
android:windowSoftInputMode="stateHidden" >
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="org.apg.intent.DECRYPT" />
|
<action android:name="org.apg.intent.DECRYPT" />
|
||||||
<action android:name="org.apg.intent.DECRYPT_FILE" />
|
<action android:name="org.apg.intent.DECRYPT_FILE" />
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project name="MainActivity" default="help">
|
<project name="APG" default="help">
|
||||||
|
|
||||||
<!-- The local.properties file is created and updated by the 'android' tool.
|
<!-- The local.properties file is created and updated by the 'android' tool.
|
||||||
It contains the path to the SDK. It should *NOT* be checked into
|
It contains the path to the SDK. It should *NOT* be checked into
|
||||||
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 8.0 KiB |
@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project name="BaseActivity" default="help">
|
<project name="APG Integration Demo" default="help">
|
||||||
|
|
||||||
<!-- The local.properties file is created and updated by the 'android' tool.
|
<!-- The local.properties file is created and updated by the 'android' tool.
|
||||||
It contains the path to the SDK. It should *NOT* be checked into
|
It contains the path to the SDK. It should *NOT* be checked into
|
||||||
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 8.0 KiB |
@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project name="org_apg_integration_lib" default="help">
|
<project name="apg_integration_lib" default="help">
|
||||||
|
|
||||||
<!-- The local.properties file is created and updated by the 'android' tool.
|
<!-- The local.properties file is created and updated by the 'android' tool.
|
||||||
It contains the path to the SDK. It should *NOT* be checked into
|
It contains the path to the SDK. It should *NOT* be checked into
|
||||||
|