summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix:port_android:Hide osd buttons during map scrollR6693Michael Dankov2016-07-104-5/+7
| | | | | | | | | | Setting use_overlay attr of <osd type="button"> now is supported and enabled in default config.
* | Fix:port_android:No system bars tinting before KITKATR6691Michael Dankov2016-07-101-2/+3
| | | | | | | | | | | | | | | | | | There's no way to make navigation and status bar translucent nor transparent before KITKAT, see https://developer.android.com/about/versions/android-4.4.html#UI So corresponding code realted to SystemBarTintView should be enabled since API 19, KITKAT. It actually was breaking navit on my API 17 device, drawing unrelated semitransparent bars on the top and right sides of the screen.
* | Refactor:port_android:Move system bars tinting code to a separate functionMichael Dankov2016-07-101-70/+84
| |
* | Fix:port_android:Do not tint on pre-API-17Michael Dankov2016-07-091-9/+14
| | | | | | | | | | | | | | Tinting the navigation and status bars (introduced in a3e9e7) makes the whole screen tinted on my Gingerbread (API level 9) device. As the actual tint code in handleResize is anyway activated on API>=17, there's no reason to create navigationTintView and statusTintView on API<17.
* | Merge pull request #105 from navit-gps/i18n/esR6683Pierre GRANDIN2016-06-211-35/+45
|\ \ | | | | | | Automatic translation import
| * | Update:i18n:Updated Spanish translation from launchpadPierre GRANDIN2016-06-211-35/+45
|/ /
* | Merge pull request #104 from navit-gps/i18n/itR6678Pierre GRANDIN2016-06-211-7/+7
|\ \ | | | | | | Automatic translation import
| * | Update:i18n:Updated Italian translation from launchpadPierre GRANDIN2016-06-211-7/+7
| | |
* | | Merge pull request #103 from navit-gps/i18n/ltR6677Pierre GRANDIN2016-06-211-13/+17
|\ \ \ | | | | | | | | Automatic translation import
| * | | Update:i18n:Updated Lithuanian translation from launchpadPierre GRANDIN2016-06-211-13/+17
| |/ /
* | | Merge pull request #102 from navit-gps/i18n/cyR6676Pierre GRANDIN2016-06-211-8/+8
|\ \ \ | |/ / |/| | Automatic translation import
| * | Update:i18n:Updated Welsh translation from launchpadPierre GRANDIN2016-06-211-8/+8
|/ /
* | Merge pull request #95 from pohlinkzei/paused_autozoomR6671Pierre GRANDIN2016-06-141-1/+15
|\ \ | | | | | | Pause the autozoom feature when zoom_in() or zoom_out() is called
| * | remove debug messagepohlinkzei2016-04-271-1/+1
| | |
| * | Add a feature to change zoom level in autozoom modepohlinkzei2016-04-271-1/+15
| | |
* | | Fix:core:Make some counters unsigned to avoid UB on overflow.R6668Sebastian Leske2016-05-311-3/+3
| | |
* | | Fix:gui_internal:Repair "Set distance to"/"Get more" menu items. Fixes #1342.Sebastian Leske2016-05-313-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | During table rendering, do not disable off-screen table entries by toggling STATE_SENSITIVE. Doing so breaks the menu items "Set distance to"/ "Get more"; these must never be STATE_SENSITIVE, since their sub-widgets should receive clicks. Instead, use STATE_OFFSCREEN to mark off-screen entries and skip them during traversal with a rotary encoder.
* | | Refactor:gui_internal:Remove out-ifdefed code and unused widget states.Sebastian Leske2016-05-313-17/+15
| | |
* | | Refactor:gui_internal:Code cleanup.Sebastian Leske2016-05-311-4/+3
| | |
* | | Merge pull request #99 from navit-gps/i18n/zh_TWR6666Pierre GRANDIN2016-05-281-111/+117
|\ \ \ | | | | | | | | Automatic translation import
| * | | Update:i18n:Updated Chinese (Traditional) translation from launchpadPierre GRANDIN2016-05-201-111/+117
|/ / /
* | | Merge pull request #98 from navit-gps/i18n/zh_TWR6660Pierre GRANDIN2016-05-101-10/+10
|\ \ \ | | | | | | | | Automatic translation import
| * | | Update:i18n:Updated Chinese (Traditional) translation from launchpadPierre GRANDIN2016-05-101-10/+10
| | | |
* | | | Merge pull request #97 from navit-gps/i18n/nlR6659Pierre GRANDIN2016-05-101-8/+9
|\ \ \ \ | |/ / / |/| | | Automatic translation import
| * | | Update:i18n:Updated Dutch translation from launchpadPierre GRANDIN2016-05-101-8/+9
|/ / /
* | | Merge pull request #96 from navit-gps/i18n/zh_TWR6655Pierre GRANDIN2016-05-011-0/+2747
|\ \ \ | | | | | | | | Automatic translation import
| * | | Update:i18n:Updated Chinese (Traditional) translation from launchpadPierre GRANDIN2016-04-301-0/+2747
|/ / /
* | | add set_position to command tableR6652jandegr2016-04-091-0/+1
| | |
* | | Merge pull request #90 from navit-gps/layoutswitcherR6647Pierre GRANDIN2016-04-061-58/+133
|\ \ \ | | | | | | | | Layoutswitcher
| * | | typolayoutswitcherjandegr2016-03-061-15/+15
| | | |
| * | | Update navit.cjandegr2016-03-061-4/+4
| | | |
| * | | layoutswitcher commandjandegr2016-03-061-47/+122
| | |/ | |/| | | | introduce layout switching command
* | | Merge pull request #94 from navit-gps/i18n/ndsR6645Pierre GRANDIN2016-04-041-15/+16
|\ \ \ | | | | | | | | Automatic translation import
| * | | Update:i18n:Updated German, Low translation from launchpadPierre GRANDIN2016-04-041-15/+16
|/ / /
* | | Merge pull request #93 from navit-gps/i18n/plR6642Pierre GRANDIN2016-04-011-35/+39
|\ \ \ | | | | | | | | Automatic translation import
| * | | Update:i18n:Updated Polish translation from launchpadPierre GRANDIN2016-04-011-35/+39
|/ / /
* | | Merge pull request #92 from navit-gps/i18n/frR6638Pierre GRANDIN2016-03-221-8/+8
|\ \ \ | | | | | | | | Automatic translation import
| * | | Update:i18n:Updated French (fr) translation from launchpadPierre GRANDIN2016-03-211-8/+8
| | | |
* | | | Merge pull request #88 from navit-gps/maptool_dest_fw_bwR6634Pierre GRANDIN2016-03-211-0/+16
|\ \ \ \ | |/ / / |/| | | add destination forward/backward
| * | | add destination forward/backwardmaptool_dest_fw_bwjandegr2016-03-041-0/+16
| |/ / | | | | | | navigation.c contains code to handle destination: backward and forward, but the changes needed in maptool to provide those did not get merged yet.
* | | Merge pull request #91 from navit-gps/i18n/en_GBR6632Pierre GRANDIN2016-03-211-4/+4
|\ \ \ | | | | | | | | Automatic translation import
| * | | Update:i18n:Updated English (United Kingdom) translation from launchpadPierre GRANDIN2016-03-211-4/+4
|/ / /
* | | Merge pull request #86 from navit-gps/Android_XSLTR6628Pierre GRANDIN2016-03-182-1501/+0
|\ \ \ | | | | | | | | Android: remove unused and unmaintained XSLT files
| * | | Delete android_all_densities.xsltAndroid_XSLTjandegr2016-03-031-1471/+0
| | | |
| * | | Android: remove unused and unmaintained XSLT filesjandegr2016-03-031-30/+0
| |/ /
* | | Merge pull request #87 from navit-gps/Android_cleanupR6627Pierre GRANDIN2016-03-183-644/+0
|\ \ \ | |_|/ |/| | Android: remove unused classfiles
| * | Delete NavitGraphics2.javaAndroid_cleanupjandegr2016-03-031-404/+0
| | |
| * | Delete NavitAndroidOverlay.javajandegr2016-03-031-239/+0
| | |
| * | Android: remove unused classfilesjandegr2016-03-031-1/+0
| |/
* | update link to wiki for OSD commandsR6624jandegr2016-03-061-1/+1
| |