Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation updated #131

Merged
merged 10 commits into from
May 29, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# AudioBook App
`Current Major Version : 6` , [`Privacy Policy for Published App`](http://privacy.audiobooks.allsoftdroid.com/)`

![AudioBook Feature UnitTest](https://github.com/pravinyo/AudioBook/workflows/AudioBook%20Feature%20UnitTest/badge.svg) ![AudioBook Dependency Graph Generator](https://github.com/pravinyo/AudioBook/workflows/AudioBook%20Dependency%20Graph%20Generator/badge.svg) ![Issues](https://img.shields.io/github/issues-closed/pravinyo/AudioBook) ![Closed Pull Request](https://img.shields.io/github/issues-pr-closed/pravinyo/AudioBook) ![top language](https://img.shields.io/github/languages/top/pravinyo/AudioBook) ![license](https://img.shields.io/github/license/pravinyo/AudioBook)

A small AudioBook Project with the purpose of exploring multi module and new libraries in android Development. Some of this exploration are:
Expand Down Expand Up @@ -29,6 +31,47 @@ This App is based on Single Activity Navigation. Each Fragment screen is develop
# Dependency Graph of the Project:
![AudioBook](/photos/dependencies_graph.png)

# Release: 6.2.0
## :star: New Features

- Added tooltip [#127](https://github.com/pravinyo/AudioBook/pull/127)
- Feature added for offline book playing and feature improvement [#116](https://github.com/pravinyo/AudioBook/pull/116)
- Crashlytics support [#113](https://github.com/pravinyo/AudioBook/pull/113), [#112](https://github.com/pravinyo/AudioBook/issues/112)
- My books UI added [#103](https://github.com/pravinyo/AudioBook/pull/103)
- Book details improved [#101](https://github.com/pravinyo/AudioBook/pull/101)
- Book management screen [#62](https://github.com/pravinyo/AudioBook/issues/62), [#57](https://github.com/pravinyo/AudioBook/issues/57), [#55](https://github.com/pravinyo/AudioBook/issues/55)

## :beetle: Bug Fixes

- multiple bug fixes [#126](https://github.com/pravinyo/AudioBook/pull/126)
- Fix downloads not clearing 120 issue [#130](https://github.com/pravinyo/AudioBook/pull/130)
- Fix booklist refresh [#129](https://github.com/pravinyo/AudioBook/pull/129)
- app is not loading list [#128](https://github.com/pravinyo/AudioBook/issues/128)
- read button is not working [#125](https://github.com/pravinyo/AudioBook/issues/125)
- button clicks are not responding [#124](https://github.com/pravinyo/AudioBook/issues/124)
- no visual indication for opening player screen [#123](https://github.com/pravinyo/AudioBook/issues/123)
- book time text is blank in book details [#122](https://github.com/pravinyo/AudioBook/issues/122)
- information bottom sheet is floating upward [#121](https://github.com/pravinyo/AudioBook/issues/121)
- Downloads are not clearing from downloads screen [#120](https://github.com/pravinyo/AudioBook/issues/120)
- App crash when canceling multiple downloads [#119](https://github.com/pravinyo/AudioBook/issues/119)
- replaced icon for listen later from book details [#118](https://github.com/pravinyo/AudioBook/issues/118)
- App state is lost when app is stopped by system [#114](https://github.com/pravinyo/AudioBook/issues/114)
- App crash on downloading [#108](https://github.com/pravinyo/AudioBook/issues/108)
- Main PLayer Ui bug [#107](https://github.com/pravinyo/AudioBook/issues/107)
- Downloads location issue [#106](https://github.com/pravinyo/AudioBook/issues/106), [#102](https://github.com/pravinyo/AudioBook/issues/102)
- UI bug in My Books screen [#105](https://github.com/pravinyo/AudioBook/issues/105)
- Fix remove download folder choice [#111](https://github.com/pravinyo/AudioBook/pull/111)
- fixed UI element bug [#110](https://github.com/pravinyo/AudioBook/pull/110)
- Fix main player ui issue [#109](https://github.com/pravinyo/AudioBook/pull/109)
- Fix issue 102 download location [#104](https://github.com/pravinyo/AudioBook/pull/104)
- Fix save state bug [#115](https://github.com/pravinyo/AudioBook/pull/115)

## :heart: Contributors

We'd like to thank all the contributors who worked on this release!

- [@pravinyo](https://github.com/pravinyo)

# Release: 5.5.2
## :star: New Features

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ object AndroidConfig {
const val TARGET_SDK_VERSION = 29
const val BUILD_TOOLS_VERSION = "29.0.0"

const val versionMajor = 5
const val versionMinor = 5
const val versionPatch = 2
var versionClassifier = "alpha"
const val versionMajor = 6
const val versionMinor = 2
const val versionPatch = 0
var versionClassifier = "SNAPSHOT"
const val isSnapshot = false

val VERSION_CODE = CodeVersionGenerator.generateVersionCode()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ class MetadataRepositoryImpl(
Timber.i("Response file size: ${result.item_size}")
_networkResponse.value = Event(NetworkState.COMPLETED)

Timber.i("Size:${result.metadata.title}")

/**
* Run with application scope
*/
Expand Down
4 changes: 2 additions & 2 deletions feature_settings/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<string name="title_miscellaneous">Miscellaneous</string>
<string name="preference_title_version">Version</string>
<string name="preference_title_licenses">Licenses</string>
<string name="privacy_page_url">https://github.com/pravinyo/AudioBook/blob/release/todo.txt</string>
<string name="privacy_page_url">http://privacy.audiobooks.allsoftdroid.com</string>
<string name="feedback_summary">Tell us what you liked/dislike about this App.</string>
<string name="privacy_summary">How your data is been used?</string>
<string name="licenses_summary">Check Third Part Licenses</string>
Expand All @@ -23,6 +23,6 @@
<string name="title_error_message">Title need at least 10 character long</string>
<string name="body_error_message">Description need at least 15 character long</string>
<string name="developer_mail">allsoftdroid@gmail.com</string>
<string name="intent_chooser_send_mail_label">Send Mail...</string>
<string name="intent_chooser_send_mail_label">Send Mail</string>
<string name="feedback_fragment_tag_label">fragment_feedback</string>
</resources>
47 changes: 0 additions & 47 deletions todo.txt

This file was deleted.