index
:
cgeo.git
master
upstream_release
cgeo without proprietary dependencies
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
main
/
src
/
cgeo
/
geocaching
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix #2292: parse "marked missing"
Bananeweizen
2012-12-25
2
-3
/
+4
*
refactoring: convert trackable log view to real list
Bananeweizen
2012-12-23
1
-64
/
+100
*
new: view pager in trackable activity
Bananeweizen
2012-12-23
7
-599
/
+667
*
refactoring: extract view pager activity for re-use
Bananeweizen
2012-12-22
3
-349
/
+383
*
refactoring: remove unnecessary null check
Bananeweizen
2012-12-22
1
-1
/
+1
*
fix #2282: change recognition of unpublished caches
Bananeweizen
2012-12-22
2
-2
/
+3
*
Use warning instead of error since the problem is escalated
Samuel Tardieu
2012-12-19
1
-1
/
+1
*
Bad fields and absence of trackable can be legitimate
Samuel Tardieu
2012-12-19
2
-14
/
+14
*
Absence of a tile on the server is not an error
Samuel Tardieu
2012-12-19
1
-1
/
+1
*
Do not err when a cache is not in the database
Samuel Tardieu
2012-12-19
1
-1
/
+1
*
Having an empty search result is not an error
Samuel Tardieu
2012-12-19
2
-2
/
+2
*
Merge pull request #2279 from samueltardieu/better-attributes
Samuel Tardieu
2012-12-19
1
-7
/
+4
|
\
|
*
Use better aligned attributes in cache description
Samuel Tardieu
2012-12-19
1
-7
/
+4
*
|
Fix NPE on database migration
Samuel Tardieu
2012-12-19
1
-4
/
+6
*
|
Give full exception reports rather than exception names
Samuel Tardieu
2012-12-19
1
-16
/
+16
*
|
Reclassify debug information
Samuel Tardieu
2012-12-19
2
-2
/
+1
*
|
Refactoring: style issues
Samuel Tardieu
2012-12-19
1
-11
/
+7
*
|
Merge branch 'fix_2276_dialog_forever' of https://github.com/triakcz/c-geo-op...
Samuel Tardieu
2012-12-19
1
-3
/
+22
|
\
\
|
|
/
|
/
|
|
*
Fix #2276, close dialog after both requested operations are completed
triakcz
2012-12-19
1
-3
/
+22
*
|
Fix typo introduced in the latest commit
Samuel Tardieu
2012-12-19
1
-1
/
+1
*
|
Fix: do not use String#isEmpty()
Samuel Tardieu
2012-12-19
8
-12
/
+13
*
|
Refactoring: remove unnecessary enum qualifiers
Samuel Tardieu
2012-12-18
14
-15
/
+15
*
|
Refactoring: remove useless calls to super()
Samuel Tardieu
2012-12-18
2
-2
/
+0
*
|
Refactoring: remove useless String.valueOf() calls
Samuel Tardieu
2012-12-18
2
-2
/
+2
*
|
Refactoring: remove useless constructor with same accessibility level
Samuel Tardieu
2012-12-18
1
-4
/
+0
*
|
Refactoring: use Java-style array declaration
Samuel Tardieu
2012-12-18
1
-1
/
+1
*
|
Refactoring: clone() overrides could need CloneNotSupportedException
Samuel Tardieu
2012-12-18
1
-1
/
+1
*
|
Refactoring: do not use protected methods in final classes
Samuel Tardieu
2012-12-18
2
-4
/
+4
*
|
Refactoring: narrow scope of variables
Samuel Tardieu
2012-12-18
25
-100
/
+64
*
|
Refactoring: remove pointless null checks
Samuel Tardieu
2012-12-18
2
-2
/
+2
*
|
Refactoring: use isEmpty() where appropriate
Samuel Tardieu
2012-12-18
13
-15
/
+15
*
|
Fix crash on single cache map
Samuel Tardieu
2012-12-18
1
-6
/
+2
*
|
Merge branch 'cache_coords_wpt_ng' of https://github.com/triakcz/c-geo-openso...
Samuel Tardieu
2012-12-18
12
-45
/
+439
|
\
\
|
|
/
|
*
Uploading of modified coords to geocaching.com
triakcz
2012-12-18
12
-45
/
+439
*
|
refactoring: reduce number of prepared statements
Bananeweizen
2012-12-18
1
-8
/
+24
*
|
Merge branch 'release' into upstream
Samuel Tardieu
2012-12-17
1
-1
/
+1
|
\
\
|
*
|
fix #147: host markers on our own site
Samuel Tardieu
2012-12-17
1
-1
/
+1
*
|
|
Refactoring: document and refactor SearchResult constructors
Samuel Tardieu
2012-12-17
1
-25
/
+46
*
|
|
Refactoring: add documentation about null-ness
Samuel Tardieu
2012-12-17
2
-6
/
+6
*
|
|
Refactoring: simplify code
Samuel Tardieu
2012-12-17
1
-16
/
+4
*
|
|
Refactoring: remove non-sensical test, this can never be null
Samuel Tardieu
2012-12-17
1
-4
/
+0
*
|
|
Merge branch 'release' into upstream
Samuel Tardieu
2012-12-17
1
-1
/
+1
|
\
\
\
|
|
/
/
|
*
|
fix #2259: premium caches not identified in searches
Samuel Tardieu
2012-12-17
1
-1
/
+1
*
|
|
fix: remove undesired space between trackable log entries
Bananeweizen
2012-12-16
1
-1
/
+1
*
|
|
Merge branch 'release' into upstream
Samuel Tardieu
2012-12-16
1
-1
/
+1
|
\
\
\
|
|
/
/
|
*
|
fix #2235: use a more lax regexp to identify found caches
Samuel Tardieu
2012-12-16
1
-1
/
+1
*
|
|
Refactoring: remove unnecessary "this" qualifiers
Samuel Tardieu
2012-12-16
3
-3
/
+3
*
|
|
Refactoring: remove redundant else
Samuel Tardieu
2012-12-16
1
-4
/
+8
*
|
|
Refactoring: remove redundant variable
Samuel Tardieu
2012-12-16
1
-2
/
+1
*
|
|
Refactoring: do not build a string within a StringBuilder append()
Samuel Tardieu
2012-12-16
1
-2
/
+2
[next]