aboutsummaryrefslogtreecommitdiffstats
path: root/main/src
Commit message (Collapse)AuthorAgeFilesLines
* #2710: speech output in compassBananeweizen2013-05-103-0/+222
|
* refactoring: avoid magic constantsBananeweizen2013-05-101-16/+13
|
* refactoring: use menu resources instead of codeBananeweizen2013-05-1017-216/+145
|
* fix #2709: select "attended" as default for past eventsBananeweizen2013-05-101-1/+5
|
* refactoring: make handler abstractBananeweizen2013-05-101-6/+16
| | | | * needs overridden methods * add documentation
* Merge branch 'release' into upstreamSamuel Tardieu2013-05-101-3/+2
|\ | | | | | | | | Conflicts: main/src/cgeo/geocaching/connector/gc/GCParser.java
| * refactoring: do not use an intermediate variableSamuel Tardieu2013-05-101-3/+2
| |
| * fix #1106: search for self as ownerBananeweizen2013-05-101-8/+11
| | | | | | | | (cherry picked from commit 18ac1a4ea3a9bc9b65babad358fec4e49968890a)
* | Merge remote-tracking branch 'origin/release'Bananeweizen2013-05-1086-3874/+1853
|\ \ | |/ |/|
| * refactoring: view holderBananeweizen2013-05-101-18/+33
| |
| * refactoring: code cleanupBananeweizen2013-05-092-36/+13
| |
| * refactoring: clean up useful apps activityBananeweizen2013-05-091-27/+75
| |
| * Fix #2685 - Don't add images each time log entry is drawn on screencampbeb2013-05-091-21/+14
| | | | | | | | | | | | TextView with images was being added to the view each time the log entry was drawn. Instead of inflating and adding the TextView, we now use on that is arleady there and hide it if there are no images.
| * fix #2695: Different log types and order before/after log page loadingBananeweizen2013-05-092-14/+21
| | | | | | for owned caches
| * refactoring: Lint cleanupsBananeweizen2013-05-092-3/+12
| |
| * fix #1781: Remove help functionBananeweizen2013-05-0929-196/+7
| |
| * Merge remote-tracking branch 'upstream/release' into currdevrsudev2013-05-081-1/+7
| |\
| * | fix #1106: search for self as ownerBananeweizen2013-05-081-8/+11
| | |
| * | refactoring: simplify log types handlingBananeweizen2013-05-073-13/+6
| | |
| * | fix #2702: Don't allow to check ".." in path selectionBananeweizen2013-05-071-4/+3
| | |
| * | refactoring: unify the action bar layoutBananeweizen2013-05-043-2/+13
| | |
| * | fix #2599: Typos in `strings.xml`Bananeweizen2013-05-047-30/+30
| | |
| * | fix #2683: Enable GPX import in all listsBananeweizen2013-05-043-4/+12
| | |
| * | Database updatekoem2013-05-031-2/+2
| | | | | | | | | | | | | | | * changed from O% to OC% - at least in OC caches the attributes seem to be the same (across sites) * changed english text
| * | Merge branch 'master' into issue2662-leichtes-kletternkoem2013-05-0124-207/+161
| |\ \ | | | | | | | | | | | | | | | | Conflicts: .gitignore
| | * | #2684: use view injection libraryBananeweizen2013-05-0124-207/+161
| | | | | | | | | | | | | | | | * If you have compile errors after pulling, please consult the issue on github.
| * | | issue2662 OC: leichtes Kletternkoem2013-05-012-19/+20
| |/ /
| * | Merge pull request #2678 from marco-jacob/scaleUploadImagesBananeweizen2013-04-283-1/+102
| |\ \ | | | | | | | | fixes #2533 - added image scaling
| | * | fixes #2533 - added image scalingMarco Jacob2013-04-283-1/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | modifications suggested by Bananeweizen next recommended changes and scaling now on leaving ImageSelectActivity fixed wrong spelling
| * | | refactoring: rename cgeo activity to MainActivityBananeweizen2013-04-285-15/+15
| | | | | | | | | | | | | | | | * this avoids compiler errors when using fully qualified class names as they all start with cgeo.subpackage
| * | | #2537 reduce memory usage of downloaded imagesBananeweizen2013-04-261-0/+1
| |/ /
| * | Merge remote-tracking branch 'origin/release'Bananeweizen2013-04-241-2/+6
| |\ \
| * \ \ Merge remote-tracking branch 'origin/release'Bananeweizen2013-04-241-0/+1
| |\ \ \
| * \ \ \ Merge pull request #2673 from donEgro/releaseMarco Jacob2013-04-222-0/+11
| |\ \ \ \ | | | | | | | | | | | | Fixed Issue #708 - Refresh caches + no internet = normal progress.
| | * | | | Fixed Issue #708 - Refresh caches + no internet = normal progress.donEgro2013-04-222-0/+11
| | | | | | | | | | | | | | | | | | Checking refresh in CacheDetailActivity, CachePopup and cgeocaches.
| * | | | | code cleanup: remove JDT warningsBananeweizen2013-04-221-2/+2
| | | | | |
| * | | | | refactoring: move third party code into new source pathBananeweizen2013-04-227-2285/+0
| | | | | | | | | | | | | | | | | | * makes it more easy to ignore warnings in third party code
| * | | | | fix #2671: Don't show short description, if same as long descriptionBananeweizen2013-04-221-27/+51
| | | | | |
| * | | | | Merge pull request #2668 from donEgro/releaseSammysHP2013-04-202-0/+23
| |\ \ \ \ \ | | |/ / / / | | | | | | Handle no network when refreshing caches, fixes #708
| | * | | | Fixed Issue #708 - Refresh caches + no internet = normal progress.donEgro2013-04-202-0/+23
| | | | | |
| * | | | | fix #2664: List sorting does not respect localeBananeweizen2013-04-201-1/+26
| | | | | |
| * | | | | fixes #2651 - exclude inaccessable dirs from choiceMarco Jacob2013-04-101-1/+1
| | | | | |
| * | | | | Merge remote-tracking branch 'origin/release'Bananeweizen2013-04-081-17/+49
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'release' into upstreamSamuel Tardieu2013-04-072-8/+8
| |\ \ \ \ \ \
| * | | | | | | fix #2640: Filter out stored caches Bananeweizen2013-04-071-0/+24
| | | | | | | |
| * | | | | | | Replace progress dialog by individual progress bars when loading imagesSamuel Tardieu2013-04-073-30/+8
| | | | | | | |
| * | | | | | | Merge branch 'release' into upstreamSamuel Tardieu2013-04-072-3/+608
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/export/GpxExport.java
| * | | | | | | | Put EXTRA parameters into the Intent classSamuel Tardieu2013-04-072-10/+8
| | | | | | | | |
| * | | | | | | | Rename EXTRAS_COORDS into the more correct EXTRA_COORDSSamuel Tardieu2013-04-072-5/+5
| | | | | | | | |
| * | | | | | | | Merge branch 'release' into upstreamSamuel Tardieu2013-04-071-1/+1
| |\ \ \ \ \ \ \ \