Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-17 | Migrate to Tizen 4.0 SDK projecttizen_8.0_m2_releasetizen_7.0_src.m2_releasetizen_6.5_src.m2_releasetizen_6.0_src.m2_releasesubmit/tizen_6.5/20211029.123901submit/tizen_6.5/20211028.164201submit/tizen_6.0_hotfix/20201103.115105submit/tizen_6.0_hotfix/20201102.192905submit/tizen_6.0/20201029.205505submit/tizen_3.0/20170718.093610submit/tizen/20200205.120137submit/tizen/20170912.085759submit/tizen/20170718.094920tizen_8.0tizen_7.0_hotfixtizen_7.0tizen_6.5tizen_6.0_hotfixtizen_6.0tizen | Lukasz Stanislawski | 15 | -345/+749 | |
Change-Id: Ie60993cc64a8a4412c99e6ce21ccc8b4ee75b378 | |||||
2016-12-19 | [TSAM-11683] grid: fix infinite loop problemtizen_5.5_src.m2_releasetizen_4.0.m1_releasesubmit/tizen_5.5_wearable_hotfix/20201026.184309submit/tizen_5.5_mobile_hotfix/20201126.142701submit/tizen_5.5_mobile_hotfix/20201126.134001submit/tizen_5.5_mobile_hotfix/20201125.191001submit/tizen_5.5_mobile_hotfix/20201026.185109submit/tizen_5.5/20191031.000001submit/tizen_5.0/20181101.000009submit/tizen_4.0/20170811.094300submit/tizen/20170607.055817submit/tizen/20161219.123145tizen_5.5_wearable_hotfixtizen_5.5_mobile_hotfixtizen_5.5tizen_5.0 | Lukasz Stanislawski | 1 | -0/+1 | |
Change-Id: Ifb425cf65d804ee985c58253fc8e45b9338ac41c | |||||
2016-12-12 | spec: change Flora license string | Lukasz Stanislawski | 1 | -1/+1 | |
Change-Id: If0602e8a52d1db37048d22380a1f19a693bbdd6c | |||||
2016-12-02 | remove unused functions | Lukasz Stanislawski | 8 | -209/+0 | |
Change-Id: Ie8fdd31a34abeed3980f8e19eb46032a0beae7c4 | |||||
2016-11-24 | list: implement sorting using rua informationsubmit/tizen/20161124.152656 | Lukasz Stanislawski | 4 | -6/+71 | |
Use information obtained from rua_stat module to sort list items. The patch introduces two modifications: 1. User rua_tag for change sorting order 2. Add information about chosen app to bundle in order to update rua statistics. Change-Id: Ie29cde379738e315f7353caeed64b7921aa3fad2 | |||||
2016-11-24 | Do not send reply on sharing app launch success | Kamil Lipiszko | 1 | -4/+3 | |
Change-Id: I2296656775cbfd902de6610f289728eeafbcad6e | |||||
2016-11-02 | LICENSE: Change license from Apache to Florasubmit/tizen/20161115.092532 | Kamil Lipiszko | 25 | -515/+516 | |
Change-Id: Ia6d4db65482042a87478d82ceee6c04bc7792c7c | |||||
2016-09-05 | Allow share via caller app.submit/tizen_3.0/20161028.092323submit/tizen_3.0/20161028.062323submit/tizen_3.0/20161018.001020submit/tizen/20160906.071914 | Radoslaw Czerski | 1 | -5/+1 | |
Change-Id: I02d602695d50e693e2fceb365dc6db06223fc6d6 Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com> | |||||
2016-08-11 | Documentation fixes.submit/tizen/20160811.123347 | Radoslaw Czerski | 1 | -5/+4 | |
Change-Id: If887db8a1f5a9d64ee1e4117939e12fd8358127f Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com> | |||||
2016-08-02 | [Doxygen] Detailed Description added. | Radoslaw Czerski | 3 | -8/+78 | |
Change-Id: I3ceb34d75bb2338d5c1751fa8251a557a667af69 Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com> | |||||
2016-07-28 | return failed reply when click on backgroundsubmit/tizen/20160728.080909 | Lukasz Stanislawski | 1 | -0/+1 | |
Change-Id: I265cd44eab95e63c446626b189a19b39e2fce04b | |||||
2016-07-15 | enable Doxygensubmit/tizen/20160719.084810submit/tizen/20160719.064651 | Kamil Lipiszko | 12 | -27/+2674 | |
Change-Id: I8a52e9be491c587f9df049ca5e3b0294228c0c97 | |||||
2016-07-10 | share_panel: send app_control operation result.submit/tizen/20160711.063703submit/tizen/20160710.171410 | Lukasz Stanislawski | 4 | -4/+58 | |
Some app like gallery/video-player expects a sharing operation result. Change-Id: Ic6b4ef419e4c0cda7e9e6332f63d885c8efbd05f | |||||
2016-07-05 | set opaque to "0"submit/tizen/20160707.135008submit/tizen/20160705.101644 | Lukasz Stanislawski | 1 | -1/+1 | |
Change-Id: Ibb26cbb398e4b45cadb21840bda6190e0b9ebaf3 | |||||
2016-07-05 | close share-panel after forward app.submit/tizen/20160705.071628 | Lukasz Stanislawski | 2 | -20/+2 | |
Patch fixes behavioral change intruduced in 3d5b45c60e66e44f9aee2701e64ec84bc723ad0b. When share-panel use aul_forward_app it should exit instead of waiting for paused state. Patch fixes display bug (share-panel blink after app was selected). Additionally remove all clean-up functions from terminate_cb since the seems useless. Change-Id: I030cacb67e671842f777547ed8e4c6f02a5ba706 | |||||
2016-06-02 | Set "*/*" mime if file to share have no extension.submit/tizen/20160605.070045 | Radoslaw Czerski | 1 | -2/+3 | |
Change-Id: Ib37c4b518a35543e985bc064477d71562ad7c5a9 Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com> | |||||
2016-06-01 | share_panel: Do not destroy control handlersubmit/tizen/20160601.123346 | Kamil Lipiszko | 1 | -1/+0 | |
Control handler received in app_control_cb should be destroyed by the caller not the callee. Change-Id: Icf8073dfcd0645a4f2b77daac62db4d9a4095a38 | |||||
2016-05-21 | Unfocus grid item reverted.submit/tizen/20160521.070936 | Radoslaw Czerski | 1 | -8/+4 | |
Change-Id: I4d76bbb4d1a33ff0e65bae2ba98e0d0111061ef7 Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com> | |||||
2016-05-20 | LICENCE added. | Radoslaw Czerski | 2 | -0/+211 | |
Change-Id: Iac1f23b0d5d81dcc6e2c4e615da7a0bf59e8d320 Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com> | |||||
2016-05-20 | Launch app request method Changed. | Radoslaw Czerski | 3 | -11/+29 | |
app_control_send_launch_request -> appaul_forward_app Change-Id: I3ab7fad92a62f1c8892ebacc8219000319689fd9 Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com> | |||||
2016-05-12 | manifest: Accelerate app launchsubmit/tizen/20160518.092206submit/tizen/20160512.081733 | Kamil Lipiszko | 1 | -1/+1 | |
Change-Id: I7d7b06aed04a346e7e0a12f4772c95526d820ff7 | |||||
2016-05-06 | list: Do not edit app_control pathsubmit/tizen/20160506.150230accepted/tizen/mobile/20160509.061704 | Kamil Lipiszko | 1 | -29/+0 | |
Change-Id: Id50cba9ecf560c02f19957a31e29b27dc1ac90f6 | |||||
2016-04-26 | list: after selection close popup [fix]submit/tizen/20160427.093812accepted/tizen/mobile/20160428.005159 | Kamil Lipiszko | 1 | -0/+1 | |
Change-Id: I3f25cd10d4a5a402cde32a9833799489fe689d20 | |||||
2016-04-08 | Missing privilege added.submit/tizen_app/20160412.073954submit/tizen_app/20160411.164314submit/tizen/20160408.145624accepted/tizen/mobile/20160411.005630tizen_app | Radoslaw Czerski | 1 | -0/+1 | |
Change-Id: Ie407b6df73a0a4c94ea6aaf40512f94000988c95 Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com> | |||||
2016-04-08 | '*/*' set as mime when no mime set. | Radoslaw Czerski | 2 | -0/+31 | |
Fix for TSAM-1712 Change-Id: I40eab4a9e041b513e8ccc8896a680e94f492c07f Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com> | |||||
2016-04-07 | Merge remote-tracking branch 'origin/tizen_app' into tizensubmit/tizen/20160407.122746accepted/tizen/mobile/20160408.004347 | Lukasz Stanislawski | 111 | -674/+1444 | |
Change-Id: I0c6c65e70bc59ed61b0b88cbc153c3b3b40ad6da | |||||
2016-04-01 | remove conf.edc linksubmit/tizen_mobile/20160404.115627accepted/tizen/mobile/20160405.013432 | Lukasz Stanislawski | 3 | -3/+2 | |
Change-Id: Ie9ada7e69f920f969291237d4e5afe6d595ba9a7 | |||||
2016-03-30 | Use same manifest for SDK and gbs builds | Lukasz Stanislawski | 2 | -17/+1 | |
Change-Id: Ic06be6ed135f0bedb60330083516784930a1d366 | |||||
2016-03-29 | No need to alternate resource paths | Lukasz Stanislawski | 2 | -15/+0 | |
Since images starting ~22/03/2016 app_get_resource_path correctly distinguish global and per user installations. Change-Id: Ib2530043ba714a2211f5940cd2a33c13b2081ffc | |||||
2016-03-29 | Merge remote-tracking branch 'origin/sandbox/stanluk/tizen_sdk' into tizen_appsubmit/tizen_app/20160329.174759 | Lukasz Stanislawski | 11 | -8/+246 | |
Change-Id: I79b87dceaaeacf2b07700de663c8d3b5d51fbcda | |||||
2016-03-15 | generate package signaturesandbox/stanluk/tizen_sdk | Lukasz Stanislawski | 1 | -3/+3 | |
Package signature is being used by pkg_initdb and pkg-install-manifest commands to rebuild privilages database. Without signature developer is unable to add new privlages on package reinstallation. Change-Id: I91b2c38e70752dbe284cddbbaa1463d65525fe17 | |||||
2016-03-15 | Not needed defines removed. | Radoslaw Czerski | 2 | -7/+4 | |
Change-Id: I130e1e5b749f7e2027da958af16a03c614b4847c Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com> | |||||
2016-03-15 | Restore gbs buildsubmit/sandbox/stanluk/tizen_sdk/20160315.131416 | Lukasz Stanislawski | 9 | -1/+242 | |
ABS build system is far from being ready and it doesn't look like it will be ready in near future. To support submission into Tizen images the previous build system must have been restored. From now on two build system must be supported. Change-Id: I1dc4712104086c4bd331edcb6ab2d3cb55be99fa | |||||
2016-03-09 | Internal macros removed.submit/tizen_mobile/20160312.113851submit/tizen_app/20160314.090335submit/tizen_app/20160312.111412 | Radoslaw Czerski | 2 | -22/+11 | |
The macros have been replaced by dlog_print() function. Secure log macros have been removed. Change-Id: If752ed7d3623f23d20e2ec13ee8a837fd5b18a7b Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com> | |||||
2016-02-24 | build: migrate to CLI project. | Lukasz Stanislawski | 7 | -0/+446 | |
Change-Id: I3b06218ce44581cf92aa1632d3ab1fca00a5819a Signed-off-by: Lukasz Stanislawski <l.stanislaws@samsung.com> | |||||
2016-02-24 | po: move translation files | Lukasz Stanislawski | 67 | -0/+0 | |
Change-Id: I8809ab370526540be6cb89fb8cb037d05c2d2f29 | |||||
2016-02-03 | Unneeded CMakeList files removed. | Radoslaw Czerski | 3 | -109/+0 | |
Change-Id: Ie4c714a018060f47355c78e664d7882994f5ab05 Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com> | |||||
2016-02-03 | Destroy share-panel after app launch. | Radoslaw Czerski | 1 | -1/+8 | |
Change-Id: I77ab66fd53c0c68c9fc69fdaa3d5e5a789d4379b Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com> | |||||
2016-02-03 | Bug containing code have been commented out. | Radoslaw Czerski | 1 | -4/+9 | |
Code not removed due to app UI guide relation. Change-Id: I912e62f5b59f832202a62b3291b5d64f76ca1686 Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com> | |||||
2016-02-03 | Caller app control data passed without bundle. | Radoslaw Czerski | 5 | -137/+30 | |
Internal headers and APIs removed. Change-Id: If4dc8e72a86d6e217fa26dbd431067cbcf93c798 Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com> | |||||
2016-01-31 | manifest fixes. | Radoslaw Czerski | 1 | -1/+1 | |
multiple="false" nodisplay="true" Change-Id: Ic2d46cee5f6d0f29076c3fbd37d82a2adff3cee5 Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com> | |||||
2016-01-30 | File paths retrieving fixed. | Radoslaw Czerski | 8 | -22/+109 | |
Change-Id: I3edf70a45b838ed29b9d4fa3933b678f5d4cab89 Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com> | |||||
2016-01-30 | Migrate to Tizen SDK 3.0 | Radoslaw Czerski | 27 | -552/+798 | |
Change-Id: Ib9399fb9eb2025cd6f126aacd527bcf012d41531 Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com> | |||||
2016-01-04 | [Share-panel] Fixed jira issue; Add the privilege about app launchsubmit/tizen/20160712.034912submit/tizen/20160119.014751accepted/tizen/mobile/20160119.043553 | moon87.park | 1 | -0/+4 | |
Change-Id: Ibabecebb051bee0ffe0968733737e9fe1ef27531 | |||||
2015-12-09 | [Share-panel] Modify the build errorsubmit/tizen/20151211.011623accepted/tizen/mobile/20151211.054507 | moon87.park | 2 | -6/+3 | |
Change-Id: Ibd060b99830fde45e14640756d99e9ea3455795e | |||||
2015-12-02 | [Share-panel] Delete the smack | moon87.park | 4 | -13/+1 | |
Change-Id: I8c4e989bd219c383c7cd35d7e1ebf7c154780fbf | |||||
2015-12-02 | [Share-panel] Initial Version | moon87.park | 100 | -0/+4544 | |
Change-Id: I4d3ce04e2e136bee39fa8a972c7eb405ab8297f7 | |||||
2015-11-08 | Initial empty repositoryHEADmaster | KyungMi Lee | 0 | -0/+0 | |