Show Blog Post times with new timestamp and update it periodically

Closes #559
This commit is contained in:
Torsten Grote
2016-08-01 12:37:14 -03:00
parent d096c1fead
commit ce2cb01558
6 changed files with 66 additions and 12 deletions

View File

@@ -30,7 +30,7 @@ import static android.text.format.DateUtils.WEEK_IN_MILLIS;
public class AndroidUtils {
static final long MIN_RESOLUTION = MINUTE_IN_MILLIS;
public static final long MIN_RESOLUTION = MINUTE_IN_MILLIS;
// Fake Bluetooth address returned by BluetoothAdapter on API 23 and later
private static final String FAKE_BLUETOOTH_ADDRESS = "02:00:00:00:00:00";