aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain
Commit message (Collapse)AuthorAgeFilesLines
* externalize zxing lib, fix gradle buildDominik Schürmann2014-01-0668-10184/+3
|
* copy to clipboard in key viewDominik Schürmann2014-01-063-59/+94
|
* multi select and delete, needs testingDominik Schürmann2014-01-063-9/+289
|
* Work on multiselect in key listDominik Schürmann2014-01-067-308/+204
|
* reorder menu in key viewDominik Schürmann2014-01-032-22/+40
|
* cleanup and documentationDominik Schürmann2014-01-032-41/+32
|
* prettify nfc dialogDominik Schürmann2014-01-032-3/+5
|
* integrate NFC into key view and import activitiesDominik Schürmann2014-01-036-266/+261
|
* integrate share activity in view activityDominik Schürmann2014-01-023-105/+44
|
* fix nullpointer in EditKeyActivityDominik Schürmann2014-01-022-13/+13
|
* final fixes for public key listDominik Schürmann2014-01-026-38/+29
|
* fixing some layout problemsDominik Schürmann2014-01-027-39/+33
|
* New list with sticky list headers libraryDominik Schürmann2014-01-0213-61/+242
|
* Simple new list implementations, remove library, use simple adapter with ↵Dominik Schürmann2014-01-0116-447/+800
| | | | headings
* show layout not before passphrase is enteredDominik Schürmann2014-01-011-28/+28
|
* Use data uri instead of extra for key detailsDominik Schürmann2014-01-013-32/+49
|
* key listviewDominik Schürmann2013-12-311-2/+6
|
* code stylingDominik Schürmann2013-12-313-81/+100
|
* Merge pull request #165 from kalkin/key-detailsDominik Schürmann2013-12-306-6/+237
|\ | | | | Key details
| * Added context menu item KeyDetails to KeyListPublicFragmentBahtiar `kalkin-` Gadimov2013-12-251-4/+11
| |
| * Renamed keyDetails to key_detailsBahtiar `kalkin-` Gadimov2013-12-252-2/+2
| |
| * Added first draft of KeyDetailsActivityBahtiar `kalkin-` Gadimov2013-12-254-2/+215
| |
| * Added shortifyFingerprint() to PGPHelperBahtiar `kalkin-` Gadimov2013-12-251-0/+11
| |
* | fix gradle buildDominik Schürmann2013-12-301-4/+5
| |
* | Add pinned section listview libraryDominik Schürmann2013-12-301-0/+1
| |
* | rename resources folders, new high def iconsDominik Schürmann2013-12-301-4/+3
| |
* | rename resources folders, new high def iconsDominik Schürmann2013-12-303-0/+0
| |
* | Fix custom action bars for Android 4.4Dominik Schürmann2013-12-303-40/+10
| |
* | target android-19Dominik Schürmann2013-12-302-2/+2
| |
* | Inform user if signature check failsDominik Schürmann2013-12-305-6/+58
| |
* | Remove deprecated com.fsck.k9.permission.READ_ATTACHMENTDominik Schürmann2013-12-301-1/+0
| |
* | Merge branch 'master' of github.com:dschuermann/openpgp-keychainDominik Schürmann2013-12-301-0/+2
|\|
| * Cleanup.erbsenmann2013-11-081-1/+1
| |
| * Minor fix in OpenPgpData: type is now also written to and read from parcelerbsenmann2013-11-081-0/+2
| |
* | remote service: package signature verification, use string for service ↵Dominik Schürmann2013-12-3015-180/+349
|/ | | | instead of getClass.getName
* spring-cleaning: remove unused resources, rename strings from camelCase to ↵Dominik Schürmann2013-10-25112-667/+492
| | | | snake_case to follow standard practice
* remove unused codeDominik Schürmann2013-10-061-49/+0
|
* QR Code import works nowDominik Schürmann2013-10-065-27/+91
|
* QR Code sharing with multiple QR CodesDominik Schürmann2013-10-055-11/+225
|
* Add parts of zxing library to generate qr codesDominik Schürmann2013-10-0567-1/+10307
|
* New API version, import from clipboardDominik Schürmann2013-10-0512-96/+501
|
* Merge branch 'master' of github.com:dschuermann/openpgp-keychainDominik Schürmann2013-10-023-52/+90
|\
| * Fixed 140 - Multiline Entries in KeyServerQueryActivityBahtiar `kalkin-` Gadimov2013-09-243-52/+90
| | | | | | | | | | | | | | | | | | | | * EditText is now singleLine and has a hint * EditText has set inputType=text and imeOptions=actionSearch * Implemented listener for the actionSearch event * Reformated the source code according to the project specification. Sorry for the diff mess :-/ Signed-off-by: Bahtiar `kalkin-` Gadimov <bahtiar@gadimov.de>
* | Show if item has wrong API versionDominik Schürmann2013-10-022-9/+34
| |
* | API updateDominik Schürmann2013-10-023-26/+30
|/
* Increment for a beta buildDominik Schürmann2013-09-231-1/+1
|
* Fix margin of user ids in import layoutDominik Schürmann2013-09-221-1/+1
|
* Fix file import, part 2Dominik Schürmann2013-09-221-5/+2
|
* Fix file import, commitAllowingStateLoss() was he answer to fragment ↵Dominik Schürmann2013-09-225-87/+122
| | | | crashes, PS: I hate fragment lifecycles...
* Better support for gpg files in CMs file managerDominik Schürmann2013-09-221-3/+4
|