Android support (still not useable, just a test)
authorNiki Roo <niki@nikiroo.be>
Mon, 4 Dec 2017 21:33:46 +0000 (22:33 +0100)
committerNiki Roo <niki@nikiroo.be>
Mon, 4 Dec 2017 21:33:46 +0000 (22:33 +0100)
commit649684189468206b46778bbc18d8bb47e66f7be1
tree5db696d816a5b36a9a8a948061ae0930ff89ab26
parent9b05b757e2e817cd4ecd561032a66f63c158398d
Android support (still not useable, just a test)
31 files changed:
res/drawable-v24/ic_launcher_foreground.xml [new file with mode: 0644]
res/drawable/ic_launcher_background.xml [new file with mode: 0644]
res/layout/activity_main.xml [new file with mode: 0644]
res/layout/activity_say_it.xml [new file with mode: 0644]
res/layout/fragment_android_reader_book.xml [new file with mode: 0644]
res/layout/fragment_android_reader_group.xml [new file with mode: 0644]
res/mipmap-anydpi-v26/ic_launcher.xml [new file with mode: 0644]
res/mipmap-anydpi-v26/ic_launcher_round.xml [new file with mode: 0644]
res/mipmap-hdpi/ic_launcher.png [new file with mode: 0644]
res/mipmap-hdpi/ic_launcher_round.png [new file with mode: 0644]
res/mipmap-ldpi/ic_launcher.png [new file with mode: 0644]
res/mipmap-ldpi/ic_launcher_round.png [new file with mode: 0644]
res/mipmap-mdpi/ic_launcher.png [new file with mode: 0644]
res/mipmap-mdpi/ic_launcher_round.png [new file with mode: 0644]
res/mipmap-tvdpi/ic_launcher.png [new file with mode: 0644]
res/mipmap-tvdpi/ic_launcher_round.png [new file with mode: 0644]
res/mipmap-xhdpi/ic_launcher.png [new file with mode: 0644]
res/mipmap-xhdpi/ic_launcher_round.png [new file with mode: 0644]
res/mipmap-xxhdpi/ic_launcher.png [new file with mode: 0644]
res/mipmap-xxhdpi/ic_launcher_round.png [new file with mode: 0644]
res/mipmap-xxxhdpi/ic_launcher.png [new file with mode: 0644]
res/mipmap-xxxhdpi/ic_launcher_round.png [new file with mode: 0644]
res/values/colors.xml [new file with mode: 0644]
res/values/strings.xml [new file with mode: 0644]
res/values/styles.xml [new file with mode: 0644]
src/AndroidManifest.xml [new file with mode: 0644]
src/be/nikiroo/fanfix/reader/android/AndroidReader.java [new file with mode: 0644]
src/be/nikiroo/fanfix/reader/android/AndroidReaderActivity.java [new file with mode: 0644]
src/be/nikiroo/fanfix/reader/android/AndroidReaderBook.java [new file with mode: 0644]
src/be/nikiroo/fanfix/reader/android/AndroidReaderGroup.java [new file with mode: 0644]
src/be/nikiroo/fanfix/reader/android/SayIt.java [new file with mode: 0644]