aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/widget/ListAwareSwipeRefreshLayout.java
Commit message (Expand)AuthorAgeFilesLines
* Remove swipte to refresh src, fix padding in key listDominik Schürmann2015-02-271-99/+0
* lift language level to java 7, and some code cleanupVincent Breitmoser2015-01-251-5/+0
* fix nullpointer in previous swipetorefresh fixVincent Breitmoser2014-09-231-5/+9
* disable pull to refresh in upper right cornerVincent Breitmoser2014-09-231-0/+26
* Swipe-to-refresh fixesDominik Schürmann2014-09-181-11/+3
* Temporary fix for #848, fixed pull2refresh bugsDaniel Albert2014-09-131-3/+7
* Hack to disable overscroll effect of swipe to updateDominik Schürmann2014-09-131-14/+11
* Removed unnecessary querying of keyservers, reimplemented the ListAwareSwipeR...Daniel Albert2014-09-131-21/+53
* Implemented Pull2Refresh in the KeyListFragmentDaniel Albert2014-09-121-0/+49