aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/KeyListFragment.java
Commit message (Expand)AuthorAgeFilesLines
* split EncryptActivity into Encrypt{Text,File}ActivityVincent Breitmoser2014-09-011-4/+3
* Copyright (C) 2014 Vincent BreitmoserVincent Breitmoser2014-08-211-0/+1
* small change to make android studio recognize a honeycomb-only blockVincent Breitmoser2014-08-201-2/+4
* Merge branch 'master' of github.com:open-keychain/open-keychainVincent Breitmoser2014-08-201-4/+2
|\
| * Notify duration, cleanupDominik Schürmann2014-08-201-4/+2
* | close actionmode in keylist on loading events (avoid inconsistent state)Vincent Breitmoser2014-08-201-0/+10
|/
* hacky fix to prevent key list from scrolling to top when opening nav drawerDominik Schürmann2014-08-141-7/+15
* Optimize importsDominik Schürmann2014-08-051-1/+1
* Merge branch 'master' into improve-file-moremar-v-in2014-08-011-30/+29
|\
| * Use darker colorsDominik Schürmann2014-08-011-3/+3
| * Show revoked and expired for private keysDominik Schürmann2014-07-311-29/+28
* | Merge branch 'master' into improve-file-moremar-v-in2014-07-311-31/+35
|\|
| * Robots like coffee too...Dominik Schürmann2014-07-311-4/+3
| * Merge branch 'ditch-appmsg'Vincent Breitmoser2014-07-291-4/+3
| |\
| | * some more work on supertoast and result parcel stuffVincent Breitmoser2014-07-271-5/+2
| | * use SuperToast instead of AppMsg in code, part 1Vincent Breitmoser2014-07-071-8/+7
| * | Use new icons in other key related activites, delete old iconsDominik Schürmann2014-07-281-3/+3
| * | Set visibility at lastDominik Schürmann2014-07-281-3/+3
| * | Use icons in key viewDominik Schürmann2014-07-281-3/+3
| * | Use new status icons in key listDominik Schürmann2014-07-281-20/+23
| * | Smaller status images, green testDominik Schürmann2014-07-281-1/+1
| * | Fix resource names, add small testDominik Schürmann2014-07-281-5/+10
| * | Work on first time wizard designDominik Schürmann2014-07-271-7/+5
| |/
* | Merge branch 'master' into improve-file-moremar-v-in2014-07-061-27/+7
|\|
| * Remove old edit button, rename activitiesDominik Schürmann2014-07-031-6/+4
| * edit key: work on savingDominik Schürmann2014-07-021-6/+2
| * Edit key: adding user idsDominik Schürmann2014-07-021-14/+0
* | Merge branch 'master' into improve-file-moremar-v-in2014-07-011-5/+5
|\|
| * Converted all other buttonsDaniel Albert2014-06-301-5/+5
* | Improve file more, Part 1mar-v-in2014-06-221-4/+4
|/
* Merge branch 'master' into automatic-contact-discoverymar-v-in2014-06-051-4/+3
|\
| * neatness refactoringVincent Breitmoser2014-06-041-4/+3
* | Make keylist case insensitivemar-v-in2014-06-051-3/+3
|/
* Merge remote-tracking branch 'origin/master' into wrapped-key-ringVincent Breitmoser2014-05-211-16/+31
|\
| * Merge highlight keyserver pull requestDominik Schürmann2014-05-181-11/+27
| |\
| | * Use Highlighter instead of HighlightQueryCursorAdapterThialfihar2014-05-161-10/+17
| | * Support mutliple search words and highlight themThialfihar2014-05-161-2/+11
| * | Rename KeyServer to KeyserverDominik Schürmann2014-05-181-5/+4
| |/
* / use long rather than String to build uris by keyVincent Breitmoser2014-05-211-1/+1
|/
* extract generic LoaderFragment superclass from KeyListVincent Breitmoser2014-05-081-61/+10
* ui: purplize searchtext in keylistVincent Breitmoser2014-05-071-0/+3
* edit button with imageDominik Schürmann2014-05-061-2/+3
* Remove unused strings, fix some lint errors, fix some language confusionsDominik Schürmann2014-04-181-1/+1
* secret keys can only be deleted individually from multi selectionVincent Breitmoser2014-04-171-4/+12
* Use git submodules for libs, fix compilation, remove library sourcecodeDominik Schürmann2014-04-161-5/+2
* stripped support: add has_secret column to keys tableVincent Breitmoser2014-04-161-7/+7
* Optimize importsDominik Schürmann2014-04-151-4/+7
* Removing remaining uses of Id, closing one of the oldest bugs #9Dominik Schürmann2014-04-141-2/+1
* Implement SIGNATURE_SUCCESS_CERTIFIED in PgpDecryptVerify (not tested)Dominik Schürmann2014-04-131-1/+0
* use view holder pattern in KeyListFragmentVincent Breitmoser2014-04-101-36/+49