aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-23Merge branch 'main' of https://git.sr.ht/~avalos/trackermap-mobileIvá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-20Merge remote-tracking branch 'refs/remotes/upstream/main'Iván Ávalos
2022-02-20Fixed potential bug when unregistering FCM tokenIván Ávalos
2022-02-20I don't know what happened to this fileIván Ávalos
2022-02-19Merge branch 'main' of https://git.sr.ht/~avalos/trackermap-mobileIván Ávalos
2022-02-19Xcode did thisIván Ávalos
2022-02-19Merge branch 'ios_app' into fcm_fixIván Ávalos
2022-02-19Fixed registerFcmToken() accidentally adding quotes to previous tokensIván Ávalos
2022-02-19Register the APNs token to receive fcm notificationsIsidro Henoch
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 io...Iván Ávalos
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 io...Iván Ávalos
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 io...Iván Ávalos
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-17Merge https://git.sr.ht/~avalos/trackermap-mobileIván Ávalos
2022-02-17Finished AboutView (still no logo)Iván Ávalos
2022-02-16- Localized strings.Iván Ávalos
2022-02-15Temporarily removed reports.Iván Ávalos
2022-02-15WIP: reportsIván Ávalos
2022-02-13Changed Array<> to List<> for iOS compatibilityIvá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
2022-02-08Merge remote-tracking branch 'refs/remotes/origin/ios_app'Iván Ávalos
2022-02-08- Fixed DetailsView.Iván Ávalos
2022-02-07Removed now unnecessary CommandsApi on Android appIván Ávalos
2022-02-07Finished details view and implemented commands viewIván Ávalos
2022-02-07Added sendCommand() method to CommandsController, and updated Android app to ...Iván Ávalos
2022-02-06Make CommandsController injectableIván Ávalos
2022-02-06Added CommandsControllerIvá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
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
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