aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/release'Bananeweizen2013-05-10192-3259/+3185
|\
| * 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
| | | |
| * | | Update README.mdBananeweizen2013-05-071-1/+1
| | | | | | | | | | | | embed build status in readme
| * | | 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
| | | | |
| * | | | Merge pull request #2700 from RomNexus6/patch-41SammysHP2013-05-061-1/+11
| |\ \ \ \ | | | | | | | | | | | | updated translation-it
| | * | | | 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-038-22/+113
| |\ \ \ | | | | | | | | | | 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-0132-597/+569
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore
| | * | | | issue2662 OC: leichtes Kletternkoem2013-05-018-22/+113
| | | | | |
| * | | | | 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-0132-598/+570
| |/ / / | | | | | | | | | | | | * If you have compile errors after pulling, please consult the issue on github.
| * | | Merge pull request #2686 from nebursc/patch-2SammysHP2013-04-301-30/+58
| |\ \ \ | | | | | | | | | | Localization review according to regular Spanish and GC.com in Spanish (...
| | * | | 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-289-25/+25
| | | | | | | | | | | | | | | | | | | | * this avoids compiler errors when using fully qualified class names as they all start with cgeo.subpackage
| * | | | Merge pull request #2681 from nebursc/patch-1Bananeweizen2013-04-271-1/+2
| |\ \ \ \ | | | | | | | | | | | | One string translated and one fixed
| | * | | | One string translated and one fixednebursc2013-04-271-1/+2
| | | | | | | | | | | | | | | | | | I added one string that was not translated until now.
| * | | | | Update README.mdBananeweizen2013-04-271-0/+2
| |/ / / / | | | | | | | | | | Embedded build status
| * | | | #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-223-8/+18
| | | | | | | |
| * | | | | | | refactoring: move third party code into new source pathBananeweizen2013-04-228-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | * 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
| | | | | | | |