Releases: samirapporio/Apporio-Tracking-System
1.0.5
(1) Added developer_id in order to sync devices -- "bug = it was previously searching over TAG only that can lead to emission of location from different application to different listener"
(2) Result checker has been added when the device is connected to the socket server
(3) Exclusive listener table has been added at the back-end as it was merging with the previous listener table that is now fully used for TAG only
1.0.4
back end code is now deployed over own server, also connection link is replaced from heroku to own servr
1.0.3
Bug Resolved: AtsServiceLocationClass was not throwing location inside onReceiveLocation()
Now throwing location from AtsLocationManager class via event bus and added @iNJECTiON for a singleton location object that regularly changes and emit over Event Bus
1.0.2
(1) Deployed backend node application on heroku
(2) Added new api support to visulize all devices for a particular package added by a specific developer
(3) It is mandatory to add correct AppId now, wrong app id will make no connection with the server
1.0.1
Initial release