aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* new icon and readmeDominik2012-06-1318-185/+3206
|
* started reworking the key creationDominik2012-06-1318-289/+364
|
* intent to create a new keyDominik2012-06-1317-58/+139
|
* updated spongycastleDominik2012-06-135-0/+0
|
* min sdkDominik2012-06-132-2/+1
|
* integration lib and demoDominik2012-06-1339-606/+1048
|
* license headersDominik2012-06-134-1/+52
|
* Started working on API demo appDominik2012-06-1317-1/+741
|
* readmeDominik2012-06-131-6/+7
|
* readmeDominik2012-06-131-14/+10
|
* readmeDominik2012-06-131-4/+42
|
* first versionDominik2012-06-1311-219/+45
|
* help activityDominik2012-03-1211-51/+231
|
* refactoring...Dominik2012-03-12602-1140/+7246
|
* constantly modernizing the uiDominik2012-03-1226-398/+500
|
* further ui developmentsDominik2012-03-1266-5977/+8304
|
* Started using ActionBarSherlockDominik2012-03-11368-185/+31905
|
* Started implementation of Dashboard design patternDominik2012-03-1137-120/+18075
|
* dropping gmail support, k9 mail support is more important, in any case gmail ↵Dominik2012-03-105-341/+103
| | | | support is not working as of android 2.3 and later
* renaming permissions and urisDominik2012-03-106-46/+43
|
* new directory structureDominik2012-03-10200-23/+26
|
* can now be build with antDominik2012-03-103-1/+0
|
* changed directory structure to match defaultDominik2012-03-104-0/+0
|
* new build filesDominik2012-03-103-15/+2
|
* small changesDominik2012-03-103-21/+22
|
* new icon, new about dialog, some refactoringsDominik2012-03-0986-132/+1044
|
* renaming whole package to org.apg to simplifiy nameDominik2012-03-0969-1642/+1928
|
* fixes to clipboard managementDominik2012-03-095-560/+600
|
* fixing qrcode integrationDominik2012-03-0921-357/+359
|
* merged senecasos repoDominik2012-03-0920-114/+995
|\
| * -implementation of "--send-key"senecaso2011-10-1718-110/+921
| | | | | | | | -implementation of "--sign-key" -partial implementation of exchanging/verifying keys via QR Code
| * -mavenizing the projectsenecaso2011-10-0615-77/+142
| | | | | | | | -moving all org.bouncycastl2.* dependencies to Sponcy Castle instead. This way multiple people dont need to maintain rebased versions of BC
* | Merge branch 'pampa'Dominik2012-03-091-0/+4
|\ \
| * | skip PGPSignatureList if it comes before PGPLiteralDataAlex Zhukov2011-09-271-0/+4
| | |
* | | merged apg_service from googlecodeDominik2012-03-0925-208/+2068
|\ \ \ | |/ / |/| |
| * | Allow to pass large blobs and a new content provider to simplify thisMarkus Doits2011-11-0410-36/+423
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since AIDL is not for passing large data, a blob can be passed to APG by a Uri. This Uri is opened as a file by APG and read/written to. Note the file is overwritten by APG, so make sure it is a copy if you want to keep the original. With the ApgServiceBlobProvider, Apg has an own ContentProvider that can be used like mentioned above. For now the data is stored in the dir where APG stores other files and NOT DELETED after en/decryption. This is tbd. It can only be accessed by an application with the permission "org.thialfihar.android.apg.permission.STORE_BLOBS". ApgCon has been updated accordingly and can handle blobs with `setBlob` and `getBlobResult`. That is a really easy way to en/decrypt large data. Note that encrypting by blob should only be used for large files (1MB+). On all other cases, the data should be passed as as String through the AIDl-Interface, so no temporary file must be created. See ApgCon for a complete example of how to connect to the AIDL and use it. Or use it in your own project!
| * | Ignore good old mac's .DS_Store ...Markus Doits2011-11-041-0/+1
| | |
| * | Switch to spongycastleMarkus Doits2011-11-0315-155/+162
| | | | | | | | | | | | | | | | | | | | | https://github.com/rtyley/spongycastle It replaces bouncycastle2. Looks like a cleaner and better integration. A precompiled .jar ist in the "lib/"-dir.
| * | Add .gitignore to ignore eclipse-specific filesMarkus Doits2011-11-031-0/+4
| | |
| * | Update to latest version in masterMarkus Doits2011-11-035-16/+391
| |\| | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into apg_service Conflicts: src/org/thialfihar/android/apg/Apg.java src/org/thialfihar/android/apg/Preferences.java
| * | Documentation update of ApgConMarkus Doits2011-06-051-26/+33
| | |
| * | Cleanup of code, AIDL-calls renamed!Markus Doits2011-06-053-364/+357
| | |
| * | Possibility to not compile Log.d and Log.v inMarkus Doits2011-06-051-16/+18
| | |
| * | Little better log-managing for release-versions of ApgConMarkus Doits2011-05-181-16/+34
| | |
| * | Define interface without importsMarkus Doits2011-01-251-3/+1
| | |
| * | Make callback use an interface 'the java way'_tmMarkus Doits2011-01-252-178/+42
| | |
| * | Log stacktraces the android wayMarkus Doits2011-01-251-29/+8
| | |
| * | Allow to retrieve connection statusMarkus Doits2011-01-231-2/+18
| | | | | | | | | | | | | | | This tells, if a connection to APG *might* be possible (right version of APG found)
| * | Allow to return itself on callbackMarkus Doits2011-01-231-4/+64
| | |
| * | Dont remove result and warnings from resultMarkus Doits2011-01-232-2/+2
| | | | | | | | | | | | Some more debug output, too