Commit Graph

992 Commits

Author SHA1 Message Date
Óscar García Amor d01266804c
Only push new original strings to Transifex
This avoid overwriting translated strings, but translations must be done
in Transifex.

Signed-off-by: Óscar García Amor <ogarcia@connectical.com>
2021-01-19 15:26:32 +01:00
Óscar García Amor 9908f76555
Add Fastlane structure. Closes #370
Signed-off-by: Óscar García Amor <ogarcia@connectical.com>
2021-01-19 13:51:36 +01:00
Óscar García Amor 6dbe9fb2cc
Fix translation problem with plurals in fr_FR
Signed-off-by: Óscar García Amor <ogarcia@connectical.com>
2021-01-19 09:32:02 +01:00
Óscar García Amor 3c0485c98b
Merge branch 'develop' 2021-01-19 09:07:22 +01:00
Óscar García Amor bda1deae2b
Bump version to 2.18.0
Signed-off-by: Óscar García Amor <ogarcia@connectical.com>
2021-01-19 08:52:13 +01:00
Óscar García Amor 4fdab06271
Added big fat warning about #310 in README.md
Signed-off-by: Óscar García Amor <ogarcia@connectical.com>
2021-01-19 08:33:57 +01:00
Óscar García Amor 193fa38dd0
Merge pull request #376 from nitehu/refactor/show_now_playing
Changed how the NowPlaying view is displayed and hidden
2021-01-15 09:14:09 +01:00
Nite 8ac0b28156
Merge branch 'develop' into refactor/show_now_playing 2021-01-14 09:49:12 +01:00
Nite 90090ba870
Changed how the NowPlaying view is displayed and hidden 2021-01-14 09:30:23 +01:00
Óscar García Amor 3c47ea890f
Bump version to 2.17.3
Signed-off-by: Óscar García Amor <ogarcia@connectical.com>
2021-01-13 08:51:20 +01:00
Nite 3749f30691
Fixed Genres list 2021-01-13 08:43:40 +01:00
Nite 20de65d1fd
Merge pull request #373 from nitehu/develop
Fixed Genres list
2021-01-12 17:08:54 +01:00
Nite b7bb0851db
Fixed Genres list 2021-01-12 16:51:31 +01:00
Óscar García Amor 7d779315e5
Merge pull request #365 from lbonn/no-sort-special-collections
Do not sort special collections
2020-12-29 16:48:13 +01:00
Óscar García Amor 3c9dcbc0a3
Merge branch 'develop' into no-sort-special-collections 2020-12-29 16:31:51 +01:00
Óscar García Amor 5839c804b3
Merge pull request #364 from lbonn/compare-path-fallback
Fall back to path when comparing tracks
2020-12-29 16:31:27 +01:00
lbonn f43c107269
Do not sort special collections
It does not make sense to sort:

- random songs
- recently added albums
- recently played albums
- most played albums
- top rated albums
- random albums

As the order returned by the server is more relevant in these cases

Signed-off-by: lbonn <bonnans.l@gmail.com>
2020-12-21 23:35:19 +01:00
lbonn 7af666037d
Fall back to path when comparing tracks
Tracks will be sorted by ascending path if neither album, disc and track
id can help.

This is helpful for browsing a loose collection of tracks tagged under
the same album.

