- 16 Jul, 2020 1 commit
-
-
Toni Beier authored
ASiSTModuleManager speichert Module in Map See merge request OpenASiST/openasist4android_core!31
-
- 08 Jul, 2020 3 commits
-
-
Toni Beier authored
resetModuleList method is marked as deprecated.
-
-
Toni Beier authored
Module map is a LinkedHashMap to keep insertion order. Keys are the Class instance of the modules and the values are the module instances.
-
- 18 Jun, 2020 2 commits
-
-
Rohan Sher Gill authored
[ADD] Apache HTTP Legacy library See merge request OpenASiST/openasist4android_core!30
-
-
- 31 Jan, 2020 3 commits
-
-
Toni Beier authored
Überarbeitung der Übersetzung für die Haltestellenfavoriten See merge request OpenASiST/openasist4android_core!29
-
Toni Beier authored
-
Toni Beier authored
-
- 30 Jan, 2020 5 commits
-
-
Toni Beier authored
Feature/public transportation system/favorites See merge request OpenASiST/openasist4android_core!28
-
Toni Beier authored
Changes that I have made are as following: - Changed ListViews with RecyclerView for better performance and to handle some relational tasks of two lists. - Changed the Refresh with SwipeRefreshLayout because the old way was too bad coding practice. - A few GUI changes like limiting the long text to be shown on screen and adding a favorite icon to support favorites. - SingleStationActivity has now a separate api call to individually handle one station data in it. This saves us a lot of time to get data in PTSFragment (now we're only calling 2 departures not all of them). Secondly SwipeRefreshLayout has been implemented in this Activity too. To provide user to Refresh the data for a single station by staying on the SingleStationActivity. - Removed a few commented code that was no longer needed. New things that I have made in this new Feature are as following: - Created a few classes like (PTSFavAdapter: for RecyclerView of Favorites, DepartureList: for handling a list of Departures in the SingleStationActivity and PTSInterface: this is a generic interface it can be used in future too for two type of functionality onItemRemoved and onItemAdded, it can be further expanded as per our will in future). - Created a pts_fav_list_item.xml in res/layout to handle data on every row of favorites RecyclerView. - Added a delete icon for deleting favorites from the list if they're not needed anymore What have we achieved in this new Feature: - First of all we have finally configured favorites as a feature inside the PTS Module. - The layout is improved - You can add or delete favorites very easily(For adding just click on stars in nearby List. While for deleting or to Un-favorite something just swipe to left or click on the yellow star to Un-favorite a station) and there is an undo functionality too. - Less amount of data being called from server which saves us cost on memory and time. - And frequent refreshing of data on every screen.
-
Toni Beier authored
-
Toni Beier authored
-
Toni Beier authored
-
- 21 May, 2019 6 commits
-
-
Toni Beier authored
Resolve #25 "Stundenplan: Anzeige Vorlesungstyp" Closes #25 See merge request OpenASiST/openasist4android_core!16
-
-
-
-
-
- 13 May, 2019 1 commit
-
-
Toni Beier authored
Resolve "Mensa: Rechtschreibfehler im englischen "Mensa nicht gefunden"-Text" Closes #31 See merge request OpenASiST/openasist4android_core!25
-
- 12 May, 2019 1 commit
-
-
Fabius Engel authored
-
- 16 Apr, 2019 2 commits
-
-
Toni Beier authored
Mensa-Ansicht behält zuletzt ausgewählte Mensa bei Closes ASIST/openasist4android_tu_chemnitz#27 See merge request OpenASiST/openasist4android_core!24
-
Toni Beier authored
Feature: The Mensa view reselects last shown Mensa, if the view was in the background and get back to foreground
-
- 15 Apr, 2019 2 commits
-
-
Toni Beier authored
Moduldaten im Hintergrund und bei inaktiver App aktualisieren See merge request OpenASiST/openasist4android_core!23
-
Toni Beier authored
Use WorkerManager, which update module data every hour, if device is connected with the internet and has enough power. If the update failed, the WorkManager retry the update.
-
- 10 Apr, 2019 2 commits
-
-
Toni Beier authored
Kompiliervorgang benutzt SDK-Version 28 See merge request OpenASiST/openasist4android_core!22
-
Toni Beier authored
Update compile SDK for future features. Replace android support librarys with AndroidX and material librarys. AbstractAsistActivity class inherits from class AppCompatActivity. Remove TwoPinOverlay class because 28 do not support com.google.android.maps namespace and TwoPinOverlay class was unused. Remove uses-library tag with com.google.android.maps namespace from manifest file.
-
- 04 Apr, 2019 1 commit
-
-
Toni Beier authored
Absturz des aktualieseren des stundesplanes ohne initial importeirtern Kurse See merge request OpenASiST/openasist4android_core!21
-
- 03 Apr, 2019 6 commits
-
-
Toni Beier authored
Fix: The toast which should notify the user initial import the timetable run now in the user interface thread
-
Toni Beier authored
Kursübersicht mit Swipe-Geste aktualisieren Closes ASIST/openasist4android_tu_chemnitz#18 and #27 See merge request OpenASiST/openasist4android_core!19
-
Toni Beier authored
-
Toni Beier authored
-
Toni Beier authored
-
Toni Beier authored
-
- 01 Apr, 2019 2 commits
-
-
Toni Beier authored
Beheben eines Absturzes beim öffnen der Mensa Closes #26 See merge request OpenASiST/openasist4android_core!18
-
26 FIX: Mensa Module sollte jetzt nicht mehr abstürzen, wenn kein Preis verfügbar ist sondern anzeigen, dass kein Preis verfügbar ist
-
- 20 Mar, 2019 3 commits
-
-
Toni Beier authored
Remove canteen from start See merge request OpenASiST/openasist4android_core!15
-
Fabius Engel authored
-
Fabius Engel authored
-