Skip to content

Commit c2c354a

Browse files
authored
V2.2.7 (#1004)
update public-transport-enabler remove Chicago and Austin (not working) update strings
1 parent 0b1e3b8 commit c2c354a

File tree

6 files changed

+16
-22
lines changed

6 files changed

+16
-22
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ apply from: 'witness.gradle'
88
android {
99

1010
defaultConfig {
11-
versionCode 130
12-
versionName "2.2.6"
11+
versionCode 131
12+
versionName "2.2.7"
1313

1414
applicationId "de.grobox.liberario"
1515
minSdkVersion 24
@@ -142,7 +142,7 @@ dependencies {
142142
exclude module: 'failureaccess'
143143
exclude group: 'com.google.j2objc'
144144
}
145-
implementation('com.gitlab.opentransitmap:public-transport-enabler:2713727d07df8408e064e5ffae2733862711a10b') {
145+
implementation('com.gitlab.opentransitmap:public-transport-enabler:09b90d37bfe452f7845f73aac256fd7eb2ae978a') {
146146
exclude group: 'com.google.guava' // included above
147147
exclude group: 'org.json', module: 'json' // provided by Android
148148
exclude group: 'net.sf.kxml', module: 'kxml2' // provided by Android

app/src/main/java/de/grobox/transportr/networks/TransportNetworks.kt

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -443,30 +443,13 @@ private val networks = arrayOf(
443443
R.string.np_continent_north_america, R.drawable.continent_north_america, countries = listOf(
444444
Country(
445445
R.string.np_region_usa, "🇺🇸", networks = listOf(
446-
TransportNetwork(
447-
id = NetworkId.RTACHICAGO,
448-
name = R.string.np_name_rtachicago,
449-
description = R.string.np_desc_rtachicago,
450-
agencies = R.string.np_desc_rtachicago_networks,
451-
logo = R.drawable.network_rtachicago_logo,
452-
status = BETA,
453-
factory = { RtaChicagoProvider() }
454-
),
455446
TransportNetwork(
456447
id = NetworkId.BART,
457448
description = R.string.np_desc_bart,
458449
logo = R.drawable.network_bart_logo,
459450
status = BETA,
460451
factory = { BartProvider("{\"type\":\"AID\",\"aid\":\"kEwHkFUCIL500dym\"}") }
461452
),
462-
TransportNetwork(
463-
id = NetworkId.CMTA,
464-
name = R.string.np_name_cmta,
465-
description = R.string.np_desc_cmta,
466-
logo = R.drawable.network_cmta_logo,
467-
status = BETA,
468-
factory = { CmtaProvider("{\"type\":\"AID\",\"aid\":\"web9j2nak29uz41irb\"}") }
469-
),
470453
)
471454
),
472455
)

app/src/main/res/values-de/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ und weiß immer, wo man aussteigen muss.
145145
<string name="trip_error_service_down">Die Datenquelle ist momentan nicht erreichbar :(\nBitte versuche es später noch einmal.</string>
146146
<string name="trip_error_pte">Wenn du diesen Fehler melden möchtest, kannst du ihn bitte direkt an %1$s melden.</string>
147147
<string name="trip_issue">Es könnte ein Problem mit dieser Verbindung geben.</string>
148-
<string name="trip_not_travelable">Unmöglich oder abgebrochen</string>
148+
<string name="trip_not_travelable">Unmöglich oder fällt aus</string>
149149
<string name="try_again">Noch einmal versuchen</string>
150150
<!--This string shows the number of meters one has to walk. Please keep the translation short.-->
151151
<string name="meter">%d m</string>

app/src/main/res/xml/changelog_master.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
<changelog xmlns:tools="http://schemas.android.com/tools"
33
tools:ignore="UnusedResources">
44

5+
<release
6+
version="2.2.7"
7+
versioncode="131">
8+
<change>Remove Chicago and Austin</change>
9+
<change>Network API updates</change>
10+
<change>Translation update</change>
11+
</release>
12+
513
<release
614
version="2.2.6"
715
versioncode="130">

app/witness.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ dependencyVerification {
8585
'androidx.viewpager:viewpager:1.0.0:viewpager-1.0.0.aar:147af4e14a1984010d8f155e5e19d781f03c1d70dfed02a8e0d18428b8fc8682',
8686
'com.github.omadahealth:swipy:1.2.3:swipy-1.2.3.aar:63bff6e181742e3e243c29b595062ca65b4274bf7033c65460924f64f65c01e0',
8787
'com.github.tony19:logback-android:1.1.1-12:logback-android-1.1.1-12.aar:3102228f0e408e3c003b34e96a604e9b9f59d314dcf8f03aa78d9d3648198932',
88-
'com.gitlab.opentransitmap:public-transport-enabler:2713727d07df8408e064e5ffae2733862711a10b:public-transport-enabler-2713727d07df8408e064e5ffae2733862711a10b.jar:92b389ac15f0dbc3a3f67bd7bb481deb15743ba5062c55fafece2b1d0c878d2e',
88+
'com.gitlab.opentransitmap:public-transport-enabler:09b90d37bfe452f7845f73aac256fd7eb2ae978a:public-transport-enabler-09b90d37bfe452f7845f73aac256fd7eb2ae978a.jar:b5c7d131a2d7e0699d2d8ee4667f0140be01bb53532207e659d0a957e45b3228',
8989
'com.google.android.apps.common.testing.accessibility.framework:accessibility-test-framework:2.0:accessibility-test-framework-2.0.jar:cdf16ef8f5b8023d003ce3cc1b0d51bda737762e2dab2fedf43d1c4292353f7f',
9090
'com.google.android.flexbox:flexbox:3.0.0:flexbox-3.0.0.aar:5e19500486fd7c8e2e8c7aad6bbba9c8d0ada7057c6b32b9b5c61439814e7574',
9191
'com.google.android.material:material:1.0.0:material-1.0.0.aar:7680e381a3c03798d999b2e441caadd8a56a0a808e108024a67af9fe26c11adc',
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
* Remove Chicago and Austin
2+
* Network API updates
3+
* Translation update

0 commit comments

Comments
 (0)