| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
This is already handled by the search configuration. We would only need
to call this ourselfes if we had not registered such a search
configuration.
|
| | |
|
| |
|
|
|
|
| |
- Checks the last version from preferences with current
- Stores current version
- switches to about - changelog on version change
|
| | |
|
| |
|
|
|
| |
Every activity starts the main activity when clicking the home button.
We should avoid that in the main activity itself as it leads to a crash
of the app.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| | |
|
| |
|
|
|
| |
Eclipse does not show a warning if the parameter is documented in the
JavaDoc. If your IDE shows warnings about these parameters now after the
change, consider upgrading.
|
| |
|
|
| |
This lets us return to an unmodified version of RxJava.
|
| |
|
|
|
|
|
|
| |
The forced union of both information is not appropriate in several
activities where only GPS data is needed, or where direction data
update less components than location data (such as cache lists).
This is part of work on #3680.
|
| |
|
|
|
|
|
|
|
|
| |
There is an ongoing problem with RxJava, discussed at
https://github.com/Netflix/RxJava/issues/979
This version includes a patch available at
https://github.com/cgeo/RxJava/commit/9ffb27f310d9f454d10d4d03206d8b5a262f6d63
fixup! Upgrade to RxJava 0.17.1
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
This is the release candidate version, which is being currently tested
at Netflix. In a few days, I'll update with the final version.
This release cleans up some bits of RxJava by integrating the
subscription inside a subscriber (which is an observer holding a
subscription) and fixes a leak with recurring tasks.
|
| | |
|
| |
|
|
| |
* remove rxjava deprecations
* silence commons lang deprecations
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |\
| |
| |
| |
| | |
Conflicts:
main/src/cgeo/geocaching/MainActivity.java
|
| | | |
|
| | | |
|
| | | |
|
| |/ |
|
| |
|
|
|
| |
Connectors don't need to wait for others to be logged in before
proceeding.
|
| |
|
|
|
| |
* If you want to use this, add _nickname_ or _alias_ fields to your
contacts in the standard contact app. Afterwards you can open the
contact card directly from a log entry.
|
| |
|
|
|
|
|
|
|
|
| |
The login procedure was initiated in both `onCreate()` and `onResume()`.
It has been limited to `onResume()` and refactored as to not manipulate
a global variable.
Also, the previous code prevented cgeo from retrying a failed login to
one of the cache providers if another had succeeded, as every provider
cleared `setLogin()` in case of success. This has been fixed as well.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
* include findbugs suppression annotations
* have findbugs settings stored as shared settings
|
| | |
|
| |\
| |
| |
| |
| | |
* fix HTML parsing
* simplify activity API
* disable the action for non premium members
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| | |
This is an alpha release, but has been well tested already. The major
changes are the use of generics, varargs and Iterable.
The release notes can be found at:
http://commons.apache.org/proper/commons-collections/release_4_0.html
|
| | |
| |
| |
| |
| | |
* should make adding a history list entry easier
* includes some non null annotations
* moved list code into separate package
|
| | | |
|
| |/ |
|
| |
|
| |
* don't catch raw exceptions
|
| | |
|
| | |
|
| | |
|