| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Note: Camera2 is a clone of Gallery2 right now.
Note 2: I will bring .mk files back later.
Change-Id: Ida958654296f5ebaacb6bb0ff59d52a7c37ce6fc
|
|
|
|
| |
Change-Id: I5d3d4c7a4ca0d11de01278529e1413fc62e6b4ed
|
|
|
|
|
| |
Bug: 8018327
Change-Id: I66a2ec309f9807ac255bbf29d8f5f26de60e89b8
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Rename reload() to loadIfDirty()
loadIfDirty is implemented by MediaSet and is final
loadIfDirty is now blocking instead of async
Subclasses must implement two protected methods, isDirtyLocked() and load()
The change from async reload() to sync loadIfDirty() should be fine since
all users of reload() were doing so from a background thread already, and the
longest load() is PicasaAlbumSet which is still a fairly brisk 40ms or so
Change-Id: If5cc596a1c13e52e5f4efff1a144bd086d37cfb7
|
|
|
|
|
| |
Bug:5248023
Change-Id: I35f401826f4fa586e9899e3ca5f5f9b9ab39b28e
|
|
|
|
|
| |
Change-Id: I7d24fb70b0a8a01c5d0fbdb6205c25d74d1996a6
fix: 5482269
|
|
|
|
| |
Change-Id: Ia994264fb2c11fbc971840c8a103bbe9fa6ee7f7
|
|
|
|
|
| |
Change-Id: I1ff4f5eca90ade49b0785324b9319ef0b7d751ca
fix: 5608342
|
|
|
|
| |
Change-Id: Ie4e3f9ae19431ab5b36d216cd7f4c626de503bbf
|
|
|
|
|
|
|
| |
This CL also fixes a bug in AlbumSetDataAdapter's ReloadTask, which
causes empty screen after pause/resume.
Change-Id: I7991d40a790384105ccb3021e1e51ba3e5ec8635
|
|
|
|
|
|
| |
fix: 5248023
Change-Id: I2f59bfd96ca7533195f7019cc76080579dff8d1e
|
|
fix: 5176434
Change-Id: I041e282b9c7b34ceb1db8b033be2b853bb3a992c
|