librespeed / speedtest-android

Android app template for Librespeed servers
GNU Lesser General Public License v3.0
380 stars 126 forks source link

Split projects #21

Open MarceloTabian opened 4 years ago

MarceloTabian commented 4 years ago

I have divided the project in two, one to build a library and the other to use the library and present results in the gui.

I didn't request a pull to the branch core-only, because, this is not core-only. The core package is in the project "core" which generates an aar. The ui package is in an project which uses the core project and generates an App.

So everything is in this branch. I just split them.

MarceloTabian commented 4 years ago

After this pull request I found out that the library would fail intermittently. I fixed some thread synchronization issues and apparently, the problem was solved. I also added a simpler use example with a MIT license, so that it can be copied and modified.