Lady Nicole
Lady Nicole
- Change 'DM' to use the same "not available" as the other options in the input selection box. - Move the text from the "not available" popup to strings.xml, rather...
Hey! These are a great set of notes, and I'm sure they'll be really helpful as a "cheat sheet" as you noted :) There are a few issues that I've...
To better support watering and removing plants from the user's garden, we should use the "recyclerview-selection" library to select plants. The idea is that, once plants can be selected, then...
Using guidance from [Styling internationalized text in Android](https://medium.com/androiddevelopers/styling-internationalized-text-in-android-f99759fb7b8f), it would be better to combine strings such as "watering_next_prefix" and "watering_next_suffix" to a single "watering_next" plural string. For example: ``` Watering...
Currently UAMP stuffs `Bitmap`s into the `MediaMetadataCompat` objects, but this makes the object use a lot more memory, and forces the use of low resolution images (which are then poorly...
At the moment, UAMP uses its own navigation solution. It would be beneficial to switch to using the [navigation component](https://developer.android.com/guide/navigation/navigation-getting-started).
Currently, [NowPlayingFragmentViewModel uses a handler](https://github.com/android/uamp/blob/f365cb00a68ad18aa2823ea808b346b9e58dac9d/app/src/main/java/com/example/android/uamp/viewmodels/NowPlayingFragmentViewModel.kt#L139-L145) to cause updates to the seekbar and text. It would be better to listen to the metadata + control callbacks and set an animator on...
The ExoPlayer team demonstrated offline playback at [Google I/O 2018](https://www.youtube.com/watch?v=svdq1BWl4r8). UAMP should implement offline playback.
Listening to music shouldn't require your phone. Build a UI and support for a stand alone Wear OS device. Potentially blocked by #225 given not all devices have cellular support.