Abestanis

Results 72 issues of Abestanis

## Question Is there support for encrypting the messages of the Telegram bridge bot? ### Description First of all, thank you for this very awesome bridge! I'm currently setting it...

*I'm opening this as a draft so you can see what I'm working on right now. Once the remaining issues are resolved I will mark this as ready for review.*...

Looks like this was somehow missed in #63. I ran the update goldens action at least ten times, it looks like this is not just a flaky change. It's consistent...

Sort the tracks in an album by track number or fall back on the title. | Before | After | |--------|-------| | ![Unsorted album tracks](https://user-images.githubusercontent.com/6966049/175792030-d3bd1a28-63bc-4708-81ed-e022c1e21973.png) | ![Sorted album tracks](https://user-images.githubusercontent.com/6966049/175792034-90bdb12f-3ca8-4481-8c6c-bf3f8019e08a.png) |...

This improves the user experience when switching the `Use Android system for favorite tracks` setting. This is a continuation of my proposal in https://github.com/nt4f04uNd/sweyer/pull/34#discussion_r878749919. With this change, when user enables...

This fixes the layout issues seen when the system font size is increased. The `math.max` makes sure that the `kSongTileHeight` doesn't get too small. This is not the most elegant...

### Steps to reproduce 1. Make sure Sweyer is not running (force close the app). 2. Trigger a [`KEYCODE_MEDIA_PLAY` event](https://developer.android.com/reference/android/view/KeyEvent#KEYCODE_MEDIA_PLAY) or [`KEYCODE_MEDIA_PLAY_PAUSE` event](https://developer.android.com/reference/android/view/KeyEvent#KEYCODE_MEDIA_PLAY_PAUSE), e.g. press the play button on a...

bug

### Steps to reproduce 1. Increase the system font size in the Android settings. (Anything that causes a `MediaQuery.textScaleFactor >= 1.1`) 2. Open the app. ### What did you expect?...

bug

After creating a playlist, it currently takes two additional clicks to add tracks to the new playlist. ![Creating a playlist](https://user-images.githubusercontent.com/6966049/169151332-affebab8-d95f-4898-903f-4dee8e64c2ad.gif) Given that most people would probably like to fill a...

enhancement

Removing all items from a queue reverts the queue to an `All tracks` queue and fills it with all tracks. ![Removing item from queue reverts queue to all tracks](https://user-images.githubusercontent.com/6966049/169145518-258d0c5e-ccc6-4860-a5e3-204e965777b5.gif) This...

enhancement