1
0
mirror of https://github.com/nvllsvm/Audinaut synced 2024-12-22 13:34:46 +01:00
Commit Graph

285 Commits

Author SHA1 Message Date
Robert Robinson
8cfae03550 Allow User Trusted Credentials
Subsonic/Ampache are self-hosted applications and should need to be able to support a user defined root certificate if that is installed on the android device.  The default of android applications is to ignore the user trusted credentials.  This patch overrides this by allowing certificates that are signed by certificates added by the user to their device.

See: https://developer.android.com/training/articles/security-config
2020-10-06 20:46:33 -06:00
Andrew Rabert
298a06ab5b optimize images
`oxipng --zopfli --opt max --strip all`
2020-09-21 16:53:03 -04:00
Andrew Rabert
a861e035ab
Merge pull request #90 from the-salami/dark-mode
change day/night themes to support dark mode setting on Android 10+
2020-07-09 18:54:56 -04:00
Morgan Lim
4598f849ff remove unused import added by IDE 2020-07-09 17:03:47 -04:00
Morgan Lim
d37a72b2a0 Remove default "light" value for theme in settings_appearance.xml. Change getTheme logic to give a default of day/night on Android 10+. 2020-07-09 17:01:34 -04:00
Andrew Rabert
e102dea3d3
Merge pull request #88 from the-salami/widget-fix
fix invisible back/forward buttons on widgets (#81)
2020-07-09 16:02:58 -04:00
Andrew Rabert
a69b1385c0
Merge pull request #89 from the-salami/notification-icon
change notification icon to vector audinaut logo
2020-07-09 16:02:52 -04:00
Morgan Lim
f506bfb14a Rename Day/Night and Day/Black to "Dynamic". On v28/Android Pie and lower, themes still change based on time of day. On Android 10 and up, theme changes in accordance with system dark mode setting. 2020-07-09 15:54:27 -04:00
Morgan Lim
0f525befca change notification small icon to a white version of the audinaut logo instead of a generic play icon. add additional info to metadata when constructing notification to add basic support for android R's new persistent media controls
(cherry picked from commit ad5615d2bd43b7afe388e08a6a2df07472656b89)
2020-07-09 15:20:35 -04:00
Morgan Lim
d3d6186fb7 define button images for forward/back in widget provider so they aren't invisible 2020-07-09 14:35:44 -04:00
Andrew Rabert
d10ea92edd Remove unnecessary getUser call 2020-05-22 17:53:44 -04:00
Andrew Rabert
d1f1331f35 Fix timeout pref 2020-04-30 13:13:25 -04:00
Andrew Rabert
4fd53e74c5 Release 0.5.1 2020-04-30 13:02:24 -04:00
Andrew Rabert
6704e05da2 Update deps 2020-04-30 12:56:41 -04:00
Andrew Rabert
e79aff9e98 Update deps 2020-04-30 12:56:14 -04:00
Andrew Rabert
ffa048177e
Merge pull request #66 from emaiannone/refactoring/aDoctor
Refactor Internal Setter smell in RecyclingImageView class
2020-04-30 12:55:58 -04:00
Andrew Rabert
f6d308c37c
Merge pull request #78 from simao/bugfix/71
Use settings from preferences for readTimeout
2020-04-30 12:54:53 -04:00
Simão Mata
3c17e91ca8 Use settings from preferences for readTimeout 2020-04-30 16:26:32 +02:00
Andrew Rabert
ec083cd79d
Merge pull request #73 from simao/sort-artists-offline-ci
Sort artists using case insensitive comparison when offline
2020-04-13 21:58:00 -04:00
Simão Mata
cfae0d30b5 Sort artists using case insensitive comparison when offline
Signed-off-by: Simão Mata <simao.mata@here.com>
2020-04-03 15:33:55 +02:00
Andrew Rabert
ecdae8c6e3 Fix switching to playlist on resume
Remove a bunch of unecessary code
2020-03-15 17:06:47 -04:00
Andrew Rabert
76efc2c62c Merge branch 'master' of github:nvllsvm/audinaut 2020-03-15 16:20:55 -04:00
Andrew Rabert
26848852ac
Merge pull request #72 from simao/start-scan-option
Start scan option
2020-03-14 11:36:40 -04:00
Simão Mata
377f21d732 Add option to force media scan on server 2020-03-14 10:41:34 +01:00
Simão Mata
8af307da28 Guard for null theme when getting them res 2020-03-14 10:40:13 +01:00
Andrew Rabert
3d7b173cb1 Update deps 2020-03-13 11:30:59 -04:00
Andrew Rabert
e7ea8d4dfc
Merge pull request #67 from dddddd-mmmmmm/issue-25
#25 Add null check to fix crash whilst offline
2020-01-26 18:43:30 -05:00
dddddd-mmmmmm
e2280304e4 #25 Add null check to fix crash whilst offline 2020-01-23 16:21:24 +11:00
emaiannone
061c318e05 Refactor Internal Setter smell in RecyclingImageView class 2020-01-19 09:59:20 +01:00
Andrew Rabert
8fc54ac68c Release version 0.5.0 2020-01-15 15:52:48 -05:00
Andrew Rabert
8f4d3be90b Updates 2020-01-15 15:43:28 -05:00
Andrew Rabert
a6a784037e
Merge pull request #65 from dddddd-mmmmmm/issue-26
issue-26: Add support for p= authentication method
2020-01-15 15:38:49 -05:00
dddddd-mmmmmm
2ed89ab72f Fix authMethod preference check 2020-01-14 09:14:32 +11:00
Andrew Rabert
d5b56eecdd
Merge pull request #64 from dddddd-mmmmmm/issue-48
issue-48: hide keyboard when switching to now playing
2020-01-13 11:01:02 -05:00
dddddd-mmmmmm
81086c4a3a Call hideKeyboard when Panel begins to slide. 2020-01-13 23:36:55 +11:00
dddddd-mmmmmm
02d94e1a6c Add hideKeyboard util method. 2020-01-13 23:36:35 +11:00
dddddd-mmmmmm
5141eb6e81 Use p= authentication parameter when authMethod is false. 2020-01-13 22:08:01 +11:00
dddddd-mmmmmm
4254c8ad9f Add authMethod preference 2020-01-13 22:06:45 +11:00
Andrew Rabert
bf9e9ad1e6
Merge pull request #63 from mlim15/mediaStyle-clean
Implement glennguy's MediaStyle notifications
2020-01-11 17:54:39 -05:00
Andrew Rabert
02a8b1909a
Merge pull request #62 from mlim15/master
Fix missing now playing icon on light theme
2020-01-11 17:51:53 -05:00
Morgan Lim
ff4a1f3b13 Remove unused import 2020-01-11 04:13:32 -05:00
Morgan Lim
153ccdd46a Manually define duration metadata as -1 to ensure mediastyle notification does not produce unimplemented seek bar on Android 10 2020-01-11 04:12:02 -05:00
Morgan Lim
507c9008aa Colorize MediaStyle notification from album art 2020-01-11 02:33:54 -05:00
Morgan Lim
35a112509e Implement glennguy's MediaStyle notifications daneren2005/Subsonic#914 2020-01-11 02:33:45 -05:00
Andrew Rabert
af89b8ea76
Merge pull request #61 from mlim15/vector-adaptive-icon
Change adaptive icon to use vector with shadow
2020-01-11 01:58:17 -05:00
Morgan Lim
0a84e9376a Fix missing now playing icon on light theme 2020-01-10 23:51:57 -05:00
Morgan Lim
717cab5dd5 Change adaptive icon to use vector with shadow 2020-01-10 20:55:02 -05:00
Andrew Rabert
13810a07a5 Revert "Extremely clumsy initial dark mode "support". This does nothing"
This reverts commit cf4ab6bf05.
2020-01-09 17:47:22 -05:00
Andrew Rabert
b147cc10dc
Merge pull request #60 from mlim15/bitrate-option
Add 24Kbps (equivalent to Spotify low) and 48Kbps options
2020-01-09 17:45:21 -05:00
mlim15
357cbd2ba1 Add 24Kbps (equivalent to Spotify low) and 48Kbps options for more fine-grained bitrate options 2020-01-09 13:44:19 -05:00