CHANGELOG.rst 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. Changelog
  2. =========
  3. 0.4.0 (2018-10-04)
  4. * Deprecating android_10 and android_15; adding support for Android P.
  5. * Minor fixes for visualization layers.
  6. * Made LocalBinder class public.
  7. * Gradle 4.10.2 update.
  8. * Contributors: Rob (rking788), Juan Ignacio Ubeira, Julian Cerruti.
  9. 0.3.3 (2017-04-17)
  10. ------------------
  11. * Several MasterChooser fixes and improvements.
  12. * Added all constructors from RosActivity to AppCompat activity.
  13. * RosActivity can now call a custom activity as a MasterChooser.
  14. * Cherry-pick from indigo. Fixing memory leaks with ServiceConnection.
  15. * Contributors: Dan Ambrosio, Juan Ignacio Ubeira, Julian Cerruti
  16. 0.3.2 (2017-03-07)
  17. ------------------
  18. * Cherry-picked from indigo. Fixing memory leaks with ServiceConnection
  19. * Contributors: Dan Ambrosio
  20. 0.3.1 (2017-02-22)
  21. ------------------
  22. * Update vertex buffer limit - fixes #251.
  23. * Add autofocus parameters to android_tutorial_camera
  24. * Use compileSdk compatible with support library version
  25. * Update gradle sdk version
  26. * Update gradle dependencies
  27. * Add AppCompatRosActivity class
  28. * Android Gradle Plug-in 1.0.+ -> 2.2.3
  29. * Gradle 2.2.1 -> 2.14.1
  30. * update essential function which is addLayer and delete null check in onCreate
  31. * revert addlayer to use in android apps
  32. * Contributors: Daniel Stonier, Ernesto Corbellini, Julian Cerruti, Perrine Aguiar, Sem van den Broek, dwlee
  33. 0.3.0 (2016-12-13)
  34. ------------------
  35. * Updates for Kinetic release.
  36. 0.2.0 (2015-02-21)
  37. ------------------
  38. * Option for choosing to start with/without the master chooser.
  39. * Revamped camera classes.
  40. * Revamped onStart with fewer arguments.
  41. * First build on indigo.