NewPipe/app/src/main/java/org/schabi/newpipe/database
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
..
feed Implement feed groups manual sorting 2020-03-14 00:12:45 -03:00
history Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
playlist Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
stream Avoid unnecessary changes to the upload date of saved streams 2020-04-05 10:57:54 -03:00
subscription Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
AppDatabase.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
BasicDAO.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
Converters.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
LocalItem.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
Migrations.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00