summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/activity/SplashActivity.java
AgeCommit message (Collapse)Author
2019-01-03Switched splash screen startByteHamster
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-09-30Migrate rxjava to version 2Martin Fietz
2018-08-06Database access threading (#2781)H. Lehmann
2016-12-03Add branded launch screen.VarunBarad