Skip to content

Commit 41ecdfd

Browse files
authored
Merge pull request #132 from pravinyo/development
Documentation updated
2 parents 5e5aeff + 33a6ce9 commit 41ecdfd

File tree

5 files changed

+49
-55
lines changed

5 files changed

+49
-55
lines changed

README.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# AudioBook App
2+
`Current Major Version : 6` , [`Privacy Policy for Published App`](http://privacy.audiobooks.allsoftdroid.com/)`
3+
24
![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)
35

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

34+
# Release: 6.2.0
35+
## :star: New Features
36+
37+
- Added tooltip [#127](https://github.com/pravinyo/AudioBook/pull/127)
38+
- Feature added for offline book playing and feature improvement [#116](https://github.com/pravinyo/AudioBook/pull/116)
39+
- Crashlytics support [#113](https://github.com/pravinyo/AudioBook/pull/113), [#112](https://github.com/pravinyo/AudioBook/issues/112)
40+
- My books UI added [#103](https://github.com/pravinyo/AudioBook/pull/103)
41+
- Book details improved [#101](https://github.com/pravinyo/AudioBook/pull/101)
42+
- 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)
43+
44+
## :beetle: Bug Fixes
45+
46+
- multiple bug fixes [#126](https://github.com/pravinyo/AudioBook/pull/126)
47+
- Fix downloads not clearing 120 issue [#130](https://github.com/pravinyo/AudioBook/pull/130)
48+
- Fix booklist refresh [#129](https://github.com/pravinyo/AudioBook/pull/129)
49+
- app is not loading list [#128](https://github.com/pravinyo/AudioBook/issues/128)
50+
- read button is not working [#125](https://github.com/pravinyo/AudioBook/issues/125)
51+
- button clicks are not responding [#124](https://github.com/pravinyo/AudioBook/issues/124)
52+
- no visual indication for opening player screen [#123](https://github.com/pravinyo/AudioBook/issues/123)
53+
- book time text is blank in book details [#122](https://github.com/pravinyo/AudioBook/issues/122)
54+
- information bottom sheet is floating upward [#121](https://github.com/pravinyo/AudioBook/issues/121)
55+
- Downloads are not clearing from downloads screen [#120](https://github.com/pravinyo/AudioBook/issues/120)
56+
- App crash when canceling multiple downloads [#119](https://github.com/pravinyo/AudioBook/issues/119)
57+
- replaced icon for listen later from book details [#118](https://github.com/pravinyo/AudioBook/issues/118)
58+
- App state is lost when app is stopped by system [#114](https://github.com/pravinyo/AudioBook/issues/114)
59+
- App crash on downloading [#108](https://github.com/pravinyo/AudioBook/issues/108)
60+
- Main PLayer Ui bug [#107](https://github.com/pravinyo/AudioBook/issues/107)
61+
- Downloads location issue [#106](https://github.com/pravinyo/AudioBook/issues/106), [#102](https://github.com/pravinyo/AudioBook/issues/102)
62+
- UI bug in My Books screen [#105](https://github.com/pravinyo/AudioBook/issues/105)
63+
- Fix remove download folder choice [#111](https://github.com/pravinyo/AudioBook/pull/111)
64+
- fixed UI element bug [#110](https://github.com/pravinyo/AudioBook/pull/110)
65+
- Fix main player ui issue [#109](https://github.com/pravinyo/AudioBook/pull/109)
66+
- Fix issue 102 download location [#104](https://github.com/pravinyo/AudioBook/pull/104)
67+
- Fix save state bug [#115](https://github.com/pravinyo/AudioBook/pull/115)
68+
69+
## :heart: Contributors
70+
71+
We'd like to thank all the contributors who worked on this release!
72+
73+
- [@pravinyo](https://github.com/pravinyo)
74+
3275
# Release: 5.5.2
3376
## :star: New Features
3477

buildSrc/src/main/java/com/allsoftdroid/buildsrc/AndroidConfig.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ object AndroidConfig {
66
const val TARGET_SDK_VERSION = 29
77
const val BUILD_TOOLS_VERSION = "29.0.0"
88

9-
const val versionMajor = 5
10-
const val versionMinor = 5
11-
const val versionPatch = 2
12-
var versionClassifier = "alpha"
9+
const val versionMajor = 6
10+
const val versionMinor = 2
11+
const val versionPatch = 0
12+
var versionClassifier = "SNAPSHOT"
1313
const val isSnapshot = false
1414

1515
val VERSION_CODE = CodeVersionGenerator.generateVersionCode()

feature_book_details/src/main/java/com/allsoftdroid/feature/book_details/data/repository/MetadataRepositoryImpl.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ class MetadataRepositoryImpl(
7676
Timber.i("Response file size: ${result.item_size}")
7777
_networkResponse.value = Event(NetworkState.COMPLETED)
7878

79-
Timber.i("Size:${result.metadata.title}")
80-
8179
/**
8280
* Run with application scope
8381
*/

feature_settings/src/main/res/values/strings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<string name="title_miscellaneous">Miscellaneous</string>
1111
<string name="preference_title_version">Version</string>
1212
<string name="preference_title_licenses">Licenses</string>
13-
<string name="privacy_page_url">https://github.com/pravinyo/AudioBook/blob/release/todo.txt</string>
13+
<string name="privacy_page_url">http://privacy.audiobooks.allsoftdroid.com</string>
1414
<string name="feedback_summary">Tell us what you liked/dislike about this App.</string>
1515
<string name="privacy_summary">How your data is been used?</string>
1616
<string name="licenses_summary">Check Third Part Licenses</string>
@@ -23,6 +23,6 @@
2323
<string name="title_error_message">Title need at least 10 character long</string>
2424
<string name="body_error_message">Description need at least 15 character long</string>
2525
<string name="developer_mail">[email protected]</string>
26-
<string name="intent_chooser_send_mail_label">Send Mail...</string>
26+
<string name="intent_chooser_send_mail_label">Send Mail</string>
2727
<string name="feedback_fragment_tag_label">fragment_feedback</string>
2828
</resources>

todo.txt

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)