aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* photophase: fix proguard entrycm-11.0-XNPH44S-bacon-5fa8c79c0bJorge Ruesga2014-09-111-1/+1
| | | | | Change-Id: Ie7e71a134fd76def9b792d16d35eebc615c597e0 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Automatic translation importMichael Bestas2014-09-094-0/+113
| | | | Change-Id: I3c5a94dc168057b1ee297cd85530cd7c2bd144ea
* Merge "photophase: bump version" into cm-11.0Jorge Ruesga2014-09-014-40/+20
|\
| * photophase: bump versionJorge Ruesga2014-08-314-40/+20
| | | | | | | | | | Change-Id: I3885d2c68aa8995b2dbbd6623f4bc90948089439 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* | Merge "photophase: allow to choose more than one minute for transition ↵Jorge Ruesga2014-09-012-3/+20
|\ \ | | | | | | | | | timers" into cm-11.0
| * | photophase: allow to choose more than one minute for transition timersJorge Ruesga2014-09-012-3/+20
| | | | | | | | | | | | | | | | | | | | | | | | JIRA: CYAN-4836 https://jira.cyanogenmod.org/browse/CYAN-4836 Signed-off-by: Jorge Ruesga <jorge@ruesga.com> Change-Id: I754e9ee71b196ce6d996542b07c238813124241b
* | | Merge "photophase: don't reset transition timer on pause" into cm-11.0Jorge Ruesga2014-09-011-4/+9
|\ \ \ | |_|/ |/| |
| * | photophase: don't reset transition timer on pauseJorge Ruesga2014-09-011-4/+9
| |/ | | | | | | | | | | | | | | JIRA: CYAN-4836 https://jira.cyanogenmod.org/browse/CYAN-4836 Signed-off-by: Jorge Ruesga <jorge@ruesga.com> Change-Id: I816ac4b0c015ec6c3f85272d33100fd710e76e6f
* / photophase: fix memory leaksJorge Ruesga2014-08-317-3/+85
|/ | | | | | | | | * Fix memory leak caused by unreleased of framebuffers new refs * pre-cache Roboto typeface * trace allocations/deallocations GL's resources Change-Id: Ib1ca22aae7ba90c4282f91dcef69a5fe274017a8 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Automatic translation importMichael Bestas2014-08-2372-84/+117
| | | | Change-Id: Ie06ddba7f4627f2eead4d3a7751d25bc7c016d09
* Automatic translation importMichael Bestas2014-08-106-11/+46
| | | | Change-Id: Id25cceedc90fbf97c18e22b4d7741730e13425b2
* Automatic translation importMichael Bestas2014-08-015-7/+26
| | | | Change-Id: Id8c3309e5e6fb03cddb101f485ba5c80f42b6f05
* Automatic translation importMichael Bestas2014-07-2425-9/+711
| | | | Change-Id: If8da19e6e8171ac3b5ca64667f8e90577be27ed9
* PhotoPhase: Remove references to inexistent stringsMichael Bestas2014-07-111-2/+0
| | | | | | | | | | These were removed in 22aecd384c4ec60c8c663540875beede462d40b7 but not removed from the preferences xml. Build was not broken until today's translation sync because it picked the missing strings from the translations. Change-Id: Ia4db2c4ef4a3dcbc6b9be0c9d1f22ab2b4423b50
* Automatic translation importMichael Bestas2014-07-1161-301/+1724
| | | | Change-Id: Ic2cdcc5422d045ba68860c403824b43ad5ff0fba
* photophase: fix summary for effect typesJorge Ruesga2014-07-101-1/+1
| | | | | Change-Id: I56dc67d94f6892cb601be8ebac147d9f54ad7413 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Improve preference summary strings.Danny Baumann2014-07-098-35/+123
| | | | | | | Remove some redundant summaries (e.g. for interval sliders) and make summaries of list preferences adapt to the respective selection. Change-Id: Ie120125fd36aef9b609326eb2d0e65224b7973d3
* Fix color picker layout.Danny Baumann2014-07-081-21/+16
| | | | Change-Id: I9bdd9cfce4d9fefd59c41fa090ce822e2990f00e
* Automatic translation importcm-11.0-XNPH33R-bacon-3628510d76cm-11.0-XNPH30O-bacon-4f280f505aMichael Bestas2014-06-2929-112/+3595
| | | | Change-Id: I04f9ea1a35b612b51c6458a4165a458e554197ff
* Merge "photophase: adjust number of lines for disposition summary view" into ↵Jorge Ruesga2014-06-264-3/+6
|\ | | | | | | cm-11.0
| * photophase: adjust number of lines for disposition summary viewJorge Ruesga2014-06-264-3/+6
| | | | | | | | | | Change-Id: Ie8fdef1b75b42063e451488c90b1b9bba25de2d6 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* | PhotoPhase: Fix typosMichael Bestas2014-06-261-2/+2
|/ | | | Change-Id: I328e1c932a09cc8f2d67dfb32c7f84f553892cf5
* photophase: cleanup GL resources in GLThreadJorge Ruesga2014-06-224-13/+38
| | | | | | | This avoid causing problem in HWUI thread, purging some undesired textures. Change-Id: Ibb713872e5ad19b0980c2e333d2a3fade4f21155 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* photophase: update stringsJorge Ruesga2014-06-211-6/+6
| | | | | Change-Id: Ic1129e79e107eb2102448837240ed61664a61b36 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* photophase: restrict max value for background dimJorge Ruesga2014-06-211-0/+3
| | | | | | | | A excessive dim will just display a black screen. Restrict the max value to a proper translucent value. Change-Id: I2e90541b2bff1554e745df1e84bd96e19e989a54 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* photophase: remove unnecessary flagJorge Ruesga2014-06-211-2/+1
| | | | | Change-Id: I8d16aefec1be262029a98786694abf7d5fc4d220 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* photophase: force world redraw before put GLView in sleep modeJorge Ruesga2014-06-211-1/+5
| | | | | Change-Id: I8b3d58d1c938cbce8ab1d5f24502d661c1a6a1bc Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* photophase: remove unnecessary callsJorge Ruesga2014-06-211-2/+0
| | | | | Change-Id: I8924e6ae2ba17d821205299026653c72f4c8a7b4 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Update stringsAbhisek Devkota2014-06-201-23/+23
| | | | | | Update strings to make them easier to understand. Change-Id: Iccda2bf85268364ac9bc807d286e525bb6017e17
* photophase: fix proguard flagsJorge Ruesga2014-06-151-2/+20
| | | | | Change-Id: I0823d87c16f447abbea85203d2b8a18cd965ce23 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Update license headersJorge Ruesga2014-06-14120-123/+125
| | | Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Tweak layoutsJorge Ruesga2014-06-143-3/+7
| | | Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Use the new google overflow buttonJorge Ruesga2014-06-145-1/+0
| | | Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Notify data changed after return to albums viewJorge Ruesga2014-06-141-0/+1
| | | Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Integration clean upJorge Ruesga2014-06-142-2/+1
| | | Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Bump version (1.0.6)Jorge Ruesga2014-06-143-2/+12
| | | Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Handle back button on ChoosePictureFragmentJorge Ruesga2014-06-143-7/+86
| | | Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Reduce synchronized linesJorge Ruesga2014-06-141-34/+34
| | | Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Fix random disposition bugJorge Ruesga2014-06-141-0/+1
| | | | | | The mRecreateWorld never set to false, causing the world to be recreated every time the device resume Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Fix NPE from getActivity() callJorge Ruesga2014-06-141-8/+30
| | | | | | Use onAttach and onDetach to execute mTask, to be sure that the activity was created Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Bump version (1.0.5)Jorge Ruesga2013-11-073-2/+12
| | | Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Use all space available of the screen on kitkatJorge Ruesga2013-11-072-3/+16
| | | | | | Kitkat has translucent bars, so we can use all the available screen space Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Fix disposition view-in animation on aosp 4.4Jorge Ruesga2013-11-073-50/+14
| | | Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Add isValidFragment definition required by aosp 4.4 Jorge Ruesga2013-11-071-0/+8
| | | Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Fix NPE because mSrcView not being set until picture view is displayed Jorge Ruesga2013-11-071-1/+2
| | | Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Fix onDissmissListener for 4.0.3 devices (not supported as builder) Jorge Ruesga2013-11-071-2/+2
| | | Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Add READ_EXTERNAL_STORAGE required by aosp 4.4Jorge Ruesga2013-11-071-0/+1
| | | Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Add missed filesJorge Ruesga2013-11-033-0/+162
| | | Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Bump version (1.0.4)Jorge Ruesga2013-11-031-2/+2
| | | Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Add changelog activityJorge Ruesga2013-11-036-6/+34
| | | Signed-off-by: Jorge Ruesga <jorge@ruesga.com>