Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-03 | Merge pull request #2859 from ByteHamster/glide-48 | H. Lehmann | |
Upgraded Glide to version 4.8.0 | |||
2019-01-03 | Fixed loading embedded picture | ByteHamster | |
2019-01-03 | Fixed flickering caused by handler | ByteHamster | |
2019-01-03 | Encapsulated CoverTarget | ByteHamster | |
2019-01-03 | Switched splash screen start | ByteHamster | |
The splash screen was added to prevent seeing the "non-ready" MainActivity. If the splash is closed before showing MainActivity, the splash does nothing in most cases, just flashes the screen blue for a few milliseconds. After that, you see MainActivity just as it was before adding the splash. | |||
2018-12-26 | Code style | ByteHamster | |
2018-12-26 | Merge branch 'develop' into rxjava2 | ByteHamster | |
2018-12-23 | Do not crash | ByteHamster | |
2018-12-23 | Merge branch 'develop' into glide-48 | H. Lehmann | |
2018-12-03 | Merge pull request #2915 from ahangarha/RTL-enhancement | H. Lehmann | |
Improve RTL support | |||
2018-12-01 | force LTR dir for play controls | Mostafa Ahangarha | |
2018-12-01 | Fix padding and margin | Mostafa Ahangarha | |
2018-12-01 | replave right with end for gravity attr | Mostafa Ahangarha | |
2018-12-01 | force LTR dir for progressBar | Mostafa Ahangarha | |
2018-12-01 | Added margenLeft for wider support | Mostafa Ahangarha | |
2018-12-01 | force LTR dir for play btn | Mostafa Ahangarha | |
2018-11-30 | Force LTR in playing btns | Mostafa Ahangarha | |
Force LTR direction for keeping consistancy in playing experience across all apps | |||
2018-11-30 | Force LTR direction | Mostafa Ahangarha | |
Playing btns should remain in LTR direction to keep consistancy in playing media experience across applications. | |||
2018-11-30 | Use a resoruce array for fragments tags | Petar Kukolj | |
2018-11-30 | Fix NPE when selecting Go to page for the first time | Petar Kukolj | |
2018-11-29 | fix icon margin in main menu | Mostafa Ahangarha | |
2018-11-29 | Fix margin for author | Mostafa Ahangarha | |
2018-11-28 | Merge pull request #2904 from qkolj/back-button | H. Lehmann | |
Add configurable behavior of the back button | |||
2018-11-23 | Improve RTL support | Mostafa Ahangarha | |
For all the layout elements having margin, padding,... to right or left, releavnt start/end property is added so all the elements are supposed to be displayed properly in RTL mode. There are still minor issues related to some icons such as play, ff and rev. This issue must be addressed separately in future. | |||
2018-11-22 | Fix coding style problems | Petar Kukolj | |
2018-11-20 | Fix not going back on child fragments | Petar Kukolj | |
2018-11-17 | Use fragment tags instead of position indexes for saving chosen fragment | Petar Kukolj | |
2018-11-16 | #2878: fix episode screen context menu is applied on wrong feed item during ↵ | orionlee | |
refresh | |||
2018-11-16 | Add tests for back button behaviors | Petar Kukolj | |
2018-11-15 | Add go to page option | Petar Kukolj | |
2018-11-14 | Add configurable behavior of the back button | Petar Kukolj | |
This PR allows users to change how the back button functions. Closes #2196 Possible choices are following: - **Default** - back button functions how it currently functions (closes the app if there is nowhere to go back to) - **Open navigation drawer** - back button always opens the navigation drawer instead of closing the app - **Double tap to exit** - like default, but requires two taps to close the app - **Confirm to exit** - like default, but prompts user if they really want to exit | |||
2018-11-11 | Merge pull request #2870 from ByteHamster/tests-fix | Martin Fietz | |
Updated tests | |||
2018-11-11 | Prepare 1.7.1 release1.7.1 | Martin Fietz | |
2018-11-11 | Minor changes to proguard rules | Martin Fietz | |
2018-11-07 | Prepare 1.7.1-RC1 | Martin Fietz | |
2018-10-21 | Updated tests | ByteHamster | |
2018-10-21 | Merge branch 'develop' into glide-48 | H. Lehmann | |
2018-10-21 | Merge pull request #2868 from mfietz/feature/2849-fix-code-warnings | Martin Fietz | |
Feature/2849 fix code warnings | |||
2018-10-21 | Merge branch 'develop' into settings_icon_fix | Martin Fietz | |
2018-10-21 | Remove redundant type casts | egsavage | |
2018-10-21 | Optimize imports | egsavage | |
2018-10-21 | Merge pull request #2854 from gaul/error-prone | Martin Fietz | |
Fix error-prone errors | |||
2018-10-21 | Merge pull request #2863 from ByteHamster/mark-all-below | Martin Fietz | |
Allow to select all above/below in batch editor | |||
2018-10-20 | Merge branch 'develop' | Martin Fietz | |
2018-10-20 | Prepare 1.7.01.7.0 | Martin Fietz | |
2018-10-20 | Merge pull request #2861 from ByteHamster/pref-expanded-notification | Martin Fietz | |
Hiding expand notification preference on API 26 | |||
2018-10-20 | Update translations | Martin Fietz | |
2018-10-16 | Allow to select all above in batch editor | ByteHamster | |
2018-10-15 | Hiding expand notification preference on API 26 | ByteHamster | |
2018-10-14 | Upgraded Glide to version 4.8.0 | ByteHamster | |