anonymous
684e11d904
Translated using Weblate (German)
...
Currently translated at 86.4% (89 of 103 strings)
Translation: Otter/Otter Android app
Translate-URL: https://translate.funkwhale.audio/projects/otter/android/de/
4 years ago
Bread Factory
0bec180cc5
Translated using Weblate (Russian)
...
Currently translated at 100.0% (103 of 103 strings)
Translation: Otter/Otter Android app
Translate-URL: https://translate.funkwhale.audio/projects/otter/android/ru/
4 years ago
Bread Factory
89db2a3880
Added translation using Weblate (Russian)
4 years ago
Antoine POPINEAU
a7968e9a87
Fix dynamically changing between own music and all music. Dynamically reload all tabs instead of only active ones.
4 years ago
Antoine POPINEAU
5c684b6e67
Fixed audio focus stealing.
4 years ago
Antoine POPINEAU
85e9f14e2a
Cleaned up DisableableFrameLayout.
4 years ago
Antoine POPINEAU
1e62cc1f4e
Now Playing view: do not cancel fling event on touch, disable view behind it when opened.
4 years ago
Antoine POPINEAU
b0640cf1b2
Streamline the way the media session is controled across devices.
4 years ago
Antoine POPINEAU
e7cb5e4c6e
QueueNavigator now returns queue index.
4 years ago
Antoine POPINEAU
7035f073f2
Changed accent color.
4 years ago
Antoine POPINEAU
931cd0b42d
Stop PlayerService when logging out.
4 years ago
Antoine POPINEAU
ba31a4efcf
Some tracks do not have album, this fixes a crash trying to retrieve their album cover. Changed the placeholder album cover to be less aggressive to the eye.
4 years ago
Antoine POPINEAU
9fb9d45e05
Add favorite and info button in landscape Now Playing view.
4 years ago
Antoine POPINEAU
8d7836172b
Reorganized Now Playing view to be more legible.
4 years ago
Antoine POPINEAU
308e7d7567
Improve performance of recycler views and prevent flickering on state change.
4 years ago
Antoine POPINEAU
7d95618ff5
Allow track downloading from the search results.
4 years ago
Antoine POPINEAU
e4da4af3f3
Prevent keyboard to pop over result pages.
4 years ago
Antoine POPINEAU
b9e9272336
Optimized workflow between two searches.
4 years ago
Antoine POPINEAU
61fdb116ad
Fixed an issue where favorited tracks would not show up erroneously in track lists.
4 years ago
Antoine POPINEAU
d75e8ae17f
Add a dedicated support email on the Play Store. Mention GitHub and Matrix in the description [skip ci].
4 years ago
Antoine POPINEAU
dd86988518
Explicitely remove notification when paused and the app is swiped up.
4 years ago
Antoine POPINEAU
b6b9e4c053
Reattach the detached service notification when the app is swiped (if not playing) for it be removed with the application.
4 years ago
Antoine POPINEAU
eb6b7a807b
Fixed album position in track info and ensure safe callback to current recycler view.
4 years ago
Antoine POPINEAU
3a81d26cd9
Renamed some components to refer to Otter instead of Funkwhale.
4 years ago
Antoine POPINEAU
28949a8e17
Fixed loading wheel.
4 years ago
Antoine POPINEAU
bc1e911b41
Globalize the use of caching for main sections data, improved handling of loading more pages.
4 years ago
Antoine POPINEAU
57692f2e42
Added copyright and license information ( #58 ).
4 years ago
Antoine POPINEAU
fe224b097a
Re-enabled media session on service start. Do not condition radio resumption to having a cookie, since those are only valid when authenticated anonymously.
4 years ago
Antoine POPINEAU
080c07eeab
Specify in the app name when using a develop build.
4 years ago
Antoine POPINEAU
b34810d631
Allow media session resuming from media buttons when service is killed.
4 years ago
Antoine POPINEAU
b14b703f05
Fix an issue where always retrieving favorites from the network could be really costly and introduce stack overflows ( #60 ).
4 years ago
Antoine POPINEAU
4ecb607f45
Let the media session live when playback is paused.
...
As per Android policy and internal logic, we stopped the playback
foreground service when playback was paused. This made our PlayService
elligible for garbage collection by the OS. This had the consequences of
not allowing someone to pause playback and resume it after some time.
Android would always kill the service after around one minute.
This commit, on supported Android version (7.0+) detaches the
notification when stopping the foreground service, leaving the
notification in place even when the service is killed, allowing the user
to resume playback whenever they please.
We also had to move the MediaSession out of the service, for it to
remain alive between service killing and resurrection.
4 years ago
Antoine POPINEAU
a3f84cc56c
Add an application ID suffix for development versions.
4 years ago
Antoine POPINEAU
4b2cf10e78
Fix IO thread performing UI task on some occasion ( #59 ).
4 years ago
Antoine POPINEAU
5d397ab1fe
Sort radios, playlists and favorites by name.
4 years ago
Antoine POPINEAU
f3bbca9c27
Fixed caching of metadata.
4 years ago
Antoine POPINEAU
37d5c7b7be
Load data from network on resume if cached data is empty.
4 years ago
Antoine POPINEAU
97bb621d7f
Enable network security setting to allow for user-configured CAs.
4 years ago
Antoine POPINEAU
b2e6ec43a8
Improved loading of new and cached items.
...
Scrolling through large lists was a pain. The next page would only load
when the end of the list was reached, stopping the scroll action while the new
page was fetched.
This commits adds two items:
* Artists, albums and playlists do not refresh data on resume, only
using cached data until manually refreshed.
* When manually refreshed, we initially fetch a few pages instead
of only one. Also, on scroll, we try as best as we can to always keep
10 pages (pages as in screen estate) worth of data loaded.
4 years ago
Antoine POPINEAU
de0a494b43
Do not transform URLs to HTTPS now that we support cleartext connections.
4 years ago
Antoine POPINEAU
0facf09c94
Do not list artists without albums.
...
As of now, Otter cannot list albumless tracks (for example, tracks in
compilation, appearing under the original artist, but not part of an
album published by this artist). This created a lot of "empty" artists
(with no albums) in the Artists section of the app.
This may be rolled back if we are some day able to list "orphan"
tracks.
4 years ago
Antoine POPINEAU
2c4f8a4329
Added margin on the left of album release date.
4 years ago
Antoine POPINEAU
e17c706ae3
Release date can be null, changed model and added checks.
4 years ago
Antoine POPINEAU
37f4b1da9e
Sort artists and global albums by name/title. Sort an artist's albums by release date. Display the release year in the albums view ( #54 ).
4 years ago
Antoine POPINEAU
b0d7ff393d
Changed track metadata reporting method so it could work similarly across devices (notification, ambient display, lockscreen, watches, ...) ( #55 ).
4 years ago
Antoine POPINEAU
a3f74af076
Fixed tag regex so that CI kicks in on release.
4 years ago
Antoine POPINEAU
34ddef8489
Prepare 1.0.20: provide missing debug values.
4 years ago
Antoine POPINEAU
7f6b748032
Prepare 1.0.20: resized screenshots to be accepted by the Play Store.
4 years ago
Antoine POPINEAU
c5a63f88da
Merge branch 'master' into develop
4 years ago
Antoine POPINEAU
1a105654f0
Prepare 1.0.20.
4 years ago