aboutsummaryrefslogtreecommitdiff
path: root/iosApp/iosApp.xcodeproj/project.pbxproj
AgeCommit message (Collapse)Author
2023-09-26Merge branch 'main' of https://git.sr.ht/~avalos/trackermap-mobileIván Ávalos
2023-09-21- [ios] Add direction arrows to reports.Iván Ávalos
- [ios] Use scales for marker sizes and labels. - [ios] Fix builds in Xcode 15.
2023-09-17[ios] Fix warningsIván Ávalos
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-01-09Merged upstreamIván Ávalos
2023-01-09Set build number to 1Iván Ávalos
2023-01-09Bumped version to 1.4 and added ignition iconIván Ávalos
2022-12-22[ios] Bump version to 1.4Iván Ávalos
2022-04-18[ios] Bumped version to 1.3Iván Ávalos
2022-04-07Bumped version to 1.2.1Iván Ávalos
2022-04-01Bumped version number to 1.2Iván Ávalos
2022-04-01Merge branch 'main' of https://git.sr.ht/~avalos/trackermap-mobileIván Ávalos
2022-03-31Added support for sharing and saving reportsIván Ávalos
2022-03-02Merged 'main' from upstreamIván Ávalos
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-27Added report map icons and initial impl. of events tableIván Ávalos
2022-02-25Merge branch 'main' into ios_reportsIván Ávalos
2022-02-23Added NSLocation* because for some reason, Firebase asks for location. *smh*Iván Ávalos
2022-02-23Bump version to 1.0.1 build 1.Iván Ávalos
2022-02-17Branded iOS appIván Ávalos
2022-02-16- Localized strings.Iván Ávalos
- Implemented account details, about and sign out. - Map shows first on startup now. - Save server URL on preferences. - More improvements and fixes!
2022-02-15WIP: reportsIván Ávalos
2022-02-12WIP: FCM notifications (not working)Iván Ávalos
2022-02-08Avoid refetching position in DetailsView on every initIván Ávalos
2022-02-08- Fixed DetailsView.Iván Ávalos
- Refactored details sheet into UnitsView. - A lot of logic moved into view models. - Implemented unit details in UnitMapView.
2022-02-07Finished details view and implemented commands viewIván Ávalos
2022-02-06Implemented details view with details tabIván Ávalos
2022-02-05Removed SwiftUIFlowLayout dependency and updated WhirlyGlobe-Maply to latest ↵Iván Ávalos
develop version
2022-02-03WIP: rewrote MapWrapperView + MapView as unified UIKit view controllerIván Ávalos
2022-02-01Added selection card in MapViewIván Ávalos
2022-01-31Moved Localizable.strings to iosApp folder, added .gitignore and removed ↵Iván Ávalos
annoying .xcuserstate file
2022-01-31Added WhirlyGlobe-Maply .xcframework and implemented map layer switchIván Ávalos
2022-01-30Replaced display mode toggling with TabView, and moreIván Ávalos
2022-01-30Added device icon and actions to DeviceRowIván Ávalos
2022-01-29Initial implementation of device list, and added getStatus() and ↵Iván Ávalos
getEngineStop() methods to UnitInformation
2022-01-27Renamed LoginView to RootView and implemented LoadingViewIván Ávalos
2022-01-27Implemented functional view model for LoginViewIván Ávalos
2022-01-26Implemented dependency injection with Swift property wrappersIván Ávalos
2022-01-25Latest test codeIván Ávalos
2022-01-23Added iOS dependencyIván
2021-12-03Inits the projectIsidro Henoch