aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-09-17- [shared] Implement network state monitoringIván Ávalos
- [android] UI reacts to network state - [ios] UI reacts to network state
2023-09-17[ios] Bump version to 1.5Iván Ávalos
2023-09-16- [shared] Downgrade Kotlin to 1.8.22 due to Native issuesIván Ávalos
- [shared] Upgrade Ktor to 2.3.4 and migrate code - [ios] Update view models to use @MainActor and Kotlin migrations
2023-09-11[android] Bump version to 1.3.7Iván Ávalos
2023-09-11[shared] Fetch session again before logoutIván Ávalos
2023-09-11[android] More dependency updates and misc. fixesIván Ávalos
2023-09-11[android] Upgrade AGP, Kotlin plugin, JDK + StateFlow fixesIván Ávalos
2023-09-11Merge branch 'main' of git.sr.ht:~avalos/trackermap-mobileIván Ávalos
2023-09-11[android] Upgrade AGP and base dependenciesIván Ávalos
2023-01-09Set build number to 1Iván Ávalos
2023-01-09Bumped version to 1.4 and added ignition iconIván Ávalos
2023-01-05[android] Bump version to 1.3.6, because Google rejected past build. ↵Iván Ávalos
abiFilters is now on by default, so this doesn't happen again.
2023-01-05[android] Bump version to 1.3.5 to match ETBSA.Iván Ávalos
2023-01-03[android] Fixed string translationIván Ávalos
2023-01-03[android] Changed way that online status is calculated, and added ignition iconIván Ávalos
2022-12-26[android] Added LeakCanary as debug dependency and limit reports to one ↵Iván Ávalos
month to avoid crashes.
2022-12-22[ios] Changed map report dimensionsIván Ávalos
2022-12-22[ios] Fix view bug with keyboardIván Ávalos
2022-12-22[ios] Map layer changed to satellite in UnitReportsViewIván Ávalos
2022-12-15[android] Upgraded WhirlyGlobe to version 3.5Iván Ávalos
2022-12-14Deleted unused API modelsIván Ávalos
2022-12-14Deleted unused API methodsIván Ávalos
2022-12-14Removed unused test modulesIván Ávalos
2022-05-20- [shared] unitsFlow exposed to allow access to unfiltered units.Iván Ávalos
- [android] Improved memory usage by using unitsFlow in map. - [ios] Not rewritten yet, filter won't work.
2022-05-20[android] Improved search performance by limiting rateIván Ávalos
2022-04-18[android] Fixed date pickers by adding 1 to 0-based month numberIván Ávalos
2022-04-14[android] Forgot to re-add NDK arch filtersIván Ávalos
2022-04-14[ios] Set period type picker style to `.menu`Iván Ávalos
2022-04-14Merge remote-tracking branch 'origin/custom_reports' into custom_reportsIván Ávalos
2022-04-14- [android] Fixed “to” date pickerIván Ávalos
2022-04-13- [ios] Set maxDate in date pickers for custom reportsIván Ávalos
2022-04-13- [android] Set maxDate in date pickers for custom reportsIván Ávalos
2022-04-12Initial version of custom reports in iOSIván Ávalos
2022-04-11- [shared] Added DateUtils 'expect' class for platform-specific date format.Iván Ávalos
- [android] Redesigned reports view, now supports custom reports! - [ios] Not rewritten yet, it won't build!
2022-04-09- [shared] Rewrote ReportDates to allow for custom date period.Iván Ávalos
- [android] Rewrote report handling to use new ReportPeriod. - [ios] Not rewritten yet, it won't build!
2022-04-07[iOS] Card on map now updates info when there is a change.Iván Ávalos
2022-03-31Added support for sharing and saving reportsIván Ávalos
2022-03-10Updated Android librariesIván Ávalos
2022-03-10- Card on map now updates info when there is a changeIván Ávalos
- Huge device list performance improvements on search and updates
2022-03-01Fixed horizontal scroll and bumped version to 1.1Iván Ávalos
2022-03-01Failed to add horizontal scroll to events tableIván Ávalos
2022-02-27Polygon geofences implemented successfulyIván Ávalos
2022-02-27Temporarily removed non-functional save and share buttonsIván Ávalos
2022-02-27Added report map icons and initial impl. of events tableIván Ávalos
2022-02-27Initial implementation of reportsIván Ávalos
2022-02-25Merge branch 'main' into ios_reportsIván Ávalos
2022-02-23Merge branch 'main' of git.sr.ht:~avalos/trackermap-mobileIván Ávalos
2022-02-23Fixed commands not working.Iván Ávalos
2022-02-20Fixed potential bug when unregistering FCM tokenIván Ávalos
2022-02-19Xcode did thisIván Ávalos