index
:
AntennaPod
add_dot_yamllint
develop
fix/import_isnt_export
fix/import_isnt_export-3.6.0
fix/inform_on_db_moved
fix/inform_on_db_moved-3.6.0
master
A podcast manager for Android
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
src
/
main
/
java
/
de
/
danoeh
/
antennapod
/
fragment
/
EpisodesFragment.java
Age
Commit message (
Expand
)
Author
2022-05-03
Rename 'new' screen to inbox (#5460)
ByteHamster
2022-02-26
Move statistics screens to new module
ByteHamster
2021-08-08
Live results in local search
ByteHamster
2021-02-16
Fixed disappearing drawer toggle
ByteHamster
2020-11-01
Reduced lag when switching tabs
ByteHamster
2020-11-01
Converted pagers to stand-alone toolbar
ByteHamster
2020-09-18
Fixed pages forgetting scroll position when switching tabs
ByteHamster
2020-04-21
Disable downloads and episodes view tab position restore animation
Ebrahim Byagowi
2020-04-21
Restore current tab right after downloads and episodes views creation
Ebrahim Byagowi
2020-04-21
Use constants instead hardcoded numbers in view pagers adapters
Ebrahim Byagowi
2020-04-21
Add default cases for switches lack them
Ebrahim Byagowi
2020-04-21
Port pager_fragment users to ViewPager2
Ebrahim Byagowi
2020-03-15
Moved Toolbar to individual Fragments
ByteHamster
2020-02-19
Fixed flashing refresh button
ByteHamster
2019-10-04
Automatic AndroidX migration
ByteHamster
2019-08-30
Extracted episodes fragment
ByteHamster
2018-10-21
Remove redundant type casts
egsavage
2018-04-09
Split up two different uses of the string 'New'
ByteHamster
2018-01-14
Add final modifiers
Martin Fietz
2018-01-14
Weaken declaration access
Martin Fietz
2017-04-17
Only allow menu invalidations from active fragment
ByteHamster
2015-09-20
basic favorite functionality
Tom Hennen
2015-09-07
update re-use old string, update tests
Tom Hennen
2015-09-07
tabs fill all space and are remembered
Tom Hennen
2015-09-07
normalized how we were using tab layouts between different fragments.
Tom Hennen
2015-09-07
fix messed up ItemFragment toolbar
Tom Hennen
2015-09-07
Collapsed All and New Episodes in to 'Episodes' using tabs
Tom Hennen
2015-09-07
changed method of tab use
Tom Hennen
2015-09-07
episodes fragment with tabs. layout of item info is messed up for some reason.
Tom Hennen