5 Commits c0cdb1186a ... 88871dda66

Author SHA1 Message Date
  Adam Pioterek 88871dda66 Merge branch 'v2.1' into develop 5 years ago
  Adam Pioterek d153187be4 keep a changelog 5 years ago
  Adam Pioterek 035002ec63 whatsnew 5 years ago
  Adam Pioterek 862a7d32ac bump version 5 years ago
  Adam Pioterek 4880aea653 remove unmanatainable descriptions 5 years ago

+ 73 - 0
CHANGELOG.rst

@@ -0,0 +1,73 @@
+Changelog
+#########
+
+All notable changes to this project will be documented in this file.
+
+The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_`, using ReStructuredText instead of Markdown, and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.
+
+[Unreleased]
+============
+
+Added
+-----
+
++ logging and reporting crashes
++ history of frequently searched stops
++ retry buttons
++ caching favourite
++ update info in APK releases
++ day/night setting – auto, always day, always night
++ trip planning
++ full timetable online
++ free train departures
++ searching by lines
++ city bike stations
+
+Changed
+-------
+
+* reduce flickering of search results
+* VM messages appear also in favourites (if it contains 1 stop only)
+* ‘no connectivity’ warning only when offline timetable is not present
+
+[2.1] – 2019-02-04
+==================
+
+Added
+-----
+
++ showing empty search result
++ loading in shed selection and stop screen
++ VM messages
+
+Changed
+-------
+
+* search bar
+* empty departures state
+* ‘now’ departure is ‘in a moment’ if the vehicle is not on-stop
+* sorting departures: on-stop at the top
+* sorting search results by similarity
+
+[2.0] – 2018-09-21
+==================
+
+Added
+-----
+
++ official timetable from ZTM
+
+Changed
+-------
+
+* VM can be used without offline timetable
+* offline timetable uses exact dates (instead of workdays/saturdays/holidays)
+* VM is quicker and is more reliable (as it’s computed in the same way as offline departures)
+* favourites rewritten from scratch
+* app is movable to external storage
+* new colours—grey and green—fitting new Poznań style
+
+Fixed
+-----
+
+* multiple bug fixes

+ 2 - 2
app/build.gradle

@@ -9,8 +9,8 @@ android {
         applicationId "ml.adamsprogs.bimba"
         minSdkVersion 19
         targetSdkVersion 28
-        versionCode 15
-        versionName "2.0"
+        versionCode 16
+        versionName "2.1"
         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
         vectorDrawables.useSupportLibrary = true
     }

BIN
app/src/main/play/de-DE/listing/featureGraphic/feature-graphic.png


+ 0 - 6
app/src/main/play/de-DE/listing/fulldescription

@@ -1,6 +0,0 @@
-Mit dieser App kannst du den Fahrplan des öffentlichen Verkehrs in der Posener Agglomeration (von ZTM Poznań betrieben) überprüfen und dank des Virtuellen Monitors kannst du sehen, wann genau ein Bus oder eine Straßenbahn ankommen wird.
-
-Aktuelle Funktionen:
-* Abfahrtszeiten an der Haltestellen ermitteln (basierend auf offline Fahrplan und Virtuelle Monitor),
-* Erstellen von Lieblingshaltestellen mit der nächsten Abfahrt auf der Startseite,
-* Abfahrten an der Favoriten ermitteln

BIN
app/src/main/play/de-DE/listing/icon/logo.png


BIN
app/src/main/play/de-DE/listing/phoneScreenshots/Dash.png


BIN
app/src/main/play/de-DE/listing/phoneScreenshots/StopActivity.png


BIN
app/src/main/play/de-DE/listing/phoneScreenshots/StopSpecify.png


BIN
app/src/main/play/de-DE/listing/phoneScreenshots/modification.png


+ 0 - 0
app/src/main/play/de-DE/listing/phoneScreenshots/searchStop.png


Some files were not shown because too many files changed in this diff