Signed-off-by: lbonn <bonnans.l@gmail.com>
2020-12-21 22:20:35 +01:00
Óscar García Amor 0ce5a56051
Update CONTRIBUTING.md
Add a link with more info about sign commits.
2020-12-18 09:42:24 +01:00
Óscar García Amor 70f86441d1
Bump version to 2.17.2
Signed-off-by: Óscar García Amor <ogarcia@connectical.com>
2020-12-10 11:14:19 +01:00
Nite 41f9b4ad73
Merge pull request #361 from nitehu/fix/search_artist
Fixed artist items in search
2020-12-07 17:21:38 +01:00
Nite 543cb21cd1
Fixed artist items in search 2020-12-07 16:34:59 +01:00
Óscar García Amor d57248d160
Bump version to 2.17.1
Signed-off-by: Óscar García Amor <ogarcia@connectical.com>
2020-11-30 09:14:25 +01:00
Nite e446785d0e
Merge pull request #358 from nitehu/fix/api29
Updated API to 29, fixed failing tests
2020-11-30 08:50:45 +01:00
Nite fe120a0bf2
Updated API to 29, fixed failing tests 2020-11-29 13:25:06 +01:00
Óscar García Amor 51cdbe7084
Add the new translations to resConfigs 2020-11-29 12:35:12 +01:00
Óscar García Amor 74b484fc1d
Bump version to 2.17.0
Signed-off-by: Óscar García Amor <ogarcia@connectical.com>
2020-11-29 11:51:19 +01:00
Óscar García Amor 3afecf5fea
Merge branch 'translations' into develop 2020-11-29 11:47:14 +01:00
Óscar García Amor 5796e25923
Add new transifex translations 2020-11-29 11:40:42 +01:00
Óscar García Amor b471b9cad0
Merge branch 'nitehu-refactor/artist_list' into develop 2020-11-29 11:11:30 +01:00
Nite d98360d3fe
Really fixed getSectionName 2020-11-28 13:51:51 +01:00
Nite 7068477e23
Fixed getSectionName 2020-11-28 13:33:29 +01:00
Nite c10d08b862
Added translation for new strings 2020-11-27 16:13:00 +01:00
Nite 4336e8e243
Added setting to show artist picture 2020-11-25 20:00:12 +01:00
Nite a3c4815a07
Fixed Artist row layout
Changed Unknown image
2020-11-24 18:19:58 +01:00
Nite b3db46b1ab
Fixed ktlint errors 2020-11-23 14:02:18 +01:00
Nite 7dcaf5b1a6
Added Fastscroll Library with section popup support
Fixed collation for the sorting of tha Artist list
2020-11-23 13:55:28 +01:00
Nite 47e5675d1e
Added coverArt images to Artists
Minor fixes
2020-11-18 21:46:46 +01:00
Nite 34a6413f10
Migrated SelectArtistActivity to Kotlin
Updated SelectArtistActivity to use RecyclerView
Changed old progress display to use SwipeRefreshLayout's spinner
Added alphabetic side index
Enabled RecyclerView's FastScroll
2020-11-16 19:14:44 +01:00
Óscar García Amor 6aa29d54fe
Bump version to 2.16.0
Signed-off-by: Óscar García Amor <ogarcia@connectical.com>
2020-11-07 11:20:18 +01:00
Nite 74d0c678df
Merge pull request #350 from nitehu/feature/single_button_play_pause
Implemented single button play/pause support for old Bluetooth devices
2020-11-06 18:23:56 +01:00
Nite 92f01fec26
Implemented single button play/pause support for old Bluetooth devices 2020-11-06 18:08:36 +01:00
Óscar García Amor a426b897e3
Merge pull request #347 from ultrasonic/bigger-star-icon
Set the star icon BIGGER
2020-11-05 13:04:29 +01:00
Óscar García Amor be3f9c4b15
Set the star icon BIGGER
Signed-off-by: Óscar García Amor <ogarcia@connectical.com>
2020-11-05 12:54:34 +01:00
Óscar García Amor 7813c0373d
Merge pull request #346 from ultrasonic/improve-player
Improve player layout
2020-11-05 08:34:41 +01:00
Óscar García Amor 3fca8bd7a5
Improve landscape player view
Signed-off-by: Óscar García Amor <ogarcia@connectical.com>
2020-11-04 21:20:57 +01:00
Óscar García Amor fb2dab0a25
Reorder elements in player view
Signed-off-by: Óscar García Amor <ogarcia@connectical.com>
2020-11-04 21:00:16 +01:00
Óscar García Amor 8d45a3d106
Merge branch 'nitehu-fix/icon_sizes' into develop 2020-11-04 18:22:17 +01:00
Óscar García Amor 3f6c45f25f
Make media icons even BIGGER
Signed-off-by: Óscar García Amor <ogarcia@connectical.com>
2020-11-04 18:21:42 +01:00
Nite d98f64ed25
Fixed too small icons and margins 2020-11-04 16:51:45 +01:00