hyperboria / android

Android app for mesh networking with cjdns
GNU General Public License v3.0
159 stars 40 forks source link

Multiple updates #41

Closed sssemil closed 9 years ago

sssemil commented 9 years ago

-Create configuration file in app. Checks if requested configuration file exists and returns stream or creates config and then returns stream. -Better About menu -Use --cleanconf -Add superuser permissions -Use android-23 API

ghost commented 9 years ago

This is great -- thanks a lot. Let me have a look once I get home later tonight. One quick thing: we only stored the config file with the .apk because we had no way of generating it from within the app. Now that we have that, we can completely drop the pre-generated config file.

sssemil commented 9 years ago

By the way, there are some problems with parsing configuration. After removing all coments and comma in the end it's parsing without exceptions.

ghost commented 9 years ago

Yep that's cjdns' dialect of JSON, you can make it valid JSON by piping it into cjdroute --cleanconf

kpcyrd commented 9 years ago

Looks good. Any further remarks? Otherwise I'd merge this.

sssemil commented 9 years ago

Nope, merge it, please.