aboutsummaryrefslogtreecommitdiffstats
path: root/main/project
Commit message (Collapse)AuthorAgeFilesLines
* 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.