Skip to content

Commit 4e655a1

Browse files
authored
Add an Audiobook navigator based on MediaSession (#357)
1 parent 6f12ad9 commit 4e655a1

29 files changed

+502
-532
lines changed

test-app/r2-testapp/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ project.ext.versionCode = 1_000_000 * major + 10_000 * minor + 100 * patch + bui
3636

3737
android {
3838

39-
compileSdkVersion 30
39+
compileSdkVersion 31
4040
defaultConfig {
4141
minSdkVersion 21
42-
targetSdkVersion 30
42+
targetSdkVersion 31
4343

4444
applicationId "org.readium.r2reader"
4545

test-app/r2-testapp/src/main/AndroidManifest.xml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
1818
<uses-permission android:name="android.permission.INTERNET" />
1919
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
20+
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
2021

2122
<!-- android:networkSecurityConfig is required for r2-lcp-kotlin and r2-navigator-kotlin -->
2223
<application
@@ -193,9 +194,17 @@
193194
<activity
194195
android:name=".reader.VisualReaderActivity"
195196
android:label="Reader" />
196-
<activity
197-
android:name=".audiobook.AudiobookActivity"
198-
android:label="@string/title_activity_epub" />
197+
198+
<service android:name=".reader.AudiobookService"
199+
android:enabled="true"
200+
android:exported="true"
201+
android:stopWithTask="true"
202+
tools:ignore="ExportedService">
203+
204+
<intent-filter>
205+
<action android:name="android.media.browse.MediaBrowserService" />
206+
</intent-filter>
207+
</service>
199208
</application>
200209

201210
</manifest>
Lines changed: 143 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,143 @@
1+
{
2+
"@context": "https://readium.org/webpub-manifest/context.jsonld",
3+
"metadata": {
4+
"@type": "http://schema.org/Audiobook",
5+
"identifier": "https://librivox.org/flatland-a-romance-of-many-dimensions-by-edwin-abbott-abbott/",
6+
"title": "Flatland",
7+
"subtitle": "A Romance of Many Dimensions",
8+
"author": {"name": "Edwin Abbott Abbott", "sortAs": "Abbott, Abbott Edwin"},
9+
"narrator": "Ruth Golding",
10+
"language": "en",
11+
"description": "Flatland: A Romance of Many Dimensions is an 1884 science fiction novella by the English schoolmaster Edwin Abbott Abbott. As a satire, Flatland offered pointed observations on the social hierarchy of Victorian culture. However, the novella's more enduring contribution is its examination of dimensions; in a foreword to one of the many publications of the novella, noted science writer Isaac Asimov described Flatland as \"The best introduction one can find into the manner of perceiving dimensions.\" As such, the novella is still popular amongst mathematics, physics and computer science students. (Summary by Wikipedia)",
12+
"publisher": "Librivox",
13+
"subject": ["General Fiction", "Satire", "Science Fiction"],
14+
"modified": "2016-08-11T19:32:18Z",
15+
"published": "2008-10-12",
16+
"duration": 15153,
17+
"abridged": false,
18+
"schema:license": "https://creativecommons.org/publicdomain/zero/1.0/"
19+
},
20+
21+
"links": [
22+
{"rel": "self", "href": "https://readium.org/webpub-manifest/examples/Flatland/manifest.json", "type": "application/audiobook+json"},
23+
{"rel": "cover", "href": "https://www.archive.org/download/LibrivoxCdCoverArt12/Flatland_1109.jpg", "type": "image/jpeg", "height": 300, "width": 300},
24+
{"rel": "alternate", "href": "https://archive.org/download/flatland_rg_librivox/Flatland_64kb_librivox.m4b", "type": "audio/x-m4b", "bitrate": 64},
25+
{"rel": "alternate", "href": "http://www.archive.org/download/flatland_rg_librivox/flatland_rg_librivox_64kb_mp3.zip", "type": "application/zip"},
26+
{"rel": "alternate", "href": "http://www.archive.org/download/flatland_rg_librivox/flatland_rg_librivox_archive.torrent", "type": "application/x-bittorrent"}
27+
],
28+
29+
"readingOrder": [
30+
{"href": "http://www.archive.org/download/flatland_rg_librivox/flatland_1_abbott.mp3", "type": "audio/mpeg", "bitrate": 128, "duration": 1371, "title": "Part 1, Sections 1 - 3"},
31+
{"href": "http://www.archive.org/download/flatland_rg_librivox/flatland_2_abbott.mp3", "type": "audio/mpeg", "bitrate": 128, "duration": 1669, "title": "Part 1, Sections 4 - 5"},
32+
{"href": "http://www.archive.org/download/flatland_rg_librivox/flatland_3_abbott.mp3", "type": "audio/mpeg", "bitrate": 128, "duration": 1506, "title": "Part 1, Sections 6 - 7"},
33+
{"href": "http://www.archive.org/download/flatland_rg_librivox/flatland_4_abbott.mp3", "type": "audio/mpeg", "bitrate": 128, "duration": 1798, "title": "Part 1, Sections 8 - 10"},
34+
{"href": "http://www.archive.org/download/flatland_rg_librivox/flatland_5_abbott.mp3", "type": "audio/mpeg", "bitrate": 128, "duration": 1225, "title": "Part 1, Sections 11 - 12"},
35+
{"href": "http://www.archive.org/download/flatland_rg_librivox/flatland_6_abbott.mp3", "type": "audio/mpeg", "bitrate": 128, "duration": 1659, "title": "Part 2, Sections 13 - 14"},
36+
{"href": "http://www.archive.org/download/flatland_rg_librivox/flatland_7_abbott.mp3", "type": "audio/mpeg", "bitrate": 128, "duration": 2086, "title": "Part 2, Sections 15 - 17"},
37+
{"href": "http://www.archive.org/download/flatland_rg_librivox/flatland_8_abbott.mp3", "type": "audio/mpeg", "bitrate": 128, "duration": 2662, "title": "Part 2, Sections 18 - 20"},
38+
{"href": "http://www.archive.org/download/flatland_rg_librivox/flatland_9_abbott.mp3", "type": "audio/mpeg", "bitrate": 128, "duration": 1177, "title": "Part 2, Sections 21 - 22"}
39+
],
40+
41+
"toc": [
42+
{
43+
"href": "http://www.archive.org/download/flatland_rg_librivox/flatland_1_abbott.mp3#t=71",
44+
"title": "Part 1 - This World",
45+
"children": [
46+
{
47+
"href": "http://www.archive.org/download/flatland_rg_librivox/flatland_1_abbott.mp3#t=80",
48+
"title": "Section 1 - Of the Nature of Flatland"
49+
},
50+
{
51+
"href": "http://www.archive.org/download/flatland_rg_librivox/flatland_1_abbott.mp3#t=415",
52+
"title": "Section 2 - Of the Climate and Houses in Flatland"
53+
},
54+
{
55+
"href": "http://www.archive.org/download/flatland_rg_librivox/flatland_1_abbott.mp3#t=789",
56+
"title": "Section 3 - Concerning the Inhabitants of Flatland"
57+
},
58+
{
59+
"href": "http://www.archive.org/download/flatland_rg_librivox/flatland_2_abbott.mp3#t=18",
60+
"title": "Section 4 - Concerning the Women"
61+
},
62+
{
63+
"href": "http://www.archive.org/download/flatland_rg_librivox/flatland_2_abbott.mp3#t=882",
64+
"title": "Section 5 - Of our Methods of Recognizing one another"
65+
},
66+
{
67+
"href": "http://www.archive.org/download/flatland_rg_librivox/flatland_3_abbott.mp3#t=17",
68+
"title": "Section 6 - Of Recognition by Sight"
69+
},
70+
{
71+
"href": "http://www.archive.org/download/flatland_rg_librivox/flatland_3_abbott.mp3#t=948",
72+
"title": "Section 7 - Concerning Irregular Figures"
73+
},
74+
{
75+
"href": "http://www.archive.org/download/flatland_rg_librivox/flatland_4_abbott.mp3#t=17",
76+
"title": "Section 8 - Of the Ancient Practice of Painting"
77+
},
78+
{
79+
"href": "http://www.archive.org/download/flatland_rg_librivox/flatland_4_abbott.mp3#t=465",
80+
"title": "Section 9 - Of the Universal Colour Bill"
81+
},
82+
{
83+
"href": "http://www.archive.org/download/flatland_rg_librivox/flatland_4_abbott.mp3#t=1124",
84+
"title": "Section 10 - Of the Suppression of the Chromatic Sedition"
85+
},
86+
{
87+
"href": "http://www.archive.org/download/flatland_rg_librivox/flatland_5_abbott.mp3#t=17",
88+
"title": "Section 11 - Concerning our Priests"
89+
},
90+
{
91+
"href": "http://www.archive.org/download/flatland_rg_librivox/flatland_5_abbott.mp3#t=452",
92+
"title": "Section 12 - Of the Doctrine of our Priests"
93+
}
94+
]
95+
},
96+
{
97+
"href": "http://www.archive.org/download/flatland_rg_librivox/flatland_6_abbott.mp3#t=17",
98+
"title": "Part 2 - Other Worlds",
99+
"children": [
100+
{
101+
"href": "http://www.archive.org/download/flatland_rg_librivox/flatland_6_abbott.mp3#t=25",
102+
"title": "Section 13 - How I had a Vision of Lineland"
103+
},
104+
{
105+
"href": "http://www.archive.org/download/flatland_rg_librivox/flatland_6_abbott.mp3#t=802",
106+
"title": "Section 14 - How I vainly tried to explain the nature of Flatland"
107+
},
108+
{
109+
"href": "http://www.archive.org/download/flatland_rg_librivox/flatland_7_abbott.mp3#t=564",
110+
"title": "Section 15 - Concerning a Stranger from Spaceland"
111+
},
112+
{
113+
"href": "http://www.archive.org/download/flatland_rg_librivox/flatland_7_abbott.mp3#t=564",
114+
"title": "Section 16 - How the Stranger vainly endeavoured to reveal to me in words the mysteries of Spaceland"
115+
},
116+
{
117+
"href": "http://www.archive.org/download/flatland_rg_librivox/flatland_7_abbott.mp3#t=1728",
118+
"title": "Section 17 - How the Sphere, having in vain tried words, resorted to deeds"
119+
},
120+
{
121+
"href": "http://www.archive.org/download/flatland_rg_librivox/flatland_8_abbott.mp3#t=16",
122+
"title": "Section 18 - How I came to Spaceland, and what I saw there"
123+
},
124+
{
125+
"href": "http://www.archive.org/download/flatland_rg_librivox/flatland_8_abbott.mp3#t=981",
126+
"title": "Section 19 - How, though the Sphere shewed me other mysteries of Spaceland, I still desire more; and what came of it"
127+
},
128+
{
129+
"href": "http://www.archive.org/download/flatland_rg_librivox/flatland_8_abbott.mp3#t=2098",
130+
"title": "Section 20 - How the Sphere encouraged me in a Vision"
131+
},
132+
{
133+
"href": "http://www.archive.org/download/flatland_rg_librivox/flatland_9_abbott.mp3#t=18",
134+
"title": "Section 21 - How I tried to teach the Theory of Three Dimensions to my Grandson, and with what success"
135+
},
136+
{
137+
"href": "http://www.archive.org/download/flatland_rg_librivox/flatland_9_abbott.mp3#t=455",
138+
"title": "Section 22 - How I then tried to diffuse the Theory of Three Dimensions by other means, and of the result"
139+
}
140+
]
141+
}
142+
]
143+
}

test-app/r2-testapp/src/main/java/org/readium/r2/testapp/audiobook/AudioNavigatorFragment.kt

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

0 commit comments

Comments
 (0)