aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/settings/CheckGcCredentialsPreference.java
Commit message (Collapse)AuthorAgeFilesLines
* fix #4763: membership detection not workingSamuel Tardieu2015-03-261-1/+1
|
* Add missing final qualifiers in main moduleSamuel Tardieu2015-03-171-2/+2
|
* Get GC custom date on every succesful loginSamuel Tardieu2014-10-221-1/+0
| | | | Part of work on #4416.
* fix #4044: blocking network access in avatar downloadSamuel Tardieu2014-07-251-1/+3
|
* Do not use AndroidObservableSamuel Tardieu2014-04-051-3/+3
| | | | This lets us return to an unmodified version of RxJava.
* refactoring: properly type login resultSamuel Tardieu2014-02-221-6/+8
|
* refactoring: replace Handler by RxJava in credentials checksSamuel Tardieu2014-02-221-4/+0
|
* refactoring: remove duplicated codeBananeweizen2013-12-181-1/+1
|
* refactoring: remove duplication in login classesBananeweizen2013-12-161-2/+2
| | | * convert from static to singletons
* rename Login to GCLoginBananeweizen2013-12-161-4/+4
| | | * easier to differentiate, as there are other login providers now
* refactoring: remove duplicated preferencesBananeweizen2013-12-161-94/+11
|
* Fixes #2881, NullPointerExceptions when gc.com username is blankrsudev2013-07-221-1/+1
| | | | | | - username, password cache was already removed - returning empty pair on missing credentials - cleaning up unneccessary getGcLogin() calls and null checks
* Fixex #2978 - Settings: "System" instead of "More Options"koem2013-07-191-8/+8
| | | | | | - moved basic member settings to subscreen in gc-services - new settings screen "Navigation" - renamed "More Option" to "System"
* Implements #750, use preference activitykoem2013-07-091-0/+123