| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Change-Id: Ib088a961149f33e87ed4a2d4241f78701b90ce30
|
| |
|
|
| |
Change-Id: Ibac65bb32893cf1a411148a65baeb047f5b6170e
|
| |
|
|
| |
Change-Id: If58b631015260975e80ab5b0b8a7f0bff9f00f47
|
| |
|
|
| |
Change-Id: Iee071fd410ef769c42dcb5ce5767eab12197049f
|
| |
|
|
| |
Change-Id: Ic8d8d87e804310a568451dd9c8167a09b1e034a2
|
| |
|
|
| |
Change-Id: Ib74c344ebbf2d39f7524b7a48d5c0f804c1cb9ba
|
| |
|
|
| |
Change-Id: I7d0a241bebc6b3461da5e855b34cf71cea306c55
|
| |
|
|
| |
Change-Id: I8478d4f8d4b7c0d3951fb8ffe14e6e995d17d076
|
| |
|
|
| |
Change-Id: Icb8751d1f529dcf69528b3839f1ffa95c6e0a920
|
| |
|
|
| |
Change-Id: I7fb48b3e716152d63d88ce03a9bcfa3cee1faad7
|
| |
|
|
| |
Change-Id: I31b03d7232bf3d9396f29eea3343b6c9c63e4fc0
|
| |
|
|
| |
Change-Id: Ic466a59cb58ebfd9c6aca09a123e5ba982c8286a
|
| |
|
|
| |
Change-Id: I5af7759d363f2e16b7777892c26cc2e7e405e36b
|
| |
|
|
| |
Change-Id: I2a01423f01b200c8a3f0704c3c53abba7b040b4a
|
| |
|
|
| |
Change-Id: I49f70d8488268f3face755b75b9c64c07d666a65
|
| |
|
|
| |
Change-Id: I84d831c15b8fa4236d67123338b42d7a939a7b9f
|
| |
|
|
| |
Change-Id: Id1733ae77547193abaf83fdf9e7583a6f47bb029
|
| |
|
|
| |
Change-Id: I0ddc7056801caa294cb8d5e9a7328153cbb90452
|
| |
|
|
|
|
|
|
| |
PS2: Move strings
PS3: Move DateTime format to public in ExifInterface
PS4: Actually use that DateTime format
Change-Id: If30e19d0b79039357f393752544c655e073a46d2
|
| |
|
|
| |
Change-Id: I4ff48d04ec68453e8ff12850d6cec9608ffa9d50
|
| |
|
|
| |
Change-Id: I7793d0aea58141d3007f5c2c33d43070f0507e4a
|
| |
|
|
| |
Change-Id: I989133f4c33c427e6dee610043aaeb3fc4e00356
|
| |
|
|
| |
Change-Id: I2a8209a0a8bee15e637a690ed4aca92dba686f3c
|
| |
|
|
| |
Change-Id: Ic4030f61b45e1d64b53bae00b66f35a48b35a217
|
| |
|
|
| |
Change-Id: Ib9638dd20aa0ba249152f7fe55d54c2e16b11807
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| | |
The exif parser adds a terminating zero for string values. This increases the
byte count for that entry beyond the set byte count. Causing a null value
in e.g. the "Model" field for images taken with e.g. a Samsung Wave 2.
Change-Id: Ifb6ee4d5b4b71e84cb2a5df459d3716543e25efe
|
| |\ \ |
|
| | |/
| |
| |
| | |
Change-Id: I71b1356f7e326174378c99b4b0e5e60764a7c139
|
| |/
|
|
| |
Change-Id: I412575218eec402b194cb8b51b7bee6d2e353b79
|
| |
|
|
| |
Change-Id: I3a7801da056a2432f40bdd3326813b0f667fcbde
|
| |
|
|
| |
Change-Id: I04adc709f0828be535a008b0914270d5bb903bdc
|
| |
|
|
|
|
|
|
|
|
|
| |
- When playing video in TrimVideo activity, it may enter an endless
loop: Seek to trim start time (actually sought to previous sync frame)
-> Periodic check, if current position < trim startm, seek again.
- This patch adds a flag to ensure seeking to trim start time only once.
Change-Id: I3cd74fbd85546cc35d5c32797ab7f1775f091586
CRs-Fixed: 694431
|
| |
|
|
|
|
|
|
|
| |
Gallery app requests transient audio focus twice and explicitly pauses
background music playback. To allow music resume after movie playback
exists, remove redundant audio focus request and pause broadcast.
CRs-Fixed: 695669
Change-Id: I46b88defc887d3e5b5c97acdc4f5a0a11d486a76
|
| |
|
|
|
|
|
|
|
|
| |
The forward button is interlock with separate line.
Modify layout param to make the layout display normal.
CRs-fixed: 674514
Change-Id: Idf09aee09c67ad943109ad054fe8d4bfa41e4061
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Use HashMap<Integer, WeakReference<Drawable>> instead of just
HashMap<Integer, Drawable>
Without this, references are still being held for Bitmap drawables,
thereby after few Photo edits, OutOfMemoryException is raised and
Gallery crashes
Conflicts:
src/com/android/gallery3d/filtershow/filters/ImageFilterBorder.java
Change-Id: If91f950986bd816d5571a0d51a7cb9522226e270
|
| |
|
|
|
|
| |
In onResume(), mDelayVideoRunnable should be posted after dialog check.
Change-Id: I3b7789090acb1a49803a66766883414768b59ac7
|
| |
|
|
|
|
|
|
| |
Currently, after leaving video player for more than 3 minutes,
the video will be paused upon returning. Remove this behavior as it's
not required for non-streaming videos.
Change-Id: Ibe58bcc35bb3c3c95198447978d180fbd54e7b12
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
The operation order is not correct.We should first execute
the change of cluster,then display menu title according to
the cluster.But we do the opposite operation,which cause the
menu will always display last cluster‘s corresponding menu
and cause this bug happened.
Modify the operation order.
CRs-fixed: 619812
Change-Id: I6cd3c82e065cef5a463e06295bf332e1459500e3
|
| |
|
|
|
|
|
|
|
|
|
| |
There is no audio output switcher between headset/speaker.
Add the audio output switcher button to menu list in order to
let user use this function.
CRs-Fixed: 650867
Change-Id: I16f5fdc74a76ee55557ba87b0145e51165f0408a
|
| |
|
|
|
|
|
|
|
|
|
| |
When we press back key to exit playing gif pic,the decoder is
free and set to null,which casuse this bug happened.
Add a condition to avoid the NullPointerException.
CRs-fixed: 653709
Change-Id: Iab299554c252c3a1c9352b498cd946cb53e47cc7
|
| |
|
|
|
|
|
| |
- Only mp4 and 3gp file support trim function
CRs-Fixed: 652838
Change-Id: Ib265b96925b84fab458800fea9901ea928c411bb
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
When we create ExportDialog View,a null pointer
is used to reset mOriginalBounds which cause
this bug happened.
Add a condition when judge conditon is null,then
not to reset mOriginalBounds to avoid this bug.
CRs-fixed: 647207
Change-Id: If91434c3ca15a287600097b7a5ec8c5aa7d7d6e2
|
| |
|
|
|
|
|
|
|
| |
The patch provides a default server timeout, in case of server not
supplying the value or lacking low-level support, for better carrier
requirements compliance.
Change-Id: I5ad83ed5bcea814405e54b8d75d9612d607a3973
CRs-Fixed: 638087
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
When click the saveButton to save the cropped picture,
We found the source picture uri and the cropped picture
uri are the same,which cause the cropped picture can
not be saved.
Closed file Stream of mInStream before re-open it
for the same file.
CRs-Fixed: 622666
Change-Id: Ifcaa39ea76c141021259fad891411c59f7587903
|
| |
|
|
|
|
|
| |
- only support mp4 and 3gp format
Change-Id: I748569864565dd5580784ec8b0214f3f3e253415
CRs-Fixed: 642145
|
| |
|
|
|
|
|
| |
Set player status in MovieActivity when play completes, in order to
avoid hiding VideoView when MovieActivity pauses.
Change-Id: Ia1eedbec7a01ccac69a3355f47fd0a91d039d8b4
|
| |
|
|
|
|
|
|
|
|
|
|
| |
StopVideo Api is setting the view visibility which causes
the surface to be created and make the bug happen.
Removed the functionality of the view visibility in
stopVideo Api
CRs-fixed: 642082
Change-Id: I4305302e52ec647bc2b935a817e77a173647be22
|
| |
|
|
|
|
|
|
|
| |
The patch provides a default server timeout, in case of server not
supplying the value or lacking low-level support, for better carrier
requirements compliance.
Change-Id: I4b32478823f0e0226aac3098e4ac7e7ea064a73c
CRs-Fixed: 638087
|
| |
|
|
|
|
|
|
|
|
| |
App forgets add an activity to set system properties for streaming.
add an activity to set system properties for streaming.
CRs-Fixed: 635639
Change-Id: Idba31bd7a7489a01b5cc061fffb4ebcc7af3f813
|