summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/activity/SplashActivity.java
AgeCommit message (Collapse)Author
2024-03-31Restructure related UI classes together (#7044)ByteHamster
2023-01-13Branding upgrade (#6146)ByteHamster
2022-12-18Remove support for Android 4.4ByteHamster
2022-05-14Fix some deprecationsTacoTheDank
2022-02-27Move database to its own moduleByteHamster
2020-11-20Write to crash report file if app is unable to openByteHamster
2020-04-10Toast instead of crash on database downgradeByteHamster
2020-03-20Fixed jumping icon on splash screenByteHamster
2019-10-04Automatic AndroidX migrationByteHamster
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