NewPipe/app/src/main/java/org/schabi/newpipe
Stypox 397f93b079
Prevent exception from being serialized in ErrorInfo
The wrong @Decorator was put in the wrong place to mark the throwable fieldd as transient, now this is fixed and the exception is not serialized. So if a non-serializable throwable is passed, that's not an issue, since it's not going to be serialized. The need for EnsureExceptionSerializable is also gone.
2021-12-04 10:36:36 +01:00
..
about Fixed the app restarting not working properly 2021-09-06 20:47:44 +02:00
database No more reaction to unnecessary feed db-changes 2021-11-15 20:21:23 +01:00
download Replace ErrorActivity with ErrorUtil 2021-12-04 10:36:36 +01:00
error Prevent exception from being serialized in ErrorInfo 2021-12-04 10:36:36 +01:00
fragments Replace ErrorActivity with ErrorUtil 2021-12-04 10:36:36 +01:00
info_list Replace ErrorActivity with ErrorUtil 2021-12-04 10:36:36 +01:00
ktx Fixed StackOverflow 2021-11-15 20:22:17 +01:00
local Prevent exception from being serialized in ErrorInfo 2021-12-04 10:36:36 +01:00
player Prevent exception from being serialized in ErrorInfo 2021-12-04 10:36:36 +01:00
settings Replace ErrorActivity with ErrorUtil 2021-12-04 10:36:36 +01:00
streams Provide mime type to file picker to gray out unselectable files 2021-08-01 13:52:32 +02:00
util Merge pull request #7412 from litetex/code-cleanup 2021-11-23 08:59:34 +01:00
views Adress requested changes and remove an unused return value in NewPipeTextViewHelper 2021-10-16 13:41:05 +02:00
App.java Replace ErrorActivity with ErrorUtil 2021-12-04 10:36:36 +01:00
BaseFragment.java Get rid of setUserVisibleHint 2021-10-16 15:33:45 -04:00
CheckForNewAppVersion.java Replace ErrorActivity with ErrorUtil 2021-12-04 10:36:36 +01:00
DownloaderImpl.java Replace UniversalImageLoader with Picasso 2021-08-24 10:56:25 +02:00
ExitActivity.java Replaced System.Exit calls with FinishAffinity and Start Activity calls 2021-06-17 17:18:15 +01:00
MainActivity.java Replace ErrorActivity with ErrorUtil 2021-12-04 10:36:36 +01:00
NewPipeDatabase.java Add uploader_url column to StreamEntity 2021-08-13 16:44:50 +08:00
NewVersionManager.kt Respect expires header when checking for new version 2021-01-23 09:02:11 +01:00
PanicResponderActivity.java Clean up SDK version checks 2020-09-06 12:55:30 +02:00
QueueItemMenuUtil.java Merge pull request #7222 from ktprograms/queue-menu-channel-details 2021-10-15 20:28:18 +02:00
RouterActivity.java Replace ErrorActivity with ErrorUtil 2021-12-04 10:36:36 +01:00