summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Gallery2 : Added support for Oma drm (CD and SD)Paramananda2015-02-119-40/+21
| | | | Change-Id: I9c793f85e255e8fd183197410111de2dc618ca76
* Merge "Revert "Gallery2: Grant permission to read/write files of Settings.""Linux Build Service Account2015-02-051-1/+0
|\
| * Revert "Gallery2: Grant permission to read/write files of Settings."Jing Wang2015-01-301-1/+0
| | | | | | | | | | | | | | | | it will be fixed by another way This reverts commit ba37d51c1ddc20b0b8472a2eee768a2d024f4fff Change-Id: I35b0ed339b427634f5056addfbefc20198dcfd04
* | Merge "Gallery2: Notify dirty after update content"Linux Build Service Account2015-02-051-0/+7
|\ \
| * | Gallery2: Notify dirty after update contentkaiyiz2015-02-041-0/+7
|/ / | | | | | | | | | | | | | | | | | | | | | | The loading process end when the variable of 'mDirty' is false, and this value will set false default and set true when NotifyDirty. As a result, if the NotifyDirty called before set default value, the loading process will end before update content. Make sure there is a UpdateContent between two times of NotifyDirty. Change-Id: Ie3ed56eba6a0e354f06436fabce4fca2810e28bd CRs-Fixed: 789079
* | Merge "Gallery2: Seek to trim start time only once when playing"Linux Build Service Account2015-02-021-1/+4
|\ \
| * | Gallery2: Seek to trim start time only once when playinglubiny2015-02-011-1/+4
|/ / | | | | | | | | | | | | | | | | | | | | - 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
* | Merge "Gallery2: Fix force close issue when mute some videos"Linux Build Service Account2015-01-312-3/+18
|\ \
| * | Gallery2: Fix force close issue when mute some videosxiaoqiny2015-01-302-3/+18
|/ / | | | | | | | | | | | | - catch exception when failed to mute video Change-Id: Ib0901e9f27bdfb0b06f7a8968ca5bcffad63578d CRs-Fixed: 641477
* | Merge "Gallery2: Set PhotoPage GL root reset when rotate"Linux Build Service Account2015-01-302-0/+18
|\ \
| * | Gallery2: Set PhotoPage GL root reset when rotatekaiyiz2015-01-292-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When there is another activity on top of PhotoPage, the GLRootView will not update to match screen, so the back ground seems corruption. Set GLRoot View resume when onConfigurationChanged happen. CRs-Fixed: 778294 Change-Id: Ib1fd6953462e26f11c3a8957a042db2ad4ecc275
* | | Merge "Gallery2: Grant permission to read/write files of Settings."Linux Build Service Account2015-01-281-0/+1
|\ \ \ | |/ / |/| / | |/
| * Gallery2: Grant permission to read/write files of Settings.kaiyiz2015-01-281-0/+1
|/ | | | | | | | | | | Set photo of "user" via statusbar->more settings fails, because that Gallery2 does not have the permission to read and write files of Settings. Grant read and write Settings permission to Gallery2. Change-Id: Ifcc5b4d8d938960296c4fa9d0f7f302d353c3197 CRs-Fixed: 785671
* Merge "Gallery2: Edit picture during mount SD"Linux Build Service Account2015-01-221-1/+1
|\
| * Gallery2: Edit picture during mount SDkaiyiz2015-01-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | When SD card is mounted, the data of picture can't read to get mime type. As a result, there will be NullPointerException happen for the mimeType's value is null Change position of 'mimeType' and 'JPEG_MIME_TYPE', so that the judgement can go well without NullPointerException CRs-Fixed: 783875 Change-Id: I0d48b4ade06dba1c23a76b9046163a027f38e514
* | Merge "Gallery2: Make Gallery2 support OMADRM feature"Linux Build Service Account2015-01-2230-35/+782
|\ \
| * | Gallery2: Make Gallery2 support OMADRM featureParamananda Pradhan2015-01-2030-35/+782
| | | | | | | | | | | | | | | | | | - Make Gallery2 can recognize and consume DRM images and videos. Change-Id: I1655d295bcec31b5760c2c86c06f815cf6ed57ee
* | | Merge "Gallery2: Fix Gallery2 crash caused by monkey test."Linux Build Service Account2015-01-211-2/+5
|\ \ \ | |_|/ |/| |
| * | Gallery2: Fix Gallery2 crash caused by monkey test.kaiyiz2015-01-201-2/+5
|/ / | | | | | | | | | | | | | | | | | | It is NullPointerException which cause this bug happen. Add a condition to avoid NullPointerException. CRs-Fixed: 782023 Change-Id: Ia6d64a6c2a5aa47e3b13b69a26207d9384e40930
* | Merge "Gallery2: Pause music playback while playing video"Linux Build Service Account2015-01-201-0/+9
|\ \ | |/ |/|
| * Gallery2: Pause music playback while playing videoSurajit Podder2015-01-111-0/+9
| | | | | | | | | | | | | | | | Add changes to send pause command to music service from MoviePlayer. Change-Id: I3532ecee34f197fdca04f678cc18ae542794ae83 CRs-Fixed: 765206
* | Merge "Gallery2: Fix color chooser"Linux Build Service Account2015-01-172-1/+13
|\ \
| * | Gallery2: Fix color chooserkaiyiz2015-01-142-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is another problem for this issue: the border of color is not set well for the flag of mSelectedButton. Set mSelectedButton when set up. CRs-Fixed: 764078 Change-Id: Ibaddb66abe425bdc95a1f78a58522a3b4449ae80
* | | Merge "Gallery2: Add null pointer judgement for monkey"Linux Build Service Account2015-01-162-1/+4
|\ \ \
| * | | Gallery2: Add null pointer judgement for monkeykaiyiz2015-01-122-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The master image's parameters are null, as a result, there is a lot of NullPointerException during Monkey test. Add some judgement before using these parameters, return if null. CRs-Fixed: 770284 Change-Id: Ie8825f920ced2261908c19555173d36fdebca5a1
* | | | Merge "Gallery2: Set APN setting intent's name"Linux Build Service Account2015-01-161-7/+4
|\ \ \ \
| * | | | Gallery2: Set APN setting intent's namekaiyiz2015-01-151-7/+4
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The APN setting activity's name is changed, so there will be no result after tap prefered APN. Start intent with ACTION_APN_SETTINGS from settings. CRs-Fixed: 777155 Change-Id: Ibb560612ad5a6748c13319ed9436ad473759e3c1
* | | | Merge "Gallery2: Set read only image unEditable"Linux Build Service Account2015-01-161-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Gallery2: Set read only image unEditablekaiyiz2015-01-141-1/+1
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When get the flag mReadOnlyView true, the menu item of edit is set true, which is not reasonable. Set the menu item of edit false if read only. CRs-Fixed: 768257 Change-Id: I88fb9a76036699b686ec14568ff54aba5523c5ec
* | | Merge "Gallery2: fix the video playback after system language changed"Linux Build Service Account2015-01-131-0/+3
|\ \ \ | |/ / |/| |
| * | Gallery2: fix the video playback after system language changedLi Sun2015-01-121-0/+3
| |/ | | | | | | | | | | | | | | | | | | | | - when system language changed, the activity would be destroyed and recreated. The subobject MoviePlayer would be also recreated. But in this case, MoviePlayer doesn't set some parameters like the URI, duration and etc. It cause the video playback failed. - add the related function calls to restart the video playback. Change-Id: I8dc011216bb5bcee8903ba3873ce37582927af45 CRs-Fixed: 597934
* | Merge "Gallery2: Fix force close issue when trim video"Linux Build Service Account2015-01-122-2/+11
|\ \ | |/ |/|
| * Gallery2: Fix force close issue when trim videoxiaoqiny2014-12-254-3/+16
| | | | | | | | | | | | | | - Only mp4 and 3gp file support trim function Change-Id: I6e254ca6d5445d62b0276695667f4bdb07f9a59c CRs-Fixed: 652838
* | Merge "Gallery2: Add leave selection mode judgement"Linux Build Service Account2015-01-041-1/+1
|\ \
| * | Gallery2: Add leave selection mode judgementJing (Mia) Wang2015-01-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The method of isCancelled in thread pool is a nonsynchronous method, as a result, there is a possibility that the job is not cancelled after leave selection mode, and the getSelectedMediaObjects is still running. Finish getSelectedMediaObjects when selection mode is quit. CRs-Fixed: 769028 Change-Id: Icb7c3f9d1f3e14536f32a6401337e844481ad646
* | | Merge "Gallery2: Fix crop after straighten bug"Linux Build Service Account2015-01-041-0/+3
|\ \ \ | |/ / |/| |
| * | Gallery2: Fix crop after straighten bugkaiyiz2015-01-031-0/+3
|/ / | | | | | | | | | | | | | | | | | | | | | | During straighten and crop, there will be a crop Rect exits, the comparement of these two Rect is not perfect, so the two rect is considered to be different, and the Representation is wrong. Set the origenal Rect equals to representation. CRs-Fixed: 766877 Change-Id: Id76dfef360cdaff109cdce505cb5f289691645c6
* | Merge "MoviePlayer: prevent resume dialog for live streaming"Linux Build Service Account2014-12-241-3/+10
|\ \
| * | MoviePlayer: prevent resume dialog for live streamingkaiyiz2014-12-231-3/+10
|/ / | | | | | | | | | | | | | | | | | | The player should not offer "resume playing" dialog for live streaming when user navigates back to it. (cherry picked from commit 3a16d7f019fc77c54ce38a137507ba5e5ac1ae8b) Change-Id: I7fe6727ab884056a9135d1fa5ab21125570f70a3 CRs-Fixed: 637212
* | Merge "Gallery2: Fix monkey test fail"Linux Build Service Account2014-12-173-3/+15
|\ \
| * | Gallery2: Fix monkey test failkaiyiz2014-12-033-3/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When click undo in filtershowActivity,the position can't be -1 In FilterShowActivity,the preset and Rect shouldn't be null. Add some check for position and null pointer check for preset and rect CRs-fixed: 693810 Change-Id: I70fa2ff86d40ad483474b60ab9071ccb151bd445
* | | Merge "Gallery2: Play all video file can pre/next in FileExplorer"Linux Build Service Account2014-12-151-0/+28
|\ \ \
| * | | Gallery2: Play all video file can pre/next in FileExplorerkaiyiz2014-12-111-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The initial video can only previous and next in the current directory. List all video file and play it all through pre/next function CRs-Fixed: 704384 Change-Id: Ifd2caac0f2f2df61ee08af82ac7324848807055c
* | | | Merge "Gallery2: Gallery force close during Customer Monkey test."Linux Build Service Account2014-12-141-1/+10
|\ \ \ \
| * | | | Gallery2: Gallery force close during Customer Monkey test.kaiyiz2014-12-141-1/+10
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When browser is forbidden to start, the MENU_INPUT_URL menu will cause force close problem. When press MENU_INPUT_URL with browser is forbidden to start, it will show a toast to remain that can not load. CRs-Fixed: 710730 Change-Id: I8c8965dc87affc262ee1fda5e604dbb36f5642b7
* | | | Merge "Gallery2: Clear Bookmark when complete video play"Linux Build Service Account2014-12-131-0/+3
|\ \ \ \
| * | | | Gallery2: Clear Bookmark when complete video playmqi2014-12-121-0/+3
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After video loaded, there will be a check for bookmark, but if the video is finish onCompletion, this bookmark will still not change Clear bookmark when onCompletion Change-Id: I0eca9b84746e08df68685c38b843281a58b10cb2 CRs-Fixed: 763193
* | | | Merge "Gallery2: Fix menu display inconsistent with its cluster"Linux Build Service Account2014-12-131-7/+7
|\ \ \ \
| * | | | Gallery2: Fix menu display inconsistent with its clusterkaiyiz2014-12-121-7/+7
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Merge "Gallery2: Fix menu bar layout display error in portrait mode"Linux Build Service Account2014-12-131-1/+1
|\ \ \ \