summaryrefslogtreecommitdiffstats
path: root/carousel/java
Commit message (Expand)AuthorAgeFilesLines
* Port ICS tilt-style overscroll from java to rsBryan Mawhinney2011-11-161-31/+67
* Add ability to set overscroll slot countBryan Mawhinney2011-09-094-5/+29
* Silence the parenthesis warning.Logan Chien2011-07-251-1/+1
* Fix unreported bug with CarouselTestActivity where incorrect items were shown.Jim Miller2011-05-052-15/+17
* Clean up use of rsSetObject/rsClearObject.Stephen Hines2011-05-021-6/+6
* Fix 3404464: Minor tweak to Carousel scale-up animationJim Miller2011-03-021-1/+1
* Fix 3404464: Add scale-down animation to CarouselJim Miller2011-03-021-30/+50
* Draw 2 additional slots on either side of visibleSlotCount.Bryan Mawhinney2011-02-241-7/+9
* Merge "Don't treat prefetched cards as visible."Bryan Mawhinney2011-02-231-66/+81
|\
| * Don't treat prefetched cards as visible.Bryan Mawhinney2011-02-181-66/+81
* | Fix 3180048: Add finite velocity history tracking to CarouselJim Miller2011-02-161-11/+24
|/
* Merge "Added a way to trigger an interpolated rotation of the carousel"Arnaud Berry2011-02-084-1/+148
|\
| * Added a way to trigger an interpolated rotation of the carouselArnaud Berry2011-02-074-1/+148
* | Update to public APIs.Jason Sams2011-02-031-3/+4
|/
* Disable long-press animationJim Shuma2011-01-311-1/+1
* Merge "Proper error checking for setting cards" into honeycombJim Shuma2011-01-241-10/+28
|\
| * Proper error checking for setting cardsJim Shuma2011-01-231-10/+28
* | Invalidate unloaded textures to unloadedJim Shuma2011-01-231-6/+13
|/
* Arrange cards based on default matrixJim Shuma2011-01-181-1/+1
* Some names changed during API review, updating carousel to reflect them.Alex Sakhartchouk2011-01-131-1/+1
* Allow specifying per-card matricesJim Shuma2011-01-115-28/+111
* Reset cards array on createCards(0)Jim Shuma2010-12-281-3/+2
* Renderscript API cleanupAlex Sakhartchouk2010-12-211-22/+26
* Allow fading of the entire cardJim Shuma2010-12-163-17/+115
* Remove unnecessary uploads.Jason Sams2010-12-161-1/+0
* Fix a bug causing store config to be lost on rotateJim Shuma2010-12-152-1/+11
* Update for Allocation API changes.Jason Sams2010-12-151-11/+8
* Allow specifying configurations for mesh primitivesJim Shuma2010-12-143-58/+185
* Allow top-to-bottom card order when rowCount>1Simon Wilson2010-12-144-1/+30
* Use ids rather than Meshes when specifying default / loading geometries.Bryan Mawhinney2010-12-093-22/+37
* Add more feedback parameters to onCardLongPressJim Shuma2010-12-073-9/+22
* Update to API cleanupJason Sams2010-12-063-11/+11
* Exit overscroll mode when the user interacts with the carousel.Bryan Mawhinney2010-12-061-0/+1
* Enable invalidation of carousel textures.Jeff Sharkey2010-12-023-6/+70
* Tap to stop the carouselJim Shuma2010-12-011-4/+5
* Ensure default card matrix is set before creating cards.Bryan Mawhinney2010-11-301-1/+1
* Ensure that card 0 is properly initialized.Bryan Mawhinney2010-11-231-0/+6
* Allow user to specify a custom matrix to transform cards.Bryan Mawhinney2010-11-204-2/+54
* Remove unnecessary export_func pragma.Stephen Hines2010-11-181-5/+0
* Mark non-exported functions as static.Stephen Hines2010-11-181-5/+5
* Allow clients to draw carousel cards clockwiseJim Shuma2010-11-174-21/+64
* Don't throw an exception when invalidating an unset cardJim Shuma2010-11-161-1/+2
* Remove zero-init/destructor WARs.Stephen Hines2010-11-161-2/+1
* Add multiple row support to carousel.Bryan Mawhinney2010-11-164-20/+85
* Add updateDetailTexture to allow updating detail texturesJim Shuma2010-11-153-6/+68
* Allow carousel apps to receive taps on detail texturesJim Shuma2010-11-113-19/+77
* Add better event handling to Carousel.Jim Miller2010-11-034-26/+29
* Several improvements to Carousel:Jim Miller2010-11-022-44/+67
* User RS resize instead of manually implementing a copy routine.Jason Sams2010-11-012-70/+18
* Fix local variable usage.Stephen Hines2010-10-291-3/+4