aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* new: #1014 calendar add-onBananeweizen2012-01-202-0/+34
|
* fix #1013: List name wrong after restoreBananeweizen2012-01-191-1/+1
|
* fix #1004: Drop foundBananeweizen2012-01-182-0/+102
|
* Fix #1007, TB logging not possible after gc.com site updatersudev2012-01-171-1/+1
|
* fix #994: Filter for attributesBananeweizen2012-01-173-0/+199
|
* refactoring: simplified filter interfaceBananeweizen2012-01-175-67/+68
| | | | | * use alphabetically easy to read filter names * use common method for selecting the filter which will also handle new filter types
* Merge pull request #997 from Lineflyer/masterBananeweizen2012-01-171-0/+1
|\ | | | | German text for pull request #981
| * German text for pull request #981Lineflyer2012-01-151-0/+1
| |
* | Merge pull request #989 from RoadRunner-/masterBananeweizen2012-01-1710-27/+34
|\ \ | | | | | | Implementation for issue #985: replace term standard navigation
| * | changed getDefaultNavigationApplication to never return nullTorsten Keil2012-01-151-9/+15
| | |
| * | Implementation for issue #985: replace term standard navigationTorsten Keil2012-01-1410-18/+19
| | |
* | | updated with new english stringsRomNexus62012-01-161-1/+4
| | |
* | | refactoring: remove unused imports to avoid warningsBananeweizen2012-01-164-11/+0
| | |
* | | Merge pull request #999 from stephanme/importzipBananeweizen2012-01-152-5/+22
|\ \ \ | | | | | | | | support more mime types for importing zipped PQs
| * | | support more mime types for importing zipped PQsStephan Merker2012-01-152-5/+22
| | |/ | |/| | | | see issue #967
* | | New EventDateComparator class used for list of only event caches. Fixcampbeb2012-01-162-2/+26
|/ / | | | | #982
* | Refresh not just standard list but all lists. Fixes #984blafoo2012-01-151-1/+1
| |
* | fix #993: empty log image titleBananeweizen2012-01-152-2/+7
|/
* refactoring: move more widget related classes into own packageBananeweizen2012-01-1416-62/+98
|
* fix #943: click preview map to invoke navigationBananeweizen2012-01-144-1/+39
|
* fix #982: reset sorting by date when switching from event list to normalBananeweizen2012-01-141-0/+3
| | | list
* fix #979: Cleanup error messages and other stringsBananeweizen2012-01-141-3/+3
|
* Merge remote branch 'campbeb/cleanuperrors'Bananeweizen2012-01-143-63/+62
|\
| * Cleanup error messages to make more friendly.campbeb2012-01-143-63/+62
| | | | | | Also adjusted some other strings to make more friendly.
* | #965: use box drawing characters for tableBananeweizen2012-01-142-4/+8
| |
* | Merge remote branch 'campbeb/fix965'Bananeweizen2012-01-143-2/+45
|\ \
| * | Add a note to the description if it contains HTML tables since we don'tcampbeb2012-01-143-2/+45
| | | | | | | | | | | | format them correctly. Add rudimentary formatting for <td> and <tr> HTML tags.
* | | Merge pull request #983 from campbeb/fixsortBananeweizen2012-01-141-3/+0
|\ \ \ | | | | | | | | Fix #982: Maintain lists sorted after viewing a cache
| * | | Don't set comparator to null as this reverts all lists back to distancecampbeb2012-01-141-3/+0
| |/ / | | | | | | sort
* | | refactoring: move and rename LeastRecentlyUsedCache to avoid confusionBananeweizen2012-01-143-7/+8
| | |
* | | fix #972: mark non GC caches as reliableBananeweizen2012-01-143-1/+6
| | |
* | | new base class cacheblafoo2012-01-143-15/+30
| | |
* | | Revert "Removed unnecessary method"blafoo2012-01-141-0/+44
|/ / | | | | | | This reverts commit 7e21dc4dbd9e89ad8a6a44c66ba9c9fb06063ee2.
* | fix #978: Show day of week for eventsBananeweizen2012-01-141-2/+10
|/ | | | implemented it only in details, because lists seems to be very full already
* change implementation of #939: hard limit for cached ratingsBananeweizen2012-01-121-2/+12
|
* fix: have type overlay centered in map markersBananeweizen2012-01-121-1/+1
|
* performance: remove caches from cache after importBananeweizen2012-01-121-1/+4
| | | | This (second removal) is necessary since the fix for modified waypoints.
* Add friend logs not already in the list to end instead of frontcampbeb2012-01-111-2/+1
|
* Load error code string for displaycampbeb2012-01-111-1/+1
|
* Removed unnecessary methodblafoo2012-01-111-44/+0
|
* New markers for overlaysblafoo2012-01-1012-0/+0
|
* Overlays instead of icons. Fixes #752blafoo2012-01-10128-238/+181
|
* Merge pull request #961 from RoadRunner-/masterrsudev2012-01-103-0/+23
|\ | | | | Implementation for #957: Open cache from waypoint
| * simplified expressionTorsten Keil2012-01-081-1/+1
| |
| * Merge remote-tracking branch 'upstream/master'Torsten Keil2012-01-084-3/+33
| |\
| * | Implementation for #957: Open cache from waypointTorsten Keil2012-01-083-0/+23
| | | | | | | | | | | | - Added context menu entry
* | | aligned with official 04.01.2012 english strings RomNexus62012-01-091-2/+10
| |/ |/| | | | | | | | | | | note: what should mean the following? I translated literally, for now, but I'd know what kind of exact function they are. <string name="log_movecollection">Move to Collection</string> <string name="log_moveinventory">Move to Inventory</string>
* | Update main/res/values-de/strings.xmlLineflyer2012-01-081-1/+1
| |
* | Update main/res/values/strings.xmlLineflyer2012-01-081-1/+1
| |
* | Cache for ratings. Avoids double requests. Fixes #939blafoo2012-01-082-1/+31
|/