aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/network/OAuthAuthorizationActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* fix compile errorsBananeweizen2014-05-201-1/+0
|
* Don't let the OAuth dialogs use the Dialog themeArne Schwabe2014-05-181-2/+3
| | | | This fixes the crash when a OAuth dialog is shown, a correct fix would to convert the OAuth dialogs to activities/DialogFragment but that is more work and can be done later.
* Implement ActionBar using AppCompat in cgeoArne Schwabe2014-05-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | This a first version of an ActionBar implementation with following properties: - The application should be usuable (there still might be bugs left from the conversation to Action) - Provides a more modern feeling on all devices - gets rid of the "dots of shame" on Android 3.0+ devices - The Maps classes MUST inherit from Activity instead of ActionBarActivity. There these classes use the old ActionBar on Android 2.3 devices and the real ActionBar on 3.0+ - This can be fixed when cgeo is ported to Google Maps API v2.0 API which usesFragment - The Dialog classes (CachePopup and WaypointPopup) have been converted to DialogFragments - The AppCombat themes provide no Theme.Dialog theme - this will later ease using these Fragment in other Activities - Use an almost empty activity which just shows the DialogFragment - Use the 'old' ActionBar but which overflow menu button to fit into Holo Design Style - Using a real ActionBar for Dialogs is not really support by Android and trying to force the frame into showing an Actionbar on a dialog leeds to strange bugs/effects - Most of the icon are still the Android 2.3 Menu Icon. These need to be replaced with Holo Style Icons - for most menu icon the ifRoom and/or withText attributes should be reviewed and set - The ActionBar of the main Activity is transparent. This is more or less by accident but looks good - Review Up Action of activities. Is going back to Main Activity always the semantically right thing to do? - Shortpress/Longpress on the Actionbars Compass Icon for primary/secondary Navigation clashes the normal ActionBar behaviour of long pressing to show the text of the action This commit contains many fixes and suggestions from rsudev
* Refactoring opencaching implementationrsudev2014-04-071-27/+67
|
* Fixes #3626, Can not authorize to oc.plrsudev2014-02-251-1/+2
| | | | - fixed my stupid bug sending the request twice :(
* Finally fixes #3267, Detect and report time-skew that prevents okapi accessrsudev2014-02-221-27/+61
| | | | Extended the OAuth process to allow specific additional error reporting
* Use RxJava.Action1 instead of our RunnableWithArgumentSamuel Tardieu2014-01-111-1/+0
|
* refactoring: remove unused codeBananeweizen2013-10-051-4/+0
|
* Fixes #3318, OC Authorization activity is black on black with light skin and ↵rsudev2013-10-041-1/+1
| | | | | | Android 2.x Apply DialogTheme which is Android 2.x aware
* refactoring: typos, formatting, visibilityBananeweizen2013-09-151-1/+1
|
* refactoring: further qualify resource to silent lint warningSamuel Tardieu2013-09-141-1/+1
|
* Use the right string for substitutionSamuel Tardieu2013-09-141-5/+5
|
* refactoring: better names for methodsSamuel Tardieu2013-09-141-4/+4
|
* Remove out-of-band registration for OAuthSamuel Tardieu2013-09-141-79/+19
|
* Reorganize strings for oauth authenticationsSamuel Tardieu2013-09-131-12/+40
|
* Allow an OAuth process to specify a callback URISamuel Tardieu2013-09-131-35/+69
|
* refactoring: use view injection in OAuth processSamuel Tardieu2013-09-131-16/+15
|
* findbugs: avoid catching raw exception typeBananeweizen2013-08-251-29/+29
|
* Implements OKAPI Live access for opencaching.plrsudev2013-07-261-2/+2
|
* Fixes #2992 - Settings: show "authorize c:geo again" when appropriatekoem2013-07-191-0/+1
| | | | | | This was a little more complicated than expected ... changing titles of settings is a task for someone who killed his grandmother. When authorization is already done, settings for twitter auth and OCDE auth show "authorize c:geo again".
* Implements OKAPI access for oc.dersudev2013-05-261-0/+326
Enable OKAPI for opencaching.de Enhance OKAPI to allow nearby and livemap searches Enhance OKAPI to allow posting logs and watchlist changes