straw/app/src/main/java/org/schabi/newpipe
Mauricio Colli c726639484
Avoid unnecessary changes to the upload date of saved streams
The upload date was being updated regardless if the new one had more
precision or not, this caused items on the feed to jump around when the
user opened one of them.

This changes it to only update when the existent upload date is null or
the new one has a higher precision (i.e. is not an approximation).
2020-04-05 10:57:54 -03:00
..
about Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
database Avoid unnecessary changes to the upload date of saved streams 2020-04-05 10:57:54 -03:00
download Move things back to its original place 2020-04-02 15:57:50 +02:00
fragments Move things back to its original place 2020-04-02 15:57:50 +02:00
info_list Revert some more changes 2020-04-03 15:48:38 +02:00
local Revert some more changes 2020-04-03 15:48:38 +02:00
player Move things back to its original place 2020-04-02 15:57:50 +02:00
report Move things back to its original place 2020-04-02 15:57:50 +02:00
settings Move things back to its original place 2020-04-02 15:57:50 +02:00
streams Use Checkstyle for org.schabi.newpipe.streams as well 2020-04-02 16:48:57 +02:00
util Move things back to its original place 2020-04-02 15:57:50 +02:00
views Move things back to its original place 2020-04-02 15:57:50 +02:00
ActivityCommunicator.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
App.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
BaseFragment.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
CheckForNewAppVersionTask.java Clean up CheckForNewAppVersionTask 2020-04-04 19:34:13 +02:00
DownloaderImpl.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
ExitActivity.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
ImageDownloader.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
MainActivity.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
NewPipeDatabase.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
PanicResponderActivity.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
ReCaptchaActivity.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
RouterActivity.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00