aboutsummaryrefslogtreecommitdiff
path: root/iosApp
AgeCommit message (Collapse)Author
2022-02-18Switched app-website from HTTPS to HTTPios_appIván Ávalos
2022-02-17Branded iOS appIván Ávalos
2022-02-17Merge branch 'ios_app' of https://git.sr.ht/~avalos/trackermap-mobile into ↵Iván Ávalos
ios_app
2022-02-17Limit device icon size on details viewIván Ávalos
2022-02-17Merge branch 'ios_app' of https://git.sr.ht/~avalos/trackermap-mobile into ↵Iván Ávalos
ios_app
2022-02-17Successful attempt to limit size of device icon in rowIván Ávalos
2022-02-17Merge branch 'ios_app' of https://git.sr.ht/~avalos/trackermap-mobile into ↵Iván Ávalos
ios_app
2022-02-17Removed unused code and attempt to set fixed size for device icon in rowIván Ávalos
2022-02-17Merged 'main' branch and solved conflicts.Iván Ávalos
2022-02-17Finished AboutView (still no logo)Ivá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-15Temporarily removed reports.Iván Ávalos
2022-02-13Reverted change in commands viewIván Ávalos
2022-02-12Fixes the issue with Firebase not initializingIsidro Henoch
2022-02-12Minor changes that doesn't have a major impactIsidro Henoch
2022-02-12WIP: FCM notifications (not working)Iván Ávalos
2022-02-08Avoid refetching position in DetailsView on every initIván Ávalos
2022-02-08Changed variable namesIván Ávalos
2022-02-08- Disable button when no command is selected.Iván Ávalos
- Add confirmation for sending command.
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-04Only refresh map markers when some of them changesIván Ávalos
2022-02-04- Center selected marker in map has been implemented.Iván Ávalos
- Initial zoom on map works again.
2022-02-03WIP: rewrote MapWrapperView + MapView as unified UIKit view controllerIván Ávalos
2022-02-01Added selection card in MapViewIván Ávalos
2022-02-01Implemented display units in map + marker callbackIván Ávalos
2022-02-01Hourmeter in DeviceRow now hides correctly when hours = 0Iván Ávalos
2022-01-31- Adapter iOS app to changes in UnitsControllerIván Ávalos
- Added getHourmeter() method to UnitInformation - Added missing license headers
2022-01-31Reduced attribution paddingIván Ávalos
2022-01-31Disabled animation on initial map focusOnIván Ávalos
2022-01-31Added **/xcuserdata to .gitignoreIván Ávalos
2022-01-31Fixed initial zoom, improved map controls and map refactoringIván Ávalos
2022-01-31Moved Localizable.strings to iosApp folder, added .gitignore and removed ↵Iván Ávalos
annoying .xcuserstate file
2022-01-31Implemented zoom controls and zoom limits per layer.Iván Ávalos
Added license headers.
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-27Implemented functional view model for LoginViewIván Ávalos
2022-01-26Added source URL to Collector classIván Ávalos
2022-01-26Implemented dependency injection with Swift property wrappersIván Ávalos
2022-01-26Disabled automatic storage of cookies in iOS engine ↵Iván Ávalos
(https://youtrack.jetbrains.com/issue/KTOR-3748), so we can handle them manually.
2022-01-25Refactored session handling into a shared SessionManager to prevent ↵Iván Ávalos
mutability and get it run in Native (untested!)
2022-01-25Latest test codeIván Ávalos
2022-01-23Added iOS dependencyIván
2021-12-03Inits the projectIsidro Henoch