1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-06-25 22:53:20 +00:00
NewPipe/app/src/main/java/org/schabi/newpipe
Mauricio Colli 0e2f062148
Disable database destructive migration fallback
This really shouldn't be enabled, as this database is not just a temp
one. Making the mistake of shipping the app without a proper migration
would cause a big problem.

Really hard to happen but an error is far better than data loss.
2020-03-14 00:12:29 -03:00
..
about Remove empty about menu 2020-02-22 11:30:57 +01:00
database Fixed library showing null 2019-10-16 19:56:31 -06:00
download Remove Settings button from download activity 2020-02-22 11:12:22 +01:00
fragments Fix bug in main screen tabs state management 2020-03-08 09:09:04 -03:00
info_list Multiple localization fixes 2020-02-15 12:40:23 +01:00
local Use AlertDialog.Builder instead of BookmarkDialog class for the same look. 2020-02-02 12:54:43 +01:00
player Merge pull request #3165 from karkaminski/mute_button 2020-03-08 10:29:25 +01:00
report give info if content language is system on crash 2020-02-18 18:35:13 +01:00
settings refactor checkpointing 2020-03-07 20:09:05 +01:00
streams fixup for #3081 2020-02-20 13:20:20 -03:00
util Merge pull request #3165 from karkaminski/mute_button 2020-03-08 10:29:25 +01:00
views improve code consistency in ScrollableTabLayout 2020-01-02 13:02:14 +01:00
ActivityCommunicator.java Update extractor and refactored NewPipe 2017-09-03 13:57:12 -03:00
App.java app language now changes time formatting (3hrs ago), was system language b4 2020-01-09 15:51:41 +01:00
BaseFragment.java Enable toolbar title visibility when setting a new one 2019-11-20 00:23:33 -03:00
CheckForNewAppVersionTask.java Migrate to AndroidX 2019-10-04 14:59:08 +02:00
DownloaderImpl.java Update extractor version 2020-03-01 15:37:47 +01:00
ExitActivity.java Update extractor and refactored NewPipe 2017-09-03 13:57:12 -03:00
ImageDownloader.java Use new Localization and Downloader implementations from extractor 2019-11-17 23:58:52 -03:00
MainActivity.java Address @mauriciocolli suggestions in #2960 2020-02-22 11:34:08 +01:00
NewPipeDatabase.java Disable database destructive migration fallback 2020-03-14 00:12:29 -03:00
PanicResponderActivity.java Update extractor and refactored NewPipe 2017-09-03 13:57:12 -03:00
ReCaptchaActivity.java Migrate annotation to androidx on ReCaptchaActivity 2020-02-18 21:50:28 +01:00
RouterActivity.java Migrate to AndroidX 2019-10-04 14:59:08 +02:00