summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-05-08Fix typo errorsInkyun Kil1-11/+11
Change-Id: I6911f29f186e8d730efd116fcb5d1747f7278cf9 Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
2017-05-08Modify descriptionSeungha Son10-320/+15
Remove unnecessary and wrong example code Modify description related with class Signed-off-by: Seungha Son <seungha.son@samsung.com> Change-Id: I84e547ffc696c934b53739d46f241a3127f8fdea
2017-05-08Modify to inherit from EventArgsMyungki Lee2-2/+3
- NotificationEventArgs, NotificationDeleteEventArgs Change-Id: I5eb98a54087f77ff07d74eaccaae1c17ce5b40bc Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
2017-04-28Add new apis for alarm notificationinkyun.kil3-4/+139
Signed-off-by: inkyun.kil <inkyun.kil@samsung.com> Change-Id: I79a85c9d104fe5d445e04abe9ac5b38b6e94546a
2017-04-27Support ResourceManager within tizen 3.0/4.0 native APIsJunghoon Park3-4/+24
- Since tizen 4.0, the native API, app_get_resource_manager_get() had been moved to libcapi-appfw-app-common.so.0 from libcapi-appfw-application.so.0 - Because of this stuff, the dotnet API was not easy to bind the native API. - To cover this issue, the fallback logic for importing that API is added Change-Id: I12a332949ebc1ce11d97149660e8bb519d5f0518 Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
2017-04-27Release version 1.5.1submit/tizen/20170427.131814submit/tizen/20170427.055106accepted/tizen/unified/20170428.033045Myungki Lee1-1/+1
- Update the summary Change-Id: I2d5e2aa1a60e51c6f5acd99a5f66c7f9466f9ab2 Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
2017-04-27Update the summary that describes the classMyungki Lee22-25/+98
Change-Id: I7b56f83ea18b7f516316b1b063041d1e80eb2bc1 Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
2017-04-26Remove unnecessary summarySeungha Son2-17/+0
Remove unnecessary summary to disappear summary in doxygen. This summary is related with EditorBrowsableState.Never attributes, So this summary shouldn't be open in public documentation. Signed-off-by: Seungha Son <seungha.son@samsung.com> Change-Id: I85ba7c6027a6c9edf74d03366d544e376d4e4459
2017-04-25Release version 1.5.0submit/tizen/20170425.085938accepted/tizen/unified/20170426.061731Seungha Son1-1/+1
Apply new design of Notification APIs Renewal Notification Signed-off-by: Seungha Son <seungha.son@samsung.com> Change-Id: Ic951d947386ef991d28546a072fd8b4c1d1d74f7
2017-04-25Delete dummy filesSeungha Son2-1062/+0
Signed-off-by: Seungha Son <seungha.son@samsung.com> Change-Id: Ibc436744ebe5c7af183d62d96b01c25ef0329e4c
2017-04-25Apply new design of Notification APIsMyungki Lee31-20/+3086
- implements NotificationEventListener Change-Id: I903a7b1386012a817cca9c6e5677ebabf840eaa0 Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
2017-04-25Renewal Notificationseungha.son29-707/+3205
Signed-off-by: seungha.son <seungha.son@samsung.com> Change-Id: Ia6253fe7ba07ae250a6ce67c405ee2e319254f7e Signed-off-by: jusung son <jusung07.son@samsung.com>
2017-04-18Release version 1.4.2submit/tizen/20170418.043247accepted/tizen/unified/20170418.072900Seungha Son1-1/+1
Tizen.Applications.Notifications - Exclude Lock from default NotificationArea Signed-off-by: Seungha Son <seungha.son@samsung.com> Change-Id: I2aa4f03b313b2a903f937254b82131a60f4632a7
2017-04-18Exclude Lock from default NotificationAreaSeungha Son2-1/+6
Signed-off-by: Seungha Son <seungha.son@samsung.com> Change-Id: I5b5373c1d70a58a16bd94d9e8660619ff0e5d277
2017-04-11Release version 1.4.1submit/tizen/20170411.042057accepted/tizen/unified/20170412.152158Inkyun Kil1-1/+1
Changes : - Fix bug difference of time_t size between 32bit and 64bit Change-Id: I047d77dd88ed2daf69075219a4e8a86202c407ec Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
2017-04-05Fix bug difference of time_t size between 32bit and 64bitinkyun.kil2-2/+3
- Refer to : The IntPtr type is designed to be an integer whose size is platform-specific. That is, an instance of this type is expected to be 32-bits on 32-bit hardware and operating systems, and 64-bits on 64-bit hardware and operating systems. Change-Id: Iec76f352e76d3af11c077eafe81894cc969e8382 Signed-off-by: inkyun.kil <inkyun.kil@samsung.com>
2017-03-31Release version 1.4.0submit/tizen/20170331.072131accepted/tizen/unified/20170331.083707accepted/tizen/tv/20170331.083337accepted/tizen/mobile/20170331.083529accepted/tizen/ivi/20170331.083351accepted/tizen/common/20170331.152844accepted/tizen_tvaccepted/tizen_mobileaccepted/tizen_iviaccepted/tizen_commonjongmyeongko1-1/+1
Changes: - Refine some log messages - Add missing API comment to the RequestEventCallback - Add missing Event Type - Fix ApplicationInfo internal constructor - Add ApplicationManager.IsRunning() method - Add Package.InstalledTime property - Hide apis related to RecentApplications Change-Id: I747ab78bcafa99ae47d0f604dfd47bb3bb8604ef Signed-off-by: jongmyeongko <jongmyeong.ko@samsung.com>
2017-03-30Hide apis related to RecentApplicationsinkyun.kil3-0/+6
Change-Id: I074db29f98aaaeac5d774a65fbc55f5fcfd05c57 Signed-off-by: inkyun.kil <inkyun.kil@samsung.com>
2017-03-30Add Package.InstalledTime propertys89.jang2-0/+14
Change-Id: Ia810e32735bc29babbadb2751c5951ef632b04c2 Signed-off-by: s89.jang <s89.jang@samsung.com>
2017-03-30Add ApplicationManager.IsRunning() methods89.jang1-0/+17
Change-Id: I598ca2682582a3be4cf63cd5d4e69ce278d17358 Signed-off-by: s89.jang <s89.jang@samsung.com>
2017-03-28Fix ApplicationInfo internal constructors89.jang1-0/+5
Get appid at contstructor. Throw a argument exception when failed to get appid from native handle. Change-Id: I9d9d03518b6117aa0f207303e4dc9e8ae9c7f75e Signed-off-by: s89.jang <s89.jang@samsung.com>
2017-03-27Add missing Event Typejongmyeongko1-1/+9
Change-Id: Icd2fd6c8331051f9203624c094616d56ca1277dc Signed-off-by: jongmyeongko <jongmyeong.ko@samsung.com>
2017-03-28Add missing API comment to the RequestEventCallbackjongmyeongko1-0/+9
Change-Id: I5b7aa08d0ec32d48d549caa74eecbc4c827b72cd Signed-off-by: jongmyeongko <jongmyeong.ko@samsung.com>
2017-03-27Refine some log messagess89.jang4-42/+42
Print pkgid or appid at log messages to provide more information. Change-Id: I76997861948c24151ed7428805cd58f31401ec72 Signed-off-by: s89.jang <s89.jang@samsung.com>
2017-03-27Release version 1.3.2submit/tizen/20170327.022441accepted/tizen/unified/20170327.052629accepted/tizen/tv/20170327.052546accepted/tizen/mobile/20170327.052530accepted/tizen/ivi/20170327.052607accepted/tizen/common/20170327.142555Junghoon Park1-1/+1
Changes: - Add ToastMessage class summary Change-Id: I731c5ee6504200d3a9e85c8e250e1641bacee215 Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
2017-03-24Add ToastMessage class summaryseungha.son1-0/+3
Signed-off-by: seungha.son <seungha.son@samsung.com> Change-Id: I066e0dce50dd26ea5f84ea5a4adae7eafa176331
2017-03-24Release version 1.3.1submit/tizen/20170324.023147accepted/tizen/unified/20170324.110756accepted/tizen/tv/20170324.110602accepted/tizen/mobile/20170324.110547accepted/tizen/ivi/20170324.110723accepted/tizen/common/20170324.122432Jiwoong Im1-1/+1
Changes: - Fix static analysis issue - Add missing member in DateTime structure Change-Id: I4e42ebbd3dea08caf6ed383a01fb2edf5b3734b3 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2017-03-23Add missing member in DateTime structureJiwoong Im1-0/+2
Change-Id: I8acb803e38676366e6caa4bb1afa616b64d7b32a Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2017-03-23Fix static analysis issueJunghyun Yeon1-88/+112
Change-Id: I574e69a0d9d29ecf0fa3539d7ed9085b55a5df77 Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
2017-03-23Release version 1.3.0submit/tizen/20170323.015913accepted/tizen/unified/20170323.085432accepted/tizen/tv/20170323.085321accepted/tizen/mobile/20170323.085302accepted/tizen/ivi/20170323.085409accepted/tizen/common/20170323.154357inkyun.kil1-1/+1
Changes: - Add new apis for getting information of recent applications Change-Id: I176165ca5e9be083fda3d3f3db71802a72ce116c Signed-off-by: inkyun.kil <inkyun.kil@samsung.com>
2017-03-21Add new apis for getting information of recent applications.inkyun.kil8-0/+219
Change-Id: Id72a7dc9089feeed0c57193b772bbac8b10f8474 Signed-off-by: inkyun.kil <inkyun.kil@samsung.com>
2017-03-20Merge "Add bundle encode/decode APIs" into tizensubmit/tizen/20170322.011725submit/tizen/20170321.221229accepted/tizen/unified/20170322.235948accepted/tizen/tv/20170322.235914accepted/tizen/mobile/20170322.235857accepted/tizen/ivi/20170322.235937accepted/tizen/common/20170322.153734Semun Lee0-0/+0
2017-03-21Add bundle encode/decode APIssubmit/tizen/20170321.014429accepted/tizen/unified/20170321.022315accepted/tizen/tv/20170321.022236accepted/tizen/mobile/20170321.022221accepted/tizen/ivi/20170321.022256accepted/tizen/common/20170321.102317Hyunho Kang2-0/+53
- Encode - Decode Change-Id: I16dfe77cde61e9bf7624dfa4cc126200b6520a4f Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
2017-03-20Release version 1.2.9submit/tizen/20170321.004242Hwankyu Jhun1-1/+1
Changes: - Fix a static analyzer issue - Add bundle encode/decode APIs - Initialize Tizen.Applications.ToastMessage - Revert "Add new API for getting filtered count" - Fix ApplicationManager.RegisterApplicationChangedEvent Change-Id: Iddbe32b31189b8345ea035a4bb9305396b6bae84 Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2017-03-20Fix a static analyzer issues89.jang1-7/+9
Use using statement to call Dispose() properly. Change-Id: Iafc78925819f0c40f45ee8d23cf8b891d3c9c718 Signed-off-by: s89.jang <s89.jang@samsung.com>
2017-03-20Add bundle encode/decode APIsHyunho Kang2-0/+53
- Encode - Decode Change-Id: If27b9fcb3c8cdc95878568e575842a47be71797b Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
2017-03-20Initialize Tizen.Applications.ToastMessageseungha.son15-25/+322
Signed-off-by: seungha.son <seungha.son@samsung.com> Change-Id: I9a8ed7dc5f20b7fbae5fe6224d1592b982209a51
2017-03-17Revert "Add new API for getting filtered count"jongmyeong ko3-49/+1
there is other way to get count from the result using C# lib. using System.Ling; pkglist = PackageManger.GetPackages(filter); pkglist.Count(); // This reverts commit 7b56cf8bf7696418ac3ac4975cde6845c75f732c. Change-Id: Ic52160b9d8e2ad0d5f0cbccbf8ff5c306103a2e0
2017-03-17Fix ApplicationManager.RegisterApplicationChangedEvents89.jang1-1/+7
Change-Id: Ic8ac0b9c80cb5731cee8c86220afecf4ad279f9a Signed-off-by: s89.jang <s89.jang@samsung.com>
2017-03-17Release version 1.2.8Junghyun Yeon1-1/+1
- Add APIs related with package - Add APIs related with clearing cache and userdata - Add APIs related with getting filtered count - Add ApplicationRunningContext class Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com> Change-Id: Ifa6e9e11e54f68f2ae0c18455b86fee9595685ec
2017-03-16Add ApplicationRunningContext classSangyoon Jang8-208/+247
ApplicationRunningContext has dynamic informations of application such as app state, process id. Some properties of ApplicationInfo class is removed or moved into ApplicationRunningContext class. Now ApplicationManager.GetRunningApplicationsAsync returns a list of ApplicationRunningContext and ApplicationLaunched/Terminated event passes ApplicationRunningContext class. Change-Id: Iab37846028d0f04de3a4de419cd4b923c3f0644e Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
2017-03-16Add new API for getting filtered countjongmyeongko3-1/+49
usage) var filter = new PackageFilter(); filter.Filters.Add(PackasgeFilter.Keys.Removalble, true); var pkgList1 = PackageManager.GetPackage(filter); var pkgList2 = PackageManager.GetPackage(filter); int count = filter.GetCount(); // get count from latest filtered result. int count = filter.GetCount(pkgList1); // get count from the given filtered result. Change-Id: Idd111de78964bd1bc81e4703945b4cc8d1fb8987 Signed-off-by: jongmyeongko <jongmyeong.ko@samsung.com>
2017-03-16Add missing API and fix wrong behaviorjongmyeongko8-93/+532
1. Add request-callback feature Usage) PackageManager.Install(packagePath, MyCallback1); PackageManager.Install(packagePath, tepPath, MyCallback1); PackageManager.Install(packagePath, tepPath, pkgType, MyCallback1); ... PackageManager.Move(packageID, PackageType.TPK, StorageType.External, MyCallbackMove1); PackageManager.Move(packageID, PackageType.TPK, StorageType.Internal, MyCallbackMove2); PackageManager.Uninstall(packageID, PackageType.TPK, MyCallback2); ... 2. Add Move, ClearData event usage) private static EventHandler<PackageManagerEventArgs> PackageEventCallback; PackageEventCallback = (s, e) => { Log.Debug(TAG, "callback called"); }; // set cb PackageManger.MoveProgressChanged += PackageEventCallback; PackageManger.ClearDataProgressChanged += PackageEventCallback; // unset cb PackageManger.MoveProgressChanged -= PackageEventCallback; PackageManger.ClearDataProgressChanged -= PackageEventCallback; 3. Fix wrong behavior of package-event handling. Requires: https://review.tizen.org/gerrit/#/c/116315/ https://review.tizen.org/gerrit/#/c/117332/ Change-Id: I31fa3eb35e7e56599e794221cd0e0120b297fb21 Signed-off-by: jongmyeongko <jongmyeong.ko@samsung.com>
2017-03-16Add new api for clearing cache, data directoryjongmyeongko3-18/+45
usage) PackageManager.ClearCacheDirectory(pkgId); // static method PackageManager.ClearDataDirectory(pkgId); // static method Move ClearCacheDirectory behavior from Package class to PackageManger class, so that all responsibility related to clearing directories are granted to PackageManager class only. Change-Id: I33b2f24b048f1e185e0a599d8650e5561af45340 Signed-off-by: jongmyeongko <jongmyeong.ko@samsung.com>
2017-03-16Add missing APIsJunghyun Yeon9-0/+374
- Package certificate-related APIs PackageManager.CompareCertInfo PackageManager.CompareCertInfoByApplicationId Package.CompareCertInfo - Package DRM-related APIs PackageManager.drm.GenerateLicenseRequest PackageManager.drm.RegisterLicense PackageManager.drm.DrcryptPackage PackageDrm.GetRequestData PackageDrm.GetLicenseUrl - Other package-related APIs PackageManager.GetPermissionTypeByApplicationId PackageManager.IsPreloadPackageByApplicationId Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com> Change-Id: I96e977b47bd612f8d8f902b9d4c273990c0608cd
2017-03-16Release version 1.2.7submit/tizen/20170316.042714accepted/tizen/unified/20170316.101700accepted/tizen/tv/20170316.101557accepted/tizen/mobile/20170316.101529accepted/tizen/ivi/20170316.101631accepted/tizen/common/20170316.161709Hwankyu Jhun1-1/+1
Changes: - Add files for DeviceOrientation to Tizen.Application project - Add new APIs - Add to get orientation event Change-Id: I2b77b42feb304cfa3457e0c411018b8af0edd895 Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2017-03-15Merge "Add files for DeviceOrientation to Tizen.Application project" into tizenSukHyung, Kang1-0/+2
2017-03-16Add files for DeviceOrientation to Tizen.Application projectSukHyung, Kang1-0/+2
Change-Id: I71a151accc0455507c3b97eff6db0f29a7c24b09 Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
2017-03-15Add new APIsHwankyu Jhun8-2/+280
- Add ApplicationEnabled - Add ApplicationDisabled - The event handler is called when the application is enabled or disabled. Change-Id: I4da9a6d49660168fcca016a9504ad4be344bdac4 Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2017-03-16Add to get orientation eventSukHyung, Kang9-0/+161
Change-Id: I128730161613d28ac3e2cdb9d392dad0feee1041 Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>