diff options
author | Nick Pelly <npelly@google.com> | 2011-08-12 17:55:53 -0700 |
---|---|---|
committer | Nick Pelly <npelly@google.com> | 2011-08-12 18:14:13 -0700 |
commit | 8a558ba19be56e71e6c2015dea862d150e6d07cb (patch) | |
tree | 83e87d4bba1f6d5f282a54187a69abe9e91eae25 /res/drawable-hdpi | |
parent | 024ce7511607e332742ce7bc8eec65c5bcb674da (diff) | |
download | packages_apps_nfc-8a558ba19be56e71e6c2015dea862d150e6d07cb.zip packages_apps_nfc-8a558ba19be56e71e6c2015dea862d150e6d07cb.tar.gz packages_apps_nfc-8a558ba19be56e71e6c2015dea862d150e6d07cb.tar.bz2 |
Implement Tap-to-Share and Tilt-to-Share (DropShare).
o Text says "Tap to Share", but tilting (the phone on top sends) also works.
o Move text to top. Remove arrows.
o First Accelerometer value takes ~700ms :(
o Only call onP2pSendComplete on success. If the send failed, we retry quietly.
This improves perceived reliability.
o Reduce debounce from 1000ms to 750ms.
TODO
o Never do orientation change while in the animation activity
o Get rid of black transition when entering/leaivng activity
o Figure out why it takes 700ms to get first accelerometer value
o Improve launch time of animation activity (sometimes it takes 3+ seconds)
o Consider going back to a window overlay?
o Make it snappy snappy snappy
Change-Id: Idbc8e4bb744051b7b69d234a51a3ce69e23b699f
Diffstat (limited to 'res/drawable-hdpi')
-rw-r--r-- | res/drawable-hdpi/ic_rotate_arrow.png | bin | 5494 -> 0 bytes |
-rw-r--r-- | res/drawable-hdpi/ic_rotate_arrow_top.png | bin | 7230 -> 0 bytes |
2 files changed, 0 insertions, 0 deletions
diff --git a/res/drawable-hdpi/ic_rotate_arrow.png b/res/drawable-hdpi/ic_rotate_arrow.png Binary files differdeleted file mode 100644 index 0907772..0000000 --- a/res/drawable-hdpi/ic_rotate_arrow.png +++ /dev/null diff --git a/res/drawable-hdpi/ic_rotate_arrow_top.png b/res/drawable-hdpi/ic_rotate_arrow_top.png Binary files differdeleted file mode 100644 index 966d409..0000000 --- a/res/drawable-hdpi/ic_rotate_arrow_top.png +++ /dev/null |