android-robocar icon indicating copy to clipboard operation
android-robocar copied to clipboard

Allow setting custom options via a JSON file

Open zugaldia opened this issue 7 years ago • 0 comments

This PR introduces a few changes:

  • Custom options can now be set via a JSON file, there's no need to hardcode values anymore.
  • There's a new shared class to handle storage locations and availability.
  • Camera component now uses the new storage manager.
  • A new options package takes care of loading the JSON file async.
  • Main Activity renamed for consistency, previous Constant file is now removed.

Still a work in progress, have to test it on a device.

cc: @hsalameh

zugaldia avatar Jun 27 '17 04:06 zugaldia