42 lines
1.1 KiB
YAML
42 lines
1.1 KiB
YAML
|
Categories:
|
||
|
- Reading
|
||
|
License: AGPL-3.0-only
|
||
|
|
||
|
AutoName: DailybRead
|
||
|
Description: |-
|
||
|
Finds random books for you to read and download from OpenLibrary.
|
||
|
|
||
|
The app features include:
|
||
|
|
||
|
* Find and read random books using the 'Today's bRead' section
|
||
|
* View the book's info and what word was used to find the book
|
||
|
* Save books to your SD card for viewing later
|
||
|
* Search through the entire OpenLibrary database of over 1,000,000 free ebooks
|
||
|
|
||
|
The random search acts as a sort of 'book roulette' by picking random words from
|
||
|
the english language and trying to find a book with that word. You can see what
|
||
|
words it is using for the search while it is looking. Search as many times as
|
||
|
you like to keep finding new, interesting books!
|
||
|
|
||
|
Builds:
|
||
|
- versionName: '0.2'
|
||
|
versionCode: 5
|
||
|
commit: V0.2
|
||
|
subdir: app
|
||
|
submodules: true
|
||
|
gradle:
|
||
|
- yes
|
||
|
rm:
|
||
|
- app/libs/*.jar
|
||
|
extlibs:
|
||
|
- epublib/epublib-core-3.1.jar
|
||
|
|
||
|
MaintainerNotes: Replace epublib with recent srclib version!
|
||
|
|
||
|
AutoUpdateMode: None
|
||
|
UpdateCheckMode: None
|
||
|
CurrentVersion: '0'
|
||
|
CurrentVersionCode: 0
|
||
|
|
||
|
NoSourceSince: '0.3'
|