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
/
cgeocaches.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove old comment
campbeb
2012-02-10
1
-1
/
+0
*
Fix #1045
campbeb
2012-02-10
1
-4
/
+2
*
Changed database handling
blafoo
2012-02-08
1
-30
/
+29
*
Refactoring navigation apps submenus to use AlertDialog.Builder where
Torsten Keil
2012-02-03
1
-8
/
+8
*
fix #1030: Refreshing stored cache can make it move to default list
Bananeweizen
2012-01-28
1
-3
/
+2
*
Use equalsIngoreCase instead of compareToIgnoreCase == 0
campbeb
2012-01-25
1
-1
/
+1
*
Merge branch 'master' into fix1010
campbeb
2012-01-25
1
-5
/
+4
|
\
|
*
fix #368: turn off stand-by mode in list view
Bananeweizen
2012-01-24
1
-5
/
+4
*
|
Fix #1010 - Keep track of geocode for the context menu and make sure we
campbeb
2012-01-24
1
-1
/
+9
|
/
*
Set instead of List to avoid caches multiple times in search results V2
blafoo
2012-01-23
1
-5
/
+5
*
refactoring: #1023, remove all method arguments from setMoreCaches
Bananeweizen
2012-01-22
1
-13
/
+12
*
Instead of using url from SearchResult, use the type to determine if we
campbeb
2012-01-22
1
-6
/
+3
*
Merge branch 'master' into fix1011
campbeb
2012-01-22
1
-0
/
+1
|
\
|
*
refactoring: moved some classes to packages, renaming
Bananeweizen
2012-01-22
1
-0
/
+1
*
|
Fix #1011 Don't try to load more caches for stored lists
campbeb
2012-01-22
1
-3
/
+6
|
/
*
fix #1004: Drop found
Bananeweizen
2012-01-18
1
-0
/
+6
*
fix #994: Filter for attributes
Bananeweizen
2012-01-17
1
-0
/
+6
*
refactoring: simplified filter interface
Bananeweizen
2012-01-17
1
-40
/
+19
*
Merge pull request #989 from RoadRunner-/master
Bananeweizen
2012-01-17
1
-1
/
+1
|
\
|
*
Implementation for issue #985: replace term standard navigation
Torsten Keil
2012-01-14
1
-1
/
+1
*
|
New EventDateComparator class used for list of only event caches. Fix
campbeb
2012-01-16
1
-2
/
+3
*
|
Refresh not just standard list but all lists. Fixes #984
blafoo
2012-01-15
1
-1
/
+1
|
/
*
refactoring: move more widget related classes into own package
Bananeweizen
2012-01-14
1
-0
/
+1
*
fix #982: reset sorting by date when switching from event list to normal
Bananeweizen
2012-01-14
1
-0
/
+3
*
Merge remote branch 'campbeb/cleanuperrors'
Bananeweizen
2012-01-14
1
-2
/
+2
|
\
|
*
Cleanup error messages to make more friendly.
campbeb
2012-01-14
1
-2
/
+2
*
|
Don't set comparator to null as this reverts all lists back to distance
campbeb
2012-01-14
1
-3
/
+0
|
/
*
refactoring: cleanup for #945
Bananeweizen
2012-01-08
1
-4
/
+4
*
Set instead of List to avoid caches multiple times in search results
blafoo
2012-01-06
1
-1
/
+3
*
fix #941: Default navigation: map. Missing cache context
Bananeweizen
2012-01-04
1
-1
/
+2
*
Merge remote-tracking branch 'upstream/master'
Torsten Keil
2012-01-02
1
-19
/
+20
|
\
|
*
revert 704117f19b163083eef86afbf12bad908c05eec1 and make list movement
Bananeweizen
2012-01-02
1
-19
/
+20
*
|
Implementation for #868
Torsten Keil
2012-01-01
1
-11
/
+4
|
/
*
Move to another list not possible if too many lists have been created
blafoo
2012-01-01
1
-1
/
+5
*
refactoring: set totalCount of searches on creation (better
Bananeweizen
2011-12-31
1
-1
/
+1
*
fix: horrible performance of lists (side effect of parse result
Bananeweizen
2011-12-27
1
-2
/
+2
*
Refactored/renamed cgSearch/cgWrapCache
blafoo
2011-12-25
1
-18
/
+19
*
Fix #903 Rename field "reason" to "listId"
blafoo
2011-12-19
1
-9
/
+9
*
fix: NPE with CacheType (on resuming activity)
Bananeweizen
2011-12-18
1
-1
/
+1
*
fix #902: Manage stored caches: default list: option menu "delete all
Bananeweizen
2011-12-18
1
-2
/
+3
*
fix #358: have number of caches in list selection
Bananeweizen
2011-12-18
1
-15
/
+15
*
Use of Logtype instead of int
blafoo
2011-12-14
1
-11
/
+12
*
fix #879: sort event only list by date by default
Bananeweizen
2011-12-11
1
-0
/
+27
*
refactoring: CacheListAdapter (and some other minor things)
Bananeweizen
2011-12-11
1
-4
/
+0
*
refactoring: use an interface for the filters
Bananeweizen
2011-12-11
1
-8
/
+8
*
refactoring: use alertbuilder for filter menu instead of fake context
Bananeweizen
2011-12-11
1
-142
/
+67
*
fix: move to other list doesn't work, fixes #872
Bananeweizen
2011-12-10
1
-33
/
+29
*
refactoring: minor cleanups using CodePro Analytix
Bananeweizen
2011-12-07
1
-83
/
+83
*
fix: offline info missing in all list views
Bananeweizen
2011-12-06
1
-2
/
+2
*
refactoring: more boxing/unboxing cleanup
Bananeweizen
2011-12-04
1
-8
/
+4
[next]