aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* refactoring: avoid magic constantsBananeweizen2013-05-101-16/+13
|
* refactoring: use menu resources instead of codeBananeweizen2013-05-1029-217/+391
|
* 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)
* | Set correct title for coords dialogcampbeb2013-05-091-1/+3
| |
* | fix exception in coords dialogBananeweizen2013-05-104-7/+16
| | | | | | * introduced in d1acac75b6af3239701a2df020488db2af2dcb05
* | Merge remote-tracking branch 'origin/release'Bananeweizen2013-05-10170-3113/+2838
|\ \ | |/ |/|
| * refactoring: view holderBananeweizen2013-05-101-18/+33
| |
| * refactoring: code cleanupBananeweizen2013-05-092-36/+13
| |
| * refactoring: clean up useful apps activityBananeweizen2013-05-095-53/+101
| |
| * Merge pull request #2705 from campbeb/fix2685Bananeweizen2013-05-093-39/+28
| |\ | | | | | | Fix #2685 - Don't add images each time TB log is drawn on screen
| | * Fix #2685 - Don't add images each time log entry is drawn on screencampbeb2013-05-093-39/+28
| | | | | | | | | | | | | | | | | | 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.
| * | Polish translationsmucek42013-05-091-1/+6
| | |
| * | Merge branch 'release'mucek42013-05-091-15/+96
| |\ \ | | |/ | |/|
| * | fix #2695: Different log types and order before/after log page loadingBananeweizen2013-05-092-14/+21
| | | | | | | | | for owned caches
| * | refactoring: Lint cleanupsBananeweizen2013-05-095-29/+14
| | |
| * | fix #1781: Remove help functionBananeweizen2013-05-0969-706/+32
| | |
| * | 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
| | | |
| * | | Merge pull request #2699 from Lineflyer/masterSammysHP2013-05-061-2/+10
| |\ \ \ | | | | | | | | | | Change log update
| | * | | Change log updateLars2013-05-061-2/+10
| | | | |
| * | | | updated translation-itRomNexus62013-05-061-1/+11
| | | | |
| * | | | Fixes #2698, Popup is empty on live maprsudev2013-05-062-3/+7
| |/ / / | | | | | | | | | | | | Re-added implicitely removed actionbar tiltle ids for popup
| * | | refactoring: unify the action bar layoutBananeweizen2013-05-0441-424/+171
| | | |
| * | | fix #2599: Typos in `strings.xml`Bananeweizen2013-05-0431-106/+106
| | | |
| * | | fix #2683: Enable GPX import in all listsBananeweizen2013-05-043-4/+12
| | | |
| * | | Merge pull request #2691 from koem/issue2662-leichtes-kletternkoem2013-05-037-20/+110
| |\ \ \ | | | | | | | | | | Fixes #2662 leichtes klettern
| | * | | Database updatekoem2013-05-032-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | * 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-0131-597/+568
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore
| | * | | | issue2662 OC: leichtes Kletternkoem2013-05-017-20/+110
| | | | | |
| * | | | | Fixes #2692, NB 2013.05.02 crashes at startrsudev2013-05-021-1/+1
| | |/ / / | |/| | | | | | | | | | | | | Modified proguard.cfg to include all methods of the view injector classes.
| * | | | #2684: use view injection libraryBananeweizen2013-05-0131-597/+568
| |/ / / | | | | | | | | | | | | * If you have compile errors after pulling, please consult the issue on github.
| * | | Localization review according to regular Spanish and GC.com in Spanish (1st ↵nebursc2013-04-291-30/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | part) This is the first part of my review for the Spanish localization. I have done three actions: add missed strings in Spanish from English XML; review existing strings to adapt them to "usual Spanish spoken in Spain" and used at GC.com in Spanish; and fix some little errors (misprints). My main skills to do this: I'm Spanish from Spain and I play geocaching since 2006 (user: Nebur). Of course, I'm also a programmer in several languages :) Modules reviewed in this proposal: - Basics - Caches - Cache sizes - Waypoints - Logs
| * | | Merge pull request #2678 from marco-jacob/scaleUploadImagesBananeweizen2013-04-287-3/+137
| |\ \ \ | | | | | | | | | | fixes #2533 - added image scaling
| | * | | fixes #2533 - added image scalingMarco Jacob2013-04-287-3/+137
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | modifications suggested by Bananeweizen next recommended changes and scaling now on leaving ImageSelectActivity fixed wrong spelling
| * | | | refactoring: rename cgeo activity to MainActivityBananeweizen2013-04-286-16/+16
| | | | | | | | | | | | | | | | | | | | * this avoids compiler errors when using fully qualified class names as they all start with cgeo.subpackage
| * | | | One string translated and one fixednebursc2013-04-271-1/+2
| | | | | | | | | | | | | | | I added one string that was not translated until now.
| * | | | #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 branch 'release'mucek42013-04-231-3/+5
| |\ \ \ \ \
| * \ \ \ \ \ 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.
| * | | | | | | fix Ant buildBananeweizen2013-04-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | * add secondary source path
| * | | | | | | code cleanup: remove JDT warningsBananeweizen2013-04-221-2/+2
| | | | | | | |