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
Age
Commit message (
Expand
)
Author
2018-03-13
Upgrade to Android Gradle Plugin v3.0.1 - bare minimal to get it built, ignor...
orionlee
2018-03-05
Merge pull request #2587 from jannic/pr
Martin Fietz
2018-03-04
Fix possible NPE accessing image.download_url
Jan Niehusmann
2018-02-04
Merge pull request #2557 from ocrow/develop
Martin Fietz
2018-02-04
Update CHANGELOG.md
Martin Fietz
2018-01-28
Fix for #2555 - can't open Preferences activity when there are stored WiFi co...
Oliver Crow
2018-01-24
Merge pull request #2550 from ByteHamster/download-range
Martin Fietz
2018-01-23
Hotfix for servers not accepting the Range header
ByteHamster
2018-01-22
Prepare for 1.6.4.5
1.6.4.5
Martin Fietz
2018-01-22
Merge pull request #2549 from AntennaPod/bugfix/corrupt-database
Martin Fietz
2018-01-22
Synchronize opening and closing of the database
Martin Fietz
2018-01-22
Merge pull request #2547 from ByteHamster/improve-export-naming
H. Lehmann
2018-01-22
Merge pull request #2546 from gaul/stringbuilder
Martin Fietz
2018-01-21
Improved export success wording (Closes #2545)
ByteHamster
2018-01-21
Merge branch 'develop' into stringbuilder
Martin Fietz
2018-01-21
Merge pull request #2537 from AntennaPod/refactor
Martin Fietz
2018-01-21
Prefer StringBuilder over StringBuffer
Andrew Gaul
2018-01-21
Change back to old implementation
Martin Fietz
2018-01-21
Use temporary StringBuilder for string concatenation in loop
Martin Fietz
2018-01-21
Revert "Use StringBuilder for string concatenation in loop"
Martin Fietz
2018-01-21
Remove useless comment
Martin Fietz
2018-01-21
Add missing spaces
Martin Fietz
2018-01-21
Inline variables
Martin Fietz
2018-01-21
Minor refactorings
Martin Fietz
2018-01-21
Fix style
Martin Fietz
2018-01-21
Merge branch 'develop' into refactor
Martin Fietz
2018-01-21
Update translations
Martin Fietz
2018-01-21
Merge pull request #2445 from ByteHamster/export
Martin Fietz
2018-01-21
Merge pull request #2543 from gaul/static-final
Martin Fietz
2018-01-21
Merge pull request #2542 from gaul/static-inner-class
Martin Fietz
2018-01-20
Make some static fields final
Andrew Gaul
2018-01-20
Make some inner classes static
Andrew Gaul
2018-01-19
PlayerStatus and playable fields cannot be final
Martin Fietz
2018-01-14
Add throws to avoid interface clash
Martin Fietz
2018-01-14
Variable cannot be final
Martin Fietz
2018-01-14
Remove catch for exception that is never thrown
Martin Fietz
2018-01-14
Merge folder configuration
Martin Fietz
2018-01-14
Lookup service via application context to avoid memory leak
Martin Fietz
2018-01-14
Remove unnecessary interface modifiers
Martin Fietz
2018-01-14
static modifier is redundant for inner enums
Martin Fietz
2018-01-14
Remove redundant throws clauses
Martin Fietz
2018-01-14
Add final modifiers
Martin Fietz
2018-01-14
Weaken declaration access
Martin Fietz
2018-01-14
Fix pointless arithmetic expression
Martin Fietz
2018-01-14
Use bulk operation instead of iteration
Martin Fietz
2018-01-14
Replace StringBuilder with String
Martin Fietz
2018-01-14
Use StringBuilder for string concatenation in loop
Martin Fietz
2018-01-14
Remove redundant call to 'String.format()'
Martin Fietz
2018-01-14
Remove redundant calls to toString()
Martin Fietz
2018-01-14
Replace manual array t collection copy
Martin Fietz
[next]