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 #1038: use shared preferences with correct types
Bananeweizen
2012-04-11
2
-41
/
+124
*
Move two methods into the tests
Samuel Tardieu
2012-04-11
1
-12
/
+0
*
Some methods are only used internally
Samuel Tardieu
2012-04-11
2
-18
/
+3
*
Cache order is only used internally
Samuel Tardieu
2012-04-11
1
-8
/
+0
*
Make cgDestination an immutable type
Samuel Tardieu
2012-04-11
4
-82
/
+35
*
Implement equals() and hashCode() for Geopoint
Samuel Tardieu
2012-04-11
2
-13
/
+18
*
Waypoint and caches both have coordinates, add ICoordinates interface
Samuel Tardieu
2012-04-11
6
-29
/
+19
*
fix cache attribute from 08d132878d4e8818c8090169e6f0ece257ac4732
Bananeweizen
2012-04-10
3
-8
/
+14
*
Extend GPX export.
SammysHP
2012-04-09
3
-9
/
+75
*
Add enum for cache attributes.
SammysHP
2012-04-09
1
-0
/
+136
*
Export package: Documentation and make activity optional
SammysHP
2012-04-09
5
-22
/
+110
*
#1384: FC when apply a filter
Bananeweizen
2012-04-09
2
-9
/
+6
*
Merge branch 'release' into upstream
Samuel Tardieu
2012-04-09
1
-28
/
+17
|
\
|
*
Work on #1367: cleanup cgCache.isEqualTo
Samuel Tardieu
2012-04-08
1
-28
/
+17
|
*
StaticMaps for waypoints default now off
Marco Jacob
2012-04-03
1
-1
/
+1
*
|
Merge remote-tracking branch 'teschi/issue#1304'
Bananeweizen
2012-04-08
8
-80
/
+275
|
\
\
|
*
|
Support different modes of operation on LastRecentlyUsedMap
teschi
2012-04-03
3
-6
/
+234
|
*
|
renamed LeastRecentlyUsedCache to LeastRecentlyUsedMap
teschi
2012-04-03
4
-9
/
+9
*
|
|
updates for SDK v17
Bananeweizen
2012-04-07
1
-1
/
+1
*
|
|
more unit test for cache filters
Bananeweizen
2012-04-07
5
-27
/
+28
*
|
|
New: Export feature
SammysHP
2012-04-06
6
-204
/
+556
*
|
|
StaticMaps for waypoints default now off
Marco Jacob
2012-04-03
1
-1
/
+1
*
|
|
refactoring: more static code analysis cleanups
Bananeweizen
2012-04-02
2
-4
/
+5
*
|
|
Merge branch 'release' into upstream
Samuel Tardieu
2012-04-02
1
-1
/
+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Info can be hidden after it's shown for 3 times!
mucek4
2012-04-02
1
-1
/
+1
*
|
|
Cache debug settings information as they are accessed very often
Samuel Tardieu
2012-04-02
1
-1
/
+6
*
|
|
Refresh the data of confirmed cached data
Samuel Tardieu
2012-04-02
1
-2
/
+7
*
|
|
Do not use stale information if the cache file does not exist anymore
Samuel Tardieu
2012-04-02
1
-1
/
+1
*
|
|
Clicking on the navigation info will open navigation preferences
Samuel Tardieu
2012-04-01
1
-0
/
+8
*
|
|
Close #1208: indicate if GPS is disabled in settings
Samuel Tardieu
2012-04-01
1
-8
/
+69
*
|
|
Merge remote-tracking branch 'upstream/release' into upstream
Samuel Tardieu
2012-04-01
5
-13
/
+92
|
\
\
\
|
|
/
/
|
*
|
Fix #1332: uppercase geocode built from name when importing GPX
Samuel Tardieu
2012-04-01
1
-2
/
+2
|
*
|
Live map info popup
rsudev
2012-03-30
3
-0
/
+90
|
*
|
Removed debugging info from live map title
rsudev
2012-03-29
2
-11
/
+0
|
*
|
Fix #1326: invoke Activity.overridePendingTransitionMethod() dynamically
Samuel Tardieu
2012-03-23
1
-2
/
+21
*
|
|
Refactoring: use IWaypoint and cgCache instead of cgCoord object
Samuel Tardieu
2012-04-01
15
-295
/
+123
|
|
/
|
/
|
*
|
Fix #1301: add a new Debug settings to log debug information
Samuel Tardieu
2012-03-31
2
-1
/
+22
*
|
Proxy all logs through cgeo.geocaching.utils.Log
Samuel Tardieu
2012-03-31
65
-63
/
+135
*
|
Merge pull request #1337 from marco-jacob/issue#1331
Lars
2012-03-29
2
-4
/
+10
|
\
\
|
*
|
Reset Progress internal var progress to 0 on reset
Marco Jacob
2012-03-25
2
-1
/
+2
|
*
|
no second dialog when skipping static maps on GPXImporter
Marco Jacob
2012-03-25
1
-3
/
+8
*
|
|
make google maps api optional so that cgeo runs on x86 emulator
Stephan Merker
2012-03-27
1
-1
/
+8
|
/
/
*
|
Cache ETag and Last-Modified HTTP headers for images
Samuel Tardieu
2012-03-25
3
-48
/
+85
*
|
Cleanup: remove try/catch around non-throwing notifyDataSetChanged()
Samuel Tardieu
2012-03-25
1
-16
/
+2
*
|
Merge branch 'unifyRefreshCache' of git://github.com/campbeb/c-geo-opensource
Samuel Tardieu
2012-03-25
7
-17
/
+53
|
\
\
|
*
|
Add method to refresh cache and some cleanup
campbeb
2012-03-24
7
-17
/
+53
*
|
|
Merge pull request #1330 from samueltardieu/fix-828
rsudev
2012-03-24
2
-44
/
+87
|
\
\
\
|
*
|
|
Fix #828: do not use an extra thread to update the data
Samuel Tardieu
2012-03-24
2
-44
/
+87
|
|
/
/
*
|
|
Rename LRUList into BoundedList
Samuel Tardieu
2012-03-24
2
-4
/
+4
*
|
|
Use MethodUtils to call overridePendingTransition
Samuel Tardieu
2012-03-24
1
-12
/
+3
[next]