fdroid-client/app
Hans-Christoph Steiner 1d359f82ce actually use index added/lastUpdated dates in UTC
The date/time written to index.xml and index-v1.json should always be in
UTC format.  These formats are often in the form of just a date, e.g.
2019-04-28.  Those are then converted to UNIX seconds, which includes the
time.  In the date only case, the time is assumed to be 00:00, which will
be different per time zone.

index-v1.json is better since it mostly uses Java-style UNIX time in millis
but the dates/times are parsed then stored in the local database in the old
format yyyy-MM-dd_HH:mm:ss which will result in different UNIX times when
the device is in different time zones.

fdroid/fdroidclient#1757
2019-05-10 16:30:23 +02:00
..
src actually use index added/lastUpdated dates in UTC 2019-05-10 16:30:23 +02:00
tools move all translation scripts to tools/ 2017-05-10 23:18:28 +02:00
build.gradle version code 1007000 2019-05-10 14:13:15 +02:00
lint.xml enable lint HardwareIds as error 2019-01-02 15:40:38 +01:00
proguard-rules.pro enable Espresso tests with some basic UI tasks 2018-08-17 10:09:59 +02:00