MatthewBooth / OTAUpdates

Over-The-Air Updates for Android ROMs from ICS to Lollipop
http://ultimarom.com/
73 stars 109 forks source link

JSON parsing #75

Open MatthewBooth opened 7 years ago

MatthewBooth commented 7 years ago

v3.0 will see JSON parsing introduced as this is faster and more widely used than XML manifests.

Information will simply be parsed and not added to a database stored locally. This reduced the complexity of the code massively and therefore makes it easier to maintain. There are also less chances of fatal errors.