- May 07, 2024
-
-
Umut Solmaz authored
Currently translated at 100.0% (127 of 127 strings) Translation: Funkwhale/Funkwhale For Android Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/ffa/tr/
-
josé m authored
Currently translated at 100.0% (127 of 127 strings) Translation: Funkwhale/Funkwhale For Android Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/ffa/gl/
-
- May 06, 2024
-
-
Umut Solmaz authored
-
- Apr 12, 2024
-
-
Bruno-Van-den-Bosch authored
Currently translated at 100.0% (127 of 127 strings) Translation: Funkwhale/Funkwhale For Android Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/ffa/nl/
-
- Feb 22, 2024
-
-
RenovateBot authored
Part-of: <!347>
-
Part-of: <!346>
-
Seed the login screen with saved host name, checkboxes. Part-of: <!342>
-
When an unrecoverable authentication error occurs, automatically log the user out. This seems better than leaving the user wondering why the UI is unresponsive or why each track they try to play fails with a quickly disappearing toast. Unrecoverable authentication errors typically mean the server has timed out the session out or the session token has been deleted on the server. Tokens expire after 14 days without use. Part-of: <!342>
-
Part-of: <!345>
-
Part-of: <!344>
-
Hugh Daschbach authored
If the user opens the NowPlayingBottomSheet whilst playing a non empty queue, leave the BottomSheet open at the end of the playing track. Part-of: <!343>
-
- Jan 25, 2024
-
-
RenovateBot authored
Part-of: <!341>
-
- Dec 30, 2023
-
-
Bruno-Van-den-Bosch authored
Currently translated at 100.0% (127 of 127 strings) Translation: Funkwhale/Funkwhale For Android Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/ffa/nl/
-
mittwerk authored
Currently translated at 100.0% (127 of 127 strings) Translation: Funkwhale/Funkwhale For Android Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/ffa/ru/
-
- Dec 17, 2023
-
-
mittwerk authored
Currently translated at 100.0% (127 of 127 strings) Translation: Funkwhale/Funkwhale For Android Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/ffa/ru/
-
- Dec 15, 2023
-
-
Hugh Daschbach authored
Gradle now fetches command line tools 30.0.3.
-
Hugh Daschbach authored
Gradle 8 requires JDK version 11. Update build class path to pick up new Gradle version.
-
- Dec 12, 2023
-
-
RenovateBot authored
-
Georg Krause authored
-
Georg Krause authored
-
Aitor authored
Currently translated at 100.0% (127 of 127 strings) Translation: Funkwhale/Funkwhale For Android Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/ffa/eu/
-
- Dec 09, 2023
-
-
Georg Krause authored
-
- Dec 06, 2023
-
-
josé m authored
Currently translated at 99.2% (126 of 127 strings) Translation: Funkwhale/Funkwhale For Android Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/ffa/gl/
-
Thomas authored
Currently translated at 100.0% (127 of 127 strings) Translation: Funkwhale/Funkwhale For Android Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/ffa/fr/
-
- Nov 15, 2023
-
-
Hugh Daschbach authored
-
-
- Nov 08, 2023
-
-
Workaround to fix issue #148: authentication failure to redirect back to FFA. Google issue tracker: https://issuetracker.google.com/issues/210886001 Workaround suggested by AppAuth: https://github.com/openid/AppAuth-Android/issues/977#issuecomment-1785604118
-
- Nov 07, 2023
-
-
With landscape view enabled (e.g. e06b2c7d) in the app and auto rotation enabled on the phone, switching between portrait and landscape orientations leaks instances of MainActivity. This prevents garbage collection of not just the MainActivity object, but fragments and other objects referenced by the Activity. This is caused by repositories, the AppContext instance, the player service, and authentication code maintaining a reference to the context which with they are initialized. So rather than initialize these with an Activity context, pass them the Application context. Activities are torn down and rebuilt on screen rotation. The Application context is not. To enable instantiation of the FavoritedRepository with the Application context, delay that repository’s initialization until first use. This ensures the Application context is fully initialized. It is not fully initialized until the MainActivity has been fully initialized.
-
Adopting AndroidStudio suggestion to help those of us with fat fingers.
-
With the BottomSheet open, while trying to tap one of the controls (esp. add to playlist and favorite buttons) it is easy to miss the touch point and tap directly on the BottomSheet. This tap bleeds through to whatever fragment is currently displayed in the navigation area (Artist, Album, Playlists, etc.). That tap changes the view in the navigation panel. For example, if the Artist fragment it current, it will open a list of the artists albums. That change may be surprising when the BottomSheet is toggled closed. So, ignore BottomSheet taps outside the active controls.
-
Having changed the context object in CoverArt from a received function parameter to an initialization time derived variable, withContext no longer needs a Context parameter. That leaves the method misnamed. So rename withContext -> requestCreator and drop the first parameter.
-
Address "java.lang.IllegalStateException: Too many receivers" exceptions. (See Issue #145). Each new Picasso object registers its own NetworkBroadcastReceiver. Worse, we create a new Picasso object each time we transform an AlbumCover image. So do not create unnecessary Picasso objects. Rather than depend on receiving a Context object when called to load an cover art, fetch the Application context as returned from FFA.get() at singleton construction time. The Application context is long lived. This has an additional advantage. Not generation new Picasso objects for each CoverArt image avoids holding a reference to an object that cannot, later, be garbage collected.
-
- Nov 06, 2023
-
-
Hugh Daschbach authored
-
Hugh Daschbach authored
-
-
- Oct 02, 2023
-
-
Christophe Henry authored
-
- Sep 28, 2023
-
-
Christophe Henry authored
-
- Sep 27, 2023
-
-
Christophe Henry authored
-
- Sep 18, 2023
-
-
Christophe Henry authored
-