Author: Adam Evyčędo <git@apiote.xyz>
add copyright to comply with REUSE
CHANGELOG.adoc | 21 +++++++++++++++++++++ app/src/main/res/drawable/calendar.xml | 6 ++++++ app/src/main/res/drawable/filter.xml | 6 ++++++ app/src/main/res/drawable/warning.xml | 6 ++++++ app/src/main/res/menu/departures_menu.xml | 9 ++++++++- app/src/main/res/values-nb-rNO/strings.xml | 9 ++++++++-
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index e3c5a8f241db4dcc20a981fbc9b060c28283ad16..115cb1a406cd760a463bc2ee73f41809c5a42379 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -13,7 +13,28 @@ == Unreleased * Travel planning * Offline timetable + +== [3.3] – 2024-05-16 + +=== Added + * Alerts +* Selecting date +* Filtering by time or line +* Automatically adding locales from build.gradle + +=== Changed + +* Cached localities have lower alpha +* Updated deprecated methods +* Updated dependencies + +=== Fixed + +* Landscape about screen +* Vehicle capabilities on map +* Lines directions other than 2 +* Feed info is cached, not latest response == [3.2] – 2024-03-13 diff --git a/app/src/main/res/drawable/calendar.xml b/app/src/main/res/drawable/calendar.xml index 46e37e41f0d907e88910b18e012b37d092bf89d6..135a57526208e28cfa5c7032fab1b7387b2692f9 100644 --- a/app/src/main/res/drawable/calendar.xml +++ b/app/src/main/res/drawable/calendar.xml @@ -1,3 +1,9 @@ +<!-- +SPDX-FileCopyrightText: Google + +SPDX-License-Identifier: Apache-2.0 +--> + <vector android:height="24dp" android:tint="?attr/colorOnSurface" android:viewportHeight="24" android:viewportWidth="24" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android"> diff --git a/app/src/main/res/drawable/filter.xml b/app/src/main/res/drawable/filter.xml index ad60a385e7a13b29cfb1de54726bea32b04782dd..c391d75031b1c369760e31b44a0e7506cacf94b4 100644 --- a/app/src/main/res/drawable/filter.xml +++ b/app/src/main/res/drawable/filter.xml @@ -1,3 +1,9 @@ +<!-- +SPDX-FileCopyrightText: Google + +SPDX-License-Identifier: Apache-2.0 +--> + <vector android:height="24dp" android:tint="?attr/colorOnSurface" android:viewportHeight="24" android:viewportWidth="24" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android"> diff --git a/app/src/main/res/drawable/warning.xml b/app/src/main/res/drawable/warning.xml index a723869292bf9df8a361a303666a36509b143ef0..5b2e32cdd6384ca1445fd00351b7b0e6bcb62565 100644 --- a/app/src/main/res/drawable/warning.xml +++ b/app/src/main/res/drawable/warning.xml @@ -1,3 +1,9 @@ +<!-- +SPDX-FileCopyrightText: Google + +SPDX-License-Identifier: Apache-2.0 +--> + <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" diff --git a/app/src/main/res/menu/departures_menu.xml b/app/src/main/res/menu/departures_menu.xml index 01899885cf4fa3dc3f797c6dab7a54f6cb5c9de3..2a4d18f7c839b628af7e21dcae639ed287fb05e5 100644 --- a/app/src/main/res/menu/departures_menu.xml +++ b/app/src/main/res/menu/departures_menu.xml @@ -1,4 +1,11 @@ <?xml version="1.0" encoding="utf-8"?> + +<!-- +SPDX-FileCopyrightText: Adam Evyčędo + +SPDX-License-Identifier: GPL-3.0-or-later +--> + <menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"> <item @@ -26,4 +33,4 @@ android:icon="@drawable/calendar" app:showAsAction="ifRoom" android:contentDescription="@string/title_select_date" android:title="@string/title_select_date"/> -</menu> \ No newline at end of file +</menu> diff --git a/app/src/main/res/values-nb-rNO/strings.xml b/app/src/main/res/values-nb-rNO/strings.xml index a6b3daec9354f9ae75cdf8d94a67446c6227dd96..4c87604b47f664e0663bbc07cdf7d3db1016c94b 100644 --- a/app/src/main/res/values-nb-rNO/strings.xml +++ b/app/src/main/res/values-nb-rNO/strings.xml @@ -1,2 +1,9 @@ <?xml version="1.0" encoding="utf-8"?> -<resources></resources> \ No newline at end of file + +<!-- +SPDX-FileCopyrightText: Adam Evyčędo + +SPDX-License-Identifier: GPL-3.0-or-later +--> + +<resources></resources>