aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/KeyListFragment.java
Commit message (Expand)AuthorAgeFilesLines
...
* First work on new key view toolbarDominik Schürmann2015-02-251-2/+2
* show app name instead of keys in main listDominik Schürmann2015-02-211-0/+3
* Floating action button icons and methods for key listDominik Schürmann2015-02-211-15/+41
* rewrite PgpSignEncrypt data flowVincent Breitmoser2015-02-011-6/+6
* Saving of allowed keysDominik Schürmann2015-01-291-70/+63
* Merge remote-tracking branch 'origin/t/snackbar' into developmentDominik Schürmann2015-01-291-0/+163
|\
* | lift language level to java 7, and some code cleanupVincent Breitmoser2015-01-251-16/+1
|/
* Fix SearchViewDominik Schürmann2015-01-141-20/+4
* Remove empty layoutDominik Schürmann2014-10-251-24/+0
* Fix result passingDominik Schürmann2014-10-251-1/+1
* Safe slinger activity prepsDominik Schürmann2014-10-251-135/+3
* Merge branch 'development' of github.com:open-keychain/open-keychain into dev...Vincent Breitmoser2014-10-231-8/+11
|\
| * More color/icon consistencyDominik Schürmann2014-10-151-8/+11
* | integrate download from keyserver into key import operationVincent Breitmoser2014-10-231-1/+1
|/
* color experimentsDominik Schürmann2014-10-151-12/+16
* actually remove filter spinner code. that's what git is for~Vincent Breitmoser2014-10-131-46/+0
* Remove key list filter for nowDominik Schürmann2014-10-131-27/+27
* DeleteResult: add custom createNotifyVincent Breitmoser2014-10-111-1/+9
* move around package structure a bitVincent Breitmoser2014-10-101-2/+2
* add keys button goes to directly to qr scanVincent Breitmoser2014-10-101-2/+1
* keylist: add safeslinger exchange button to secret keysVincent Breitmoser2014-10-101-10/+182
* Filter key list by certified keysDominik Schürmann2014-10-081-0/+51
* UI stuffDominik Schürmann2014-10-051-0/+10
* use status icons in public key selectionDominik Schürmann2014-10-051-3/+1
* Add cloud iconDominik Schürmann2014-10-051-0/+1
* disable pull to refresh (for now)Vincent Breitmoser2014-09-241-2/+6
* disable pull to refresh in upper right cornerVincent Breitmoser2014-09-231-1/+0
* Stop refreshing after all keys have been updatedDominik Schürmann2014-09-181-4/+4
* Swipe-to-refresh fixesDominik Schürmann2014-09-181-1/+2
* Swipe-to-refresh fixesDominik Schürmann2014-09-181-16/+20
* Use key icons in spinnersDominik Schürmann2014-09-171-12/+4
* package reordering: merge util and helper, there were no real difference; cre...Dominik Schürmann2014-09-171-5/+5
* Result parcel refactorings (WIP)Dominik Schürmann2014-09-171-5/+3
* Temporary fix for #848, fixed pull2refresh bugsDaniel Albert2014-09-131-1/+1
* Hack to disable overscroll effect of swipe to updateDominik Schürmann2014-09-131-1/+2
* Custom actionbar to indicate swipe down effectDominik Schürmann2014-09-131-0/+51
* Removed unnecessary querying of keyservers, reimplemented the ListAwareSwipeR...Daniel Albert2014-09-131-0/+8
* Implemented Pull2Refresh in the KeyListFragmentDaniel Albert2014-09-121-1/+27
* API fixesDominik Schürmann2014-09-071-1/+1
* Make Intent API as recommended in http://developer.android.com/guide/componen...Dominik Schürmann2014-09-071-1/+1
* Two buttons to encrypt files and text, some fixesDominik Schürmann2014-09-071-1/+1
* 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
|\