| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
activies
* remove cgWarning class, it is no longer needed
* convert many non static methods to static methods, to ease removing
the no longer needed fields afterwards
If you have trouble merging after you fetch these changes, I'm happy to
help.
|
| | |
|
| |
|
|
|
|
|
|
|
| |
the related code
* move several methods from base to the activities classes
* remove all duplicated goHome(), goManual() methods
* remove instance variable "activity", which is only a this-pointer
(all triggered by issue #98)
If you have trouble merging afterwards, I'm happy to help.
|
| |
|
|
|
|
|
|
|
|
| |
of very large Strings during regular expression matching in cache
parsing. The added String copy constructor must remain in code, even if
it looks superfluous on first look!
remove circular reference to cache in private static (non final) class
to avoid getting additional garbage collector root objects
fix #100
|
| | |
|
| | |
|
| |\
| |
| |
| |
| | |
Conflicts:
src/cgeo/geocaching/cgeospoilers.java
|
| | |\
| | |
| | | |
Display images for logs
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- changed db-version to 54 (need table for logimages)
- renamed cgSpoiler to cgImage
- renamed cgeospoilers to cgeoimages
- added setting to store/not store logimages
TODO: - draw a pretty icon
- maybe translate the new strings
|
| | |/
| |
| |
| |
| |
| | |
* make potentially static methods static
* remove unused constants
* remove unused imports
* move a cache related (otherwise static base) method to the cache class
|
| |/ |
|
| |
|
|
|
| |
* remove lookahead in pattern matching (still need to evaluate
performance of fix)
* avoid loops if matching fails
|
| |\
| |
| |
| |
| |
| |
| |
| | |
https://Bananeweizen@github.com/cgeo/c-geo-opensource.git
Conflicts:
src/cgeo/geocaching/cgeocaches.java
src/cgeo/geocaching/cgeopoint.java
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- refactoring: less and clearer code
- now parsing watchlist state when reading cache details
- did some little refactoring in cgData (read/write booleans with inline if)
- I introduced a new DB-Version (53). Don't know if I could've put my changes in #52?
- now storing in the database if cache is on watchlist or not
- I put the watchlist information in a separate box with buttons
- mucek told me to move it between offline and attributes
- screenshots
- http://koem.kicks-ass.net/issue3_de_adding.png
- http://koem.kicks-ass.net/issue3_de_noton.png
- http://koem.kicks-ass.net/issue3_de_on.png
- http://koem.kicks-ass.net/issue3_de_removing.png
- http://koem.kicks-ass.net/issue3_en_noton.png
- http://koem.kicks-ass.net/issue3_en_on.png
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- now parsing watchlist state when reading cache details
- did some little refactoring in cgData (read/write booleans with inline if)
- I introduced a new DB-Version (53). Don't know if I could've put my changes in #52?
- I put the watchlist information in a separate box with buttons
- screenshots
- http://koem.kicks-ass.net/notonwatchlist.png
- http://koem.kicks-ass.net/onwatchlist.png
|
| | |\
| | |
| | |
| | |
| | |
| | | |
Conflicts:
src/cgeo/geocaching/cgBase.java
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | |/
|/|
| |
| |
| |
| |
| | |
* have static methods in cgBase
* fix NullPointerException in cache list context menu
* fix wrong "move" context menu in cache list
* have all navigation options in cache list context menu
|
| | |
| |
| |
| |
| | |
fix: wrong parsing of event dates
fix: add to calendar only enabled if date has been parsed correctly and
is in the future
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
* avoid boxing and unboxing for primitive coercion
* use Arrays.toString() on arrays instead of Object.toString()
* use static valueOf() method for numbers instead of constructor
* don't concatenate Strings in a loop
* no-op casting (int-float-int)
* infinite recursive loop
* nullpointer dereferences
|
| |/
|
|
|
| |
default size is deprecated and leads to warnings in logCat. 16 K was
choosen because typical c:geo requests are at least 12 K (but in most
cases they are larger).
|
| |
|