navit:fix_android_versioncode_for_2021

Last commit made on 2021-01-14
Get this branch:
git clone -b fix_android_versioncode_for_2021 https://git.launchpad.net/navit

Branch merges

Branch information

Name:
fix_android_versioncode_for_2021
Repository:
lp:navit

Recent commits

13062c9... by jkoan <email address hidden>

Merge branch 'trunk' into fix_android_versioncode_for_2021

3a02572... by jkoan <email address hidden>

fix:doc:Fix Link to full Changelog

dc7d582... by jkoan kerich

change:build:android:Implement @mvglasow's Idea about a Versioncode every 15min's

5c315c1... by jkoan kerich

fix:build:android: Fix VersionCode after 31.12.2020

Currently the VewrsionCode has the Format yyMMddHHmm
which breaked at 01.01.2021 because the maximum allowed Version by
Google Play is 2100000000 because of the limitation of older Android
Devices.
Out currently highest VersionCode is 2012201504 and we need to keep it
continuous, so the new Format would be yyyyMMddHH.
Of cause this has the limitation that we can "only" create one
Versioncode per Hour.
But this is the the best @hoehnp and I came up yesterday.
As a result a PR will follow which will remove the android build from
the master build and instead will add it to a scheduled build (nightly
build)

99da64a... by jkoan <email address hidden>

fix:build:Remove install of git as the baseimage already has it

15b4200... by jkoan <email address hidden>

fix:builds:Revert baseimage back and oly set merge_trunk_in_master to cimg/base

b6e37ae... by jkoan <email address hidden>

fix:build:Change basimage to one by circleci which includes git and ssh

Additional this image should be cached by circleci and so save some time

dac7617... by mvglasow <michael -at- vonglasow.com>

Fix:ci:Relax checkstyle rules for Java code, see #1041

Signed-off-by: mvglasow <michael -at- vonglasow.com>

cacec40... by Tim Gates <email address hidden>

docs: fix simple typo, useage -> usage

There is a small typo in navit/support/espeak/readclause.c.

Should read `usage` rather than `useage`.

38a0573... by jkoan <email address hidden>

add:graphics:svg_debug:Add svg_debugging plugin (#1061)

* graphics:svg_debug:Add initial version of svg_debug

Some TODOs still remaining, but its working good so far

* fiexed:svg_debug:Fixed memory leeks on exit of plugin

* fix:graphics:Some final touches for svg_debug

* fix:graphics:svg_debug:Reformat to match navit style

* fix:graphics:svg_debug:Reformat again to match navit style (Eclipse
brakes things... now astyle)

* fix:grpahics:svg_debug:Fix C99 for-loop