Commit graph

322 commits

Author SHA1 Message Date
advplyr
373221703d Update:Android download to internal storage option #635 2023-06-04 14:59:55 -05:00
advplyr
a8ac4970cc Update:Android downloads to use new API endpoint 2023-06-04 11:34:34 -05:00
advplyr
9acf695802 Remove file copy 2023-06-03 17:28:37 -05:00
advplyr
e6aaccfc74 Update:Android support storing downloads to internal app storage #635 2023-06-03 17:24:32 -05:00
advplyr
87c74fe78b Fix:Playback speed not persisting #532 2023-06-02 16:57:17 -05:00
advplyr
7dc319c1bd Fix:Android app widget updating #658 2023-06-02 16:29:52 -05:00
advplyr
a9ae7bfdb8 Update:Fix epub3 background color, increase padding on top of ereader 2023-06-01 17:19:16 -05:00
advplyr
9dcf22614c Update:Android remove stop action when notification cancelled 2023-06-01 16:28:25 -05:00
advplyr
c7564d439e Update:Android exoplayer version, target SDK to 33, remove stop button from notification 2023-05-31 17:43:54 -05:00
advplyr
157dc01673 Fix:Android close playback session on server when streaming 2023-05-27 17:20:01 -05:00
advplyr
b935cb5cf1 Fix:Android remove local sessions after sync 2023-05-25 17:23:35 -05:00
advplyr
7c739bf3bf Version bump 0.9.64-beta 2023-05-21 18:01:28 -05:00
advplyr
2c3dff3544 Add:EBook download and offline reading #187 #243 2023-05-21 15:02:49 -05:00
advplyr
78aade7694 Fix:Android delete empty author folder when removing item #701 2023-05-20 18:13:19 -05:00
advplyr
1b47c38efa Fix:Android sleep timer getting set to time left in media #659 2023-05-20 16:51:16 -05:00
advplyr
0448d20583 Update:Android disable check for updated progress when playing 2023-05-20 13:22:04 -05:00
advplyr
9386ae95a3 Fix set sleepTimerSessionId 2023-05-20 12:17:41 -05:00
advplyr
c530e0f7e3 Remove test log 2023-05-20 12:00:19 -05:00
advplyr
cb9e317e74 Initialize auto rewind time and update description 2023-05-20 11:56:36 -05:00
advplyr
8061ac0ced Fix auto rewind when check resetting sleep timer 2023-05-20 11:41:39 -05:00
hstephens
65b69cc020 fixed if statement syntax 2023-05-12 20:19:18 -06:00
hstephens
a3794a6a6a added check before setting state 2023-04-29 17:20:04 -06:00
hstephens
695ab84940 changed behavior for first timer set 2023-04-29 16:48:43 -06:00
hstephens
5399ec67d7 Added Auto Rewind on Sleep Timer setting 2023-04-29 15:38:51 -06:00
advplyr
d9a6ec65df Add deviceId to DeviceInfo for Android 2023-04-22 16:48:22 -05:00
advplyr
260363bf4f Fix:Android media widget initialize DB 2023-03-28 17:30:20 -05:00
Malte Jürgens
cdd7a1a636
add android:largeHeap to AndroidManifest.xml 2023-03-27 21:00:52 +02:00
advplyr
6584cd1522 Fix:Android auto sleep timer window #648 2023-03-26 16:43:24 -05:00
advplyr
15ccc7192e Fix:Android sleep timer reset volume when shake #626 2023-03-25 16:51:24 -05:00
advplyr
e4345a4438 Update:Raw cover on library item page, Android download raw cover #634 2023-03-19 17:13:33 -05:00
advplyr
3f4d564bad Fix:Add try/catch to initCastManager #480 2023-03-10 16:51:45 -06:00
advplyr
e711ada0b3 Fix:Center play button when locking ui #624 2023-03-10 15:37:42 -06:00
advplyr
87ca6018d3 Version bump 0.9.63 2023-03-06 16:11:20 -06:00
advplyr
04e233816d Android fix for playing items with no cover in development 2023-02-26 17:21:03 -06:00
advplyr
3ad1042b13 Fix:Android bluetooth controls for fast forward/rewind 2023-02-26 15:56:39 -06:00
advplyr
20cf5a6132
Merge pull request #597 from KeyboardHammer/widget
Android Home Screen Widget
2023-02-26 11:30:16 -06:00
advplyr
f5ca30620f Update android widget sizing, hide buttons on app close, and initialize when added 2023-02-26 11:26:34 -06:00
advplyr
0158ccc4c8 Hide widget action buttons when app closes 2023-02-25 18:13:03 -06:00
Alex
a5ba6c64c9 redo widget layout, hide buttons on force close 2023-02-25 18:02:20 -06:00
advplyr
960f75bfba Fix:Android cancel sleep timer resets volume #605 2023-02-25 09:28:22 -06:00
advplyr
83027a5787 Fix:Android local podcasts creating playback sessions with bad duration and displayTitle 2023-02-24 17:42:34 -06:00
Alex
bc6ef96465 Android Home Screen Widget 2023-02-21 22:20:49 -06:00
advplyr
9214fecc86 Version bump 0.9.62-beta 2023-02-19 14:51:34 -06:00
advplyr
4575c61118 Update:Android foreground service updates 2023-02-19 14:17:22 -06:00
advplyr
28989f536a Set up for android widget 2023-02-19 11:14:30 -06:00
advplyr
750c370692 Fix:Android download file with capital M4B extension 2023-02-18 10:08:10 -06:00
advplyr
2c2fac6e34 Update:Android download 3 audio files at a time #567 2023-02-17 16:24:08 -06:00
advplyr
05d7d0d0d8 Fix:Android re-scan folder removing/unlinking downloads 2023-02-17 15:49:53 -06:00
Lars Kiesow
127bf7d4e0
Automatic test and build app
This patch adds a GitHub Actions workflow which will automatically run
through all steps to build the Android version of the app. This is an
easy way of catching major build errors in pull requests or pushed
commits.

Additionally, this uploads the Android APK as build artifact. This
allows anyone to easily download any build for a while. That will make
it much easier for non-developers to participate in testing a new
version or a specific test since the no longer have to wait for a new
release.

The build artifacts are a bit tricky to find, but they are easy to point
out if anyone asks.
2023-02-12 01:21:16 +01:00
advplyr
86c5d1a3e9 Refresh media session connector actions when changing speed on app. Update rounding values for Android Auto speed icons 2023-02-07 16:10:02 -06:00