split database layer into 3: databaseCommon + databaseAndroid + databaseJ2me
I have created an fdroid-app with an os-independent database layer
Would it be ok if i rearrange the fdroidclient-database-modul into several moduls the same way as i did with F-Droid-Universal-Catalog?
- databaseCommon (no android dependencies) +
- databaseAndroid(android dependencies) +
- databaseJ2me (j2me dependencies)
The goal would be
- to build fdroidclient as before
- create a java j2se commandline app that uses nearly the same code as the fdroidclient-libs that persists to a hsqlDB database