aboutsummaryrefslogtreecommitdiffstats
path: root/main/project
Commit message (Collapse)AuthorAgeFilesLines
* Implements #750, use preference activitykoem2013-07-0910-0/+1095
|
* build: dependencies for copy paste detection on JenkinsBananeweizen2013-06-082-0/+3
| | | * this might break the build as it requires a matching Jenkins config
* update eclipse installation meta dataBananeweizen2013-06-012-124/+131
|
* Merge pull request #2787 from rsudev/ocde_okapi_2rsudev2013-05-2811-0/+2553
|\ | | | | Implements OKAPI access for opencaching.de
| * Fixes after reviewrsudev2013-05-262-19/+73
| |
| * Generate okapi attribute parserrsudev2013-05-2610-0/+2499
| |
* | Add svg logo with textSammysHP2013-05-281-4/+115
|/
* Fix #2727 - Support GeoTour attributecampbeb2013-05-254-0/+79
| | | | | Also some minor changes to attritube generation files for additional explanation
* Merge branch 'release' into upstreamSamuel Tardieu2013-05-231-2/+2
|\
| * Update URLs with the new repository addressSamuel Tardieu2013-05-231-2/+2
| |
* | Add logo SVG version (without text)SammysHP2013-05-173-0/+432
| |
* | issue2662 OC: leichtes Kletternkoem2013-05-012-1/+86
|/
* Merge branch 'master' into oc_iconskoem2013-02-121-4/+4
|\ | | | | | | | | - changed icons - repaired test class
* | Unit-Tests ++koem2013-02-121-3/+3
| | | | | | | | - and Maintenance Icon Color changed to alert-red
* | Icons for OCkoem2013-02-1168-683/+4085
|/ | | | | | | | | | | - new icons for opencaching - changed some icons because of copyright - english strings for opencaching attributes - german strings for opencaching attributes - new script to show (missing) strings for attributes - new script to edit svg files from thenounproject.com - new script to generate enums - ocicons.html: list of all OC icons
* Fixes #2275, Icon has the wrong sizersudev2012-12-212-0/+0
| | | | Additionally prepared and added a basic icon and one with transparency to project/rawimages
* Omit non-translatable strings from findmissingtranslations scriptSamuel Tardieu2012-11-141-1/+2
|
* Add plurals as a source of acceptable referenceSamuel Tardieu2012-06-051-1/+1
|
* Do not special case attribute_*_no anymoreSamuel Tardieu2012-06-051-4/+1
| | | | We do not generate them dynamically in the code any more.
* Exclude status_* messages from usage checkSamuel Tardieu2012-06-051-0/+5
|
* Merge remote-tracking branch 'SammysHP/icons'Bananeweizen2012-04-301-0/+0
|\ | | | | | | | | Conflicts: main/src/cgeo/geocaching/apps/cachelist/CacheListAppFactory.java
| * Import Android drawables (from API version 8)SammysHP2012-04-271-0/+0
| | | | | | See #852 for reason. This will increase the apk size by 82 KiB.
* | Include plurals strings in missing translationsSamuel Tardieu2012-04-272-3/+3
|/
* Restore executable bit of translation helper filesSamuel Tardieu2012-04-202-0/+0
|
* update Eclipse components P2 file for easier IDE setupBananeweizen2012-04-091-29/+64
|
* Calendar 512x512 iconSammysHP2012-04-021-0/+0
|
* Play imagesmucek42012-04-022-0/+0
|
* Merge branch 'remove_cal_perms'SammysHP2012-02-114-0/+0
| | | | | Conflicts: main/src/cgeo/geocaching/CacheDetailActivity.java
* testing https access, please ignore this commitBananeweizen2012-01-261-0/+1
|
* Revert "Fix #976: Replace note-marker by more meaningful icon"SammysHP2012-01-221-0/+0
| | | | | This reverts commit 04c458088210a672c5ac47e5fa508b9fba08d8ab. Redo: Fix #976: Replace note-marker by more meaningful icon
* Fix #976: Replace note-marker by more meaningful iconSammysHP2012-01-211-0/+0
|
* New icon for calendar add-onSammysHP2012-01-211-0/+0
| | | Needs refactoring when high-res icon without text is available.
* Fix: Use Android ui guidelines for menu iconsSammysHP2011-12-013-0/+0
| | | See http://developer.android.com/guide/practices/ui_guidelines/icon_design_menu.html
* New trail icon for maps-options-menuSammysHP2011-12-013-0/+0
| | | Also add original photoshop files.
* use equals operator in script (doesn't work otherwise on my UbuntuBananeweizen2011-10-091-2/+2
| | | system)
* Reinstall computationally computed attribute_*_no stringsSamuel Tardieu2011-10-081-1/+4
|
* Add an extra script to find and remove unused translation stringsSamuel Tardieu2011-10-083-5/+62
|
* Do not mark <string-array/> entries as non-translatedSamuel Tardieu2011-10-071-1/+1
| | | | | | | The entries in a <string-array/> are themselves localized. We will need to signal untranslated <string-array/> entries again only if we have totally different arrays (not only the content, but also the structure) for different languages.
* Script findmissingtranslations.sh made executable againPavol Babincak2011-10-051-0/+0
| | | | Mode +x was probably removed by accident.
* Merge pull request #578 from koem/iconsSamuel Tardieu2011-10-013-6/+7
|\ | | | | attributes: maintenance icon de-uglyfied
| * attributes: maintenance icon de-uglyfiedkoem2011-09-303-6/+7
| |
* | Merge #510bananeweizen2011-10-011-0/+0
|\ \ | |/ |/| | | | | | | Conflicts: main/src/cgeo/geocaching/cgBase.java tests/src/cgeo/geocaching/test/mock/MockedCache.java
* | Use more portable single equals in ifPavol Babincak2011-09-291-1/+1
| | | | | | | | | | | | | | Single equals follows POSIX. In Ubuntu default /bin/sh is Dash, which warns about double equals: $ ./findmissingtranslations.sh sk [: 44: sk: unexpected operator
* | findmissingtranslations: give language as command line parameterkoem2011-09-281-6/+30
| |
* | Exclude contributors and changelog from missing stringsSamuel Tardieu2011-09-271-6/+6
| |
* | Do not count comments, contributors and changelogSamuel Tardieu2011-09-271-2/+4
| |
* | Add "cd" to executable "findmissingtranslations.sh", update ".gitignore"Samuel Tardieu2011-09-271-0/+2
|/
* easy installation of necessary Eclipse pluginsbananeweizen2011-09-252-0/+91
|
* Move sources into the main directorySamuel Tardieu2011-09-1673-0/+5669
This prepares the inclusion of tests into the same repository.