aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* #2210: use resource for main options menuBananeweizen2012-12-274-108/+125
| | | * remove context menus, use list selection UI or alert dialog instead
* Merge pull request #2297 from mieczyslaw/masterBananeweizen2012-12-271-93/+127
|\ | | | | PL translations corrected, some missing translations added
| * Update main/res/values-pl/strings.xmlMieczyslaw2012-12-261-93/+127
| | | | | | This part of work is up to Main Screen section. I was comparing with English strings.xml - I corrected some translations and I added and translated new phrases which were missing in Polish translation file.
* | Missing german stringLars2012-12-261-0/+1
|/
* fix #2289: layout issues in upload coords featureBananeweizen2012-12-262-37/+13
|
* Merge pull request #2283 from triakcz/fix_2273Bananeweizen2012-12-262-10/+19
|\ | | | | Fix #2273 Disable upload of coordinates for non multi/mystery caches
| * Disabling local modification of coords for non-multi and non-mystery cachestriakcz2012-12-232-13/+18
| |
| * Fix #2273 Disable upload of coordinates for non multi/mystery cachestriakcz2012-12-221-2/+6
| |
* | new: menu to delete past events in caches listBananeweizen2012-12-264-3/+38
| |
* | refactoring: wait for activity in UI testBananeweizen2012-12-261-0/+8
| |
* | fix: stored count not updated after restore databaseBananeweizen2012-12-262-2/+4
| |
* | Merge branch 'release'Bananeweizen2012-12-261-1/+1
|\ \
| * | fix #2294: watchlist status not recognizedBananeweizen2012-12-261-1/+1
| | |
* | | code cleanup: remove debug codeBananeweizen2012-12-2641-138/+119
| | | | | | | | | * fixed some more issues of Findbugs and CodePro
* | | Merge pull request #2295 from Lineflyer/masterBananeweizen2012-12-261-0/+2
|\ \ \ | | | | | | | | Missing german translations
| * | | Missing german translationsLars2012-12-261-0/+2
|/ / / | | | | | | Aligned to gc website
* | | refactoring: introduce pause after scrolling in UI testBananeweizen2012-12-261-2/+11
| | |
* | | refactoring: attach javadoc for robotium libraryBananeweizen2012-12-262-0/+1
| | |
* | | fix #2292: parse "marked missing"Bananeweizen2012-12-255-7/+1198
| | |
* | | Merge pull request #2287 from Lineflyer/masterBananeweizen2012-12-241-1/+1
|\ \ \ | | | | | | | | Shorter string to fit in window
| * | | Shorter string to fit in windowLars2012-12-241-1/+1
| | | |
* | | | Merge pull request #2286 from Lineflyer/masterBananeweizen2012-12-241-2/+2
|\ \ \ \ | |/ / / | | | | Translaton correction for #2271
| * | | Correction for translation of #2271Lars2012-12-241-2/+2
|/ / /
* | | refactoring: convert trackable log view to real listBananeweizen2012-12-232-75/+109
| | |
* | | new: view pager in trackable activityBananeweizen2012-12-2314-710/+832
| | |
* | | refactoring: extract view pager activity for re-useBananeweizen2012-12-223-349/+383
| | |
* | | refactoring: remove unnecessary null checkBananeweizen2012-12-221-1/+1
| | |
* | | fix #2282: change recognition of unpublished cachesBananeweizen2012-12-226-4/+6714
| |/ |/|
* | Fixes #2275, Icon has the wrong sizersudev2012-12-213-0/+0
| | | | | | | | Additionally prepared and added a basic icon and one with transparency to project/rawimages
* | Merge pull request #2278 from Lineflyer/masterSamuel Tardieu2012-12-201-1/+17
|\ \ | | | | | | German translation for #2271
| * | German translation for #2271Lars2012-12-191-1/+17
| | | | | | | | | First proposal..did not find a better word than "Zurücksetzen" for "Reset"
* | | Use warning instead of error since the problem is escalatedSamuel Tardieu2012-12-191-1/+1
| | | | | | | | | | | | | | | At this stage, we cannot be sure that this will be treated as a real error.
* | | Bad fields and absence of trackable can be legitimateSamuel Tardieu2012-12-192-14/+14
| | |
* | | null cannot be used as a Handler for drop()Samuel Tardieu2012-12-191-2/+3
| | |
* | | Absence of a tile on the server is not an errorSamuel Tardieu2012-12-191-1/+1
| | |
* | | Do not err when a cache is not in the databaseSamuel Tardieu2012-12-191-1/+1
| | | | | | | | | | | | | | | Fresh caches are not in the database to begin with, this is not an error, at most an information.
* | | Having an empty search result is not an errorSamuel Tardieu2012-12-192-2/+2
| | |
* | | Merge pull request #2279 from samueltardieu/better-attributesSamuel Tardieu2012-12-193-68/+28
|\ \ \ | | | | | | | | Use better aligned attributes in cache description
| * | | Use better aligned attributes in cache descriptionSamuel Tardieu2012-12-193-68/+28
| |/ / | | | | | | | | | | | | | | | | | | | | | This was already discussed in #82 but the solution seems not to have been fully satisfactory, especially when stars were present. This center aligns all the fields, use a relative layout to order them and use the same layout for fields with and without stars.
* | | Fix NPE on database migrationSamuel Tardieu2012-12-191-4/+6
| | | | | | | | | | | | | | | File#listFiles() may return null when the object it is applied to is not a directory.
* | | Give full exception reports rather than exception namesSamuel Tardieu2012-12-191-16/+16
| | |
* | | Reclassify debug informationSamuel Tardieu2012-12-192-2/+1
| | |
* | | Refactoring: style issuesSamuel Tardieu2012-12-191-11/+7
| | | | | | | | | | | | | | | Add missing spaces around assignment, use a if instead of a two cases switch since there are only two alternatives.
* | | Merge branch 'fix_2276_dialog_forever' of ↵Samuel Tardieu2012-12-191-3/+22
|\ \ \ | |/ / |/| | | | | https://github.com/triakcz/c-geo-opensource into upstream
| * | Fix #2276, close dialog after both requested operations are completedtriakcz2012-12-191-3/+22
| | |
* | | Fix typo introduced in the latest commitSamuel Tardieu2012-12-191-1/+1
| | |
* | | Fix: do not use String#isEmpty()Samuel Tardieu2012-12-198-12/+13
| | | | | | | | | | | | | | | String#isEmpty() has been introduced on SDK API 9 only. For earlier versions of Android, StringUtils.isEmpty/isNotEmpty can be used instead.
* | | Refactoring: remove unnecessary enum qualifiersSamuel Tardieu2012-12-1815-16/+16
| | |
* | | Refactoring: remove useless calls to super()Samuel Tardieu2012-12-182-2/+0
| | |
* | | Refactoring: remove useless String.valueOf() callsSamuel Tardieu2012-12-182-2/+2
| | |