| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
SelectManager add all path in ArrayList,
so selected count is not the same as actual count.
Just add selectable path in SelectManager.
Change-Id: I76cc1505e65fceff1785a02badd17569e46b4947
CRs-Fixed: 963290
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
play video --> lock screen --> call in --> refuse the call.
after this step, screen is locked, but video is resume playing because
CodeauroraVideoView's doPrepared() is called.
add a check of KeyguardManager.inKeyguardRestrictedInputMode() in
CodeauroraVideoView.doPreparedIfReady() like MovieActivity.
Change-Id: I19d9da0d23ca490e5038316d6b982099b8280aba
CRs-Fixed: 945013
|
| |\ \ |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Release MediaPlayer when the error occurred, avoid exception occurred.
Change-Id: Iaa250e9e783f7d8ec06ff8c3603b8e5868c0dc4e
CRs-Fixed: 963171
|
| |\ \ \ |
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
When the decode of full image is not ready, there will be a black Rect
fill in the view. As a result, there will be a filcker.
Cancel the black rect during decoder.
Change-Id: Ife6984897cd21715c0e4376ee2e717fd2244a8f6
CRs-Fixed: 954007
|
| |\ \ \ \
| |_|_|/
|/| | | |
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Remove timeline title item's all supported operations,
otherwise all sub objects will be affected.
Change-Id: If7e332f68d80da72bc819223169abca238fd2eb6
CRs-Fixed: 960220
|
| |\ \ \ \
| |_|_|/
|/| | | |
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
TimeLineSlidingWindow.get() may return null value.
add null value check.
Change-Id: Ic7c58aa5b6d2e6bd06b9d60e1884f1114411e787
CRs-Fixed: 961574
|
| |\ \ \ \ |
|
| | | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
When framework sent error message frequently gallery will show error
dialog multiple times which will cause lmk.
Add condition to check if error dialog is already showing, avoid
showing it again.
Change-Id: I901b93c820bd760b52796432870d148f93a091c3
CRs-Fixed: 835360
|
| |/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
An IllegalArgumentException occurs because printJobName is null.
If printJobName is null, set a default print job name.
Change-Id: Ia20813f6f2e5ad4936e4db413c94b8fc4975d590
CRs-Fixed: 960251
|
| |\ \ \ |
|
| | |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The view background is transparent when the video stop,
and then it will show the wallpaper after resume.
set transparent background when the video is playing or pause,
and set black background on other status(stop,end,error)
Change-Id: Ib97ed6b4f716ff512e7f6f258fd8ddfbdecf5587
CRs-Fixed: 952289
|
| |\ \ \
| |/ /
|/| | |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
mDrawerLayout is not supported in some entrances,
such as Intent.ACTION_VIEW, Intent.ACTION_GET_CONTENT, Intent.PICK.
So lock and close it.
Change-Id: I47cb7d93c07b63ced45717faea7b37b22327721e
CRs-Fixed: 960253
|
| |\ \ \ |
|
| | |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Delete operation is not supported when KEY_READONLY is true,
so hide "Delete" button to avoid exception.
Change-Id: Id10d02db937ed597e4de33650868c3c555842b8d
CRs-Fixed: 960432
|
| |\ \ \ |
|
| | |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Edit panel's label is overlaped in edit page.
Move the label to the bottom.
Change-Id: I8860d6fd9dc86a53135d85b15c5d13de7bf60cb7
CRs-Fixed: 959499
|
| |\ \ \ |
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
An IllegalArgumentException occurs when getLocalPathFromUri().
catch this Exception and ensure print job work normally.
Change-Id: I6c1f9912ac58ea23224c420da6327475a6935267
CRs-Fixed: 960251
|
| |\ \ \ \ |
|
| | |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The NullPointerException occur and then it can't decode the thumbnails.
Determine whether the reference is instantiated before invoking it.
Change-Id: Id68da30d15c88eb029f83fbde25912b9e07ce062
CRs-Fixed: 954026
|
| |\ \ \ \
| |_|/ /
|/| | | |
|
| | |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The layout's background color is as same as the backgroud
color of HistogramView.
Change the background color of HistogramView.
Change-Id: Id0411bf41c100b22b5b0a3a152efc36282bdbdbd
CRs-Fixed: 959504
|
| |\ \ \ |
|
| | | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The "More" button is still shown when select all,
select "Edit/Set picture as" will cause crash
because this function just can be used for 1 photo.
hide the "More" button when select all.
Change-Id: I3b378052c919844f4df007892effb303c5876072
CRs-Fixed: 954079
|
| |\ \ \ |
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
1. number of selection display more than actual selection,
because it include title items.
calculate correct number of selection exclude title items.
2. share and delete icon not display because an Exception occurs.
Override getContentUri() method in MediaSet.java to avoide exception
because getContentUri() of MediaObject.java must be override.
Change-Id: Ida549d6f7f5ebfea344dcdfd47f7dad48ba1f65d
CRs-Fixed: 948409
|
| |\ \ \ \ |
|
| | | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Count text view of album label display abnormal because x position < 0.
Set correct x position.
Change-Id: Ibf017e1ffee3743b9a936ee91ed12f415c07ec89
CRs-Fixed: 953085
|
| |\ \ \ \ |
|
| | |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The bitmap is recycled.
Determine whether the bitmap is recycled before invoking it.
Change-Id: Ia62f99d6aa8733c0175ff6badaeaf84e09ff68dc
CRs-Fixed: 954022
|
| |\ \ \ \ |
|
| | |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Switch timeline/albums/video quickly when copy images by file manager,
NullpointException occurs because getSubMediaSet() returns null.
Add a null value check.
Change-Id: Ifffd97e700d6ac80d1acf28bf7779c4d01716bb0
CRs-Fixed: 954037
|
| |\ \ \ \ |
|
| | |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
tvEmptyAlbum is still shown because hideEmptyAlbumToast() not called
when mAlbumDataAdapter.size() != 0.
make sure don't create a new tvEmptyAlbum when showEmptyAlbumToast(),
and call hideEmptyAlbumToast() when mAlbumDataAdapter.size() != 0.
Change-Id: I494011e54b4e150801019a3e2f9b430fb9ed999a
CRs-Fixed: 955208
|
| |\ \ \ \ |
|
| | |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The reference is not instantiated before invoking it.
Determine whether the reference is instantiated before invoking it.
Change-Id: I879877159f5b2ebe9d38e9d319d299f5b0534999
CRs-Fixed: 954744
|
| |/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
DataManager.getMediaObject() may return null value, so DataManager.delete()
and DataManager.getSupportedOperations() will be interrupted
and only parts of photos were deleted.
Add null value check, ensure the DataManager.delete() and
DataManager.getSupportedOperations() can execute normally.
Change-Id: If5a4f1118d9a03d9d70c2e237347d20b3142b031
CRs-Fixed: 954040
|
| |\ \ \ |
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The index is out of the bounds
Determine whether the index is out of the bounds
Change-Id: If5a2ce1496536383e00bc86676ed80a66df44e2a
CRs-Fixed: 954012
|
| |\ \ \ \ |
|
| | | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | | |
fix a crash when print a photo whose file name contains ':' character.
Change-Id: Ib9ace0cca50c65dd7c42015e85a309ac2cf361f5
CRs-Fixed: 948075
|
| |\ \ \ \
| |_|_|/
|/| | | |
|
| | | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The reference is not instantiated before invoking it.
Determine whether the reference is instantiated before invoking it.
Change-Id: I5448acd8070e01bd6a992d9755fe2d40e3aefbed
CRs-Fixed: 951767
|
| |\ \ \
| |_|/
|/| | |
|