Kiran Rao

Results 38 issues of Kiran Rao

It is an oversight that RTTV does not have a way to tell you what its current reference time is. Add a `getReferenceTime()` method.

enhancement

Introduce an abstraction for getting time (instead of using System.currentTimeMillis()) directly in RTTV. Build on top of this to add automated tests, especially around scheduling the UpdateTimeTask.

Help wanted

Add translations for the string resources (currently, there's just a single string - "Just Now"). We have English and German strings at present.

enhancement
Help wanted

The method `startTaskForPeriodicallyUpdatingRelativeTime()` is called both in `onAttachedToWindow()` and in `onVisibilityChanged()`. This could result in the `Runnable` being scheduled twice. This is because the first time the `RelativeTimeTextView` is added...

bug

Provide classes similar to `AbstractAppPauseActivity` that extend from all the basic Activity types, including: - `ListActivity` - `PreferenceActivity` - `SherlockFragmentActivity` - ...

enhancement

Instead of mandating the user to extend `AbstractAppPauseActivity` and `AbstractAppActiveService`, look into the possibility of using annotations. This will result in less boilerplate code.

enhancement

**Steps to reproduce:** On a GB emulator, perform the following steps: - Run the `Zoom (Generic Views)` sample - Click on any of the "quadrants" to zoom it - Click...

BUG

The sample app doesn't apply the visual indications for the opened item and chosen items after orientation change.

bug