openbmap / radiocells-scanner-android

WLAN and cell tower scanner for Radiocells.org
https://www.radiocells.org
Other
55 stars 26 forks source link

Updates gradle plugin #161

Closed agilob closed 8 years ago

agilob commented 8 years ago

IDK AndroidStudio made this change.

agilob commented 8 years ago

The second commit doesn't change functionality, it's just a re-write using StringBuffer which was there before. I don't know why it was removed. Disk I/O operations are more expensive than caching string in memory, so I reverted the change to StringBuilder and it writes stuff after each operation, flushes buffer to avoid corrupted data files. All other changes are code formatting to make it easier to read, personally I don't like tabs, spaces are much more flexible.

Use of //@formatter:off / //@formatter:on disables Eclipse and IDEA source code formatter in the block to prevent automated changes there.

Don't merge it yet, I need to test it first, if you can test it please.

wish7code commented 8 years ago

Uupps.. Was too fast on merging..

agilob commented 8 years ago

@wish7code Take of server, I'll do the app ;)