Commit Graph

3035 Commits (2c5e3b2ad1c41662f4ad07eeb24cd4441d627dbf)

Author SHA1 Message Date
milanperera babe8e6c5e Removed info logs 10 years ago
milanperera 133bb9a6ea Fixed indentation issues 10 years ago
milanperera b0bc3ff3f1 Merged 10 years ago
prabathabey b4a61b0243 Adapting packaging changes introduced in device.mgt.extensions for registry based license manager 10 years ago
prabathabey 90502c34d7 Configuring default license for Android and code cleanup 10 years ago
milanperera b3e6f24b17 Merged 10 years ago
prabathabey ef9407859a Incorporating changes done upon RegistryBasedLicenseManager implementation 10 years ago
prabathabey e8b6cd1830 Adding URL Printer startup handler implementation to devicemgt-plugins 10 years ago
milanperera 7374fe8e4b Refactored 10 years ago
milanperera 6293930800 Merged 10 years ago
milanperera ff7854daaf Merged 10 years ago
prabathabey 29a6f0706a Adapting LicenseManager changes introduced in org.wso2.carbon.device.mgt.core and org.wso2.carbon.device.mgt.extensions 10 years ago
milanperera c9bd29f40d Merged 10 years ago
milanperera b48536dcd1 Fixed enrollment issue 10 years ago
harshanl d07c226dd5 Added tenant configuration related changes 10 years ago
geethkokila 87073ffc5c Fixing the policy monitoring interface 10 years ago
geethkokila fdec4ec5e2 Adding the policy monitoring service for android and windows 10 years ago
manoj 656c90b61d change add operation return to int 10 years ago
prabathabey ce348da6fb Fixing Android and Windows plugin implementations to be compliant with the API changes introduced 10 years ago
harshanl 2014902cfb Fixed build break 10 years ago
prabathabey 0e05a992a5 Fixing Android and Windows MDM plugins to be compliant with changes introduced to device.mgt.core 10 years ago
prabathabey f7dbfa7985 Code cleanup 10 years ago
prabathabey f9f0e2a6a4 Adapting changes done to the upstream interfaces 10 years ago
Milan Perera 679cc35265 Update AndroidDeviceManager.java 10 years ago
mharindu 758c6a5f24 Refactored device info function 10 years ago
mharindu e4c64afdd3 Refactored device info 10 years ago
manoj 145fe35c7e Remove applist from device status update 10 years ago
manoj 3da5169bbb Install APP service 10 years ago
manoj 22a951c84d Refractor connection handling in mobile dao factory 10 years ago
manoj 10bf596281 Refractor DB connections and resultsets 10 years ago
manoj d416a38eaf Remove bundle activator 10 years ago
manoj 4516aeecec Refractor Mobile DAO Factory. Remove device source map and config map 10 years ago
manoj e3f3753e7e Move IOS plugin to ios proprietary repo 10 years ago
manoj c070c0c599 Change plugin interface DeviceMgt Service 10 years ago
manoj 18d3b0d20d APP Manager integration and move IOS related functionality to IOS plugin 10 years ago
manoj 028241f518 APP Manager integration. Remove IOS related stuff and move to ios plugin 10 years ago
manoj 4a384498f2 Connection close implement for feature dao 10 years ago
Dulitha Wijewantha 0f401090c0 * Changing sql ID to correct name 10 years ago
manoj eec444201d Refractor DAO Fatcory connections 10 years ago
manoj df99f5a245 components/device-mgt/org.wso2.carbon.device.mgt.mobile.impl/src/main/java/org/wso2/carbon/device/mgt/mobile/dao/MobileDeviceManagementDAOFactory.java 10 years ago
harshanL 4455f284f8 Refactored Android plugin code 10 years ago
harshanL 7c2a25a1c9 Fixed issues in AndroidDeviceDAO implementation 10 years ago
harshanL d790260789 Fixed AndroidDAO layer to insert DEVICE_MODEL 10 years ago
harshanL 8f631ce92e Fixed AndroidDAO layer to insert DEVICE_MODEL 10 years ago
harshanL a6a1f1aaf3 Android DeviceDAO layer fixes added 10 years ago
harshanL f75aa4e1c8 Added Android pluging DAO layer & db scripts 10 years ago
Dilshan Edirisuriya f693311ed9 iOS device DAO implementation 10 years ago
Dilshan Edirisuriya 8437e30b97 Removing tests which is not applicable after refactoring 10 years ago
Dilshan Edirisuriya 928c6f3384 Implementing IOS feature DAO and device DAO 10 years ago
manoj 46b3a8fd83 Refractor Plugin DAO factories 10 years ago
manoj c5af46aa5c Refractor Plugin DAO factories 10 years ago
manoj fe72fc5b97 Refractor Plugin DAO factories 10 years ago
manoj c75a32a36e Add platform level DAO factories 10 years ago
manoj 39379e2470 Add platform level DAO factories 10 years ago
Dilshan Edirisuriya 951b9947d5 Implementing FeatureDAO for iOS 10 years ago
harshanL a10d7ff04f Added Android-sql scripts & Fixed FeatureManager 10 years ago
manoj 66545c14c4 Merge branch 'master' of https://github.com/wso2/carbon-device-mgt-plugins 10 years ago
manoj 7f47c5ced2 Create Plugin Data bases at startup 10 years ago
manoj 8dbdde8223 Create Plugin Data bases at startup 10 years ago
prabathabey 1fb4864307 Merge branch 'master' of https://github.com/wso2/carbon-device-mgt-plugins 10 years ago
prabathabey 649feeea2a Completing Android feature management implementation and adding IOS feature management implementation 10 years ago
manoj 1798fabc01 Create plugin level database 10 years ago
prabathabey befecac320 Removing obsolete Operation manager implementations in mobile plugin 10 years ago
manoj 311d5b091b Create database in plugin level 10 years ago
manoj ef1b304b14 Create databases in plugin level 10 years ago
prabathabey 11d416cb82 Fixing MobileDAOFactory initialization issues 10 years ago
manoj 9452631abc Create database in plugin level 10 years ago
manoj 1c13180e56 Create pluin level databases 10 years ago
prabathabey decbcc83fc Fixing the issue where the data-sources are not initalized by the time the mobile device management component is initialized 10 years ago
prabathabey 6ca7ee6c78 Fixing NPE thrown while shutting down the MDM server 10 years ago
manoj 2ece5764d3 Create pluin level databases 10 years ago
manoj b796dee2e5 Create plugin level database 10 years ago
manoj acb098f3ec Create plugin level database 10 years ago
prabathabey 340cf2a003 Removing API registration logic from mobile plugin implementation 10 years ago
prabathabey 83fbfc98be Introducing API changes to Android, iOS and Windows plugin implementations 10 years ago
prabathabey c09e16021e Adding feature management features 10 years ago
prabathabey 3e6ddbfb04 Fixing build failures 10 years ago
prabathabey 7e253156f6 Code cleanup 10 years ago
prabathabey cb05d53510 Fixing merge conflicts 10 years ago
prabathabey fd7ab1aa54 Incorporating API changes introduced into the device management core 10 years ago
asok c14b2ab722 Merge branch 'master' of https://github.com/wso2/carbon-device-mgt-plugins 10 years ago
Dilshan Edirisuriya 023902a8b9 Adding IOS mobile operation manager 10 years ago
Dilshan Edirisuriya dcd7274093 Removing IOS mobile operation manager 10 years ago
Dilshan Edirisuriya 2a5e5467ac Removing import 10 years ago
Dilshan Edirisuriya 47d225b2d9 Merge branch 'master' of https://github.com/wso2/carbon-device-mgt-plugins 10 years ago
Dilshan Edirisuriya 7798573751 Implementing operation manager for iOS 10 years ago
Geeth Munasinghe 4bd7f2c6aa [maven-release-plugin] prepare for next development iteration 10 years ago
Geeth Munasinghe 805f6a1417 [maven-release-plugin] prepare release v1.9.1 10 years ago
Geeth Munasinghe a20c9dcec2 Changing the version of carbon-device-mgt to 0.9.1 and making this to re-release as 1.9.1 10 years ago
Geeth Munasinghe f7e3b95c76 [maven-release-plugin] prepare for next development iteration 10 years ago
Geeth Munasinghe 610485dd24 [maven-release-plugin] prepare release v1.9.1 10 years ago
Dilshan Edirisuriya dc33b8e69d Implementing getDevice in iOS 10 years ago
Dilshan Edirisuriya de7e87af62 Modify Enrollment implemented 10 years ago
harshanL 3d75d58782 Changed mobile-device database schema & DAO layer 10 years ago
Dilshan Edirisuriya bbd6ff8343 Implementing isEnrolled method 10 years ago
asok 78d6e27e15 unimplemented methods returns false 10 years ago
Dilshan Edirisuriya 7358a5145b Implementing iOS plugin services 10 years ago
asok 02c57a9323 change error info 10 years ago
asok 0a78e46f21 Merge branch 'master' of https://github.com/wso2/carbon-device-mgt-plugins 10 years ago
asok 2f18f03fb3 adding windows enrolment 10 years ago
harshanL dcbfd06075 Added debug logs 10 years ago
harshanL 2dc1fe240f Refactored DAO implementations & added comments. 10 years ago
harshanL ac6eca2cbc Refactored unit-tests to check for SAX parser exceptions 10 years ago
harshanL 26883800ea Refactored unit-tests 10 years ago
harshanL f4da4c35fc Refactored unit-tests 10 years ago
harshanL dbf296605f MDM-312 fix : Refactored code of MDM MobileImpl component 10 years ago
harshanL 7f436f4f75 Added comments to DAO unit tests 10 years ago
harshanL 3b1e9ebfd5 Added unit-tests for mobile related dao layer 10 years ago
harshanL 8dd8437810 Added correct license headers 10 years ago
Geeth Munasinghe 6190741df2 [maven-release-plugin] prepare for next development iteration 10 years ago
Geeth Munasinghe 5b1f352e77 [maven-release-plugin] prepare release carbon-devicemgt-plugins-1.9.0 10 years ago
Geeth Munasinghe 78b6b8f6d8 Changing the version and removing the repositories 10 years ago
Geeth Munasinghe 813259631d [maven-release-plugin] prepare for next development iteration 10 years ago
Geeth Munasinghe fd038a0e7d [maven-release-plugin] prepare release carbon-devicemgt-plugins-1.9.0 10 years ago
Geeth Munasinghe 5303f47f9d Changing the group id 10 years ago
Geeth Munasinghe fe3bd490c8 Changing the version to 1.9.0-SNAPSHOT 10 years ago
Geeth Munasinghe c6ae34c54b Removing product folder and changing the parent artifact id 10 years ago
Geeth Munasinghe 2ccc35f9bd Fixing the product mdm repo with released device mgt component -version 0.9.0 10 years ago
harshanL 4c42f6c337 Refactored pom files 10 years ago
harshanL 2b52e3ccd2 Refactored the source & modified the build 10 years ago
harshanL f6c640ef57 MDM-296 Fix 10 years ago
prabathabey 1c8aaab209 Fixing SNAPSHOT versions in some of the dependent components 10 years ago
Geeth Munasinghe d167daef78 Changing the group id of the cdm and mdm products, and gropuing the dependencies 10 years ago
harshanL 84b40f802f Unit test code changes 10 years ago
prabathabey 67f0f31baa Code cleanup 10 years ago
prabathabey 733ae8ed10 Adding proper dependency exclusions to poms, making MobileFeatureDAOTestSuite use jdbc pooling instead of dbcp and making testdbconfig.xml to be compliant with platform naming standards 10 years ago
Dulitha Wijewantha 5b68949c41 Merge branch 'master' of github.com:wso2/product-mdm 10 years ago
Dulitha Wijewantha 3f7b93163b * Added a description to the feature implementation 10 years ago
prabathabey e9ebd88445 Configuring logging for test cases 10 years ago
prabathabey b17b514d11 Resolving conflicts 10 years ago
prabathabey da34270a61 Fixing API Manager related issues 10 years ago
harshanL e40424c758 Added copying mobile db scripts to bin.xml & refactored code 10 years ago
Dulitha Wijewantha 899662c5d5 Merge branch 'master' of github.com:wso2/product-mdm 10 years ago
Dulitha Wijewantha df09c4bd3c * Added method to the mobile feature DAO to get features by type 10 years ago
harshanL 54e827ce68 Added unit-tests & refactored the code 10 years ago
Dulitha Wijewantha f1193b5647 Fixed indentation. UI module changes 10 years ago
Dulitha Wijewantha 24184b48a7 Reverted changes back to the list implementation. The Map conversion is not properly supported in CXF 10 years ago
harshanL ad3f748e0b Fixed merge conflicts 10 years ago
harshanL 163fe58120 Added new changes in operation management 10 years ago
Dulitha Wijewantha 9f71408001 * Fixed the JNDI bug 10 years ago
Dulitha Wijewantha 99f7cd25e8 Merging left over changes from MDM. Most of the changes are from @harshahL. 10 years ago
Geeth Munasinghe bc93ff08a4 Changing cdm to mdm 10 years ago
Geeth Munasinghe 5e3ebc141c As discussed in the product counsil, the MDM will be the mobile solution built upon CDM framework 10 years ago
Geeth Munasinghe 77016e614c Merge branch 'master' of https://github.com/geethkokila/product-cdm 10 years ago
harshanL 193eca9e2d Added operation persistance logic & refactored the code 10 years ago
Geeth Munasinghe 9f789af79f Fixing git repo issues 10 years ago
Geeth Munasinghe ce3149bc45 Adding partially completed policy evaluation 10 years ago
manoj da0351ebcd Change device type to device type Id 10 years ago
manoj 72a3df080b Merge branch 'master' of https://github.com/geethkokila/product-cdm 10 years ago
manoj aa50bf96ed Add License Mgt 10 years ago
manoj 50a17eb33d Refactor add new mobile service module to as parent to agent module 10 years ago
Dulitha Wijewantha f340855916 Merge branch 'master' of https://github.com/geethkokila/product-cdm 10 years ago
Dulitha Wijewantha adebf34ff2 Refactored the device id to integer. 10 years ago
DilanUA e093d53b43 Copyright notices of policy-mgt classes were updated. 10 years ago
DilanUA cbe13288d0 [1] Copyright notices of policy-mgt component classes were updated. [2] Mispelled getJndiLookupDefinition() of org.wso2.carbon.policy.mgt.core.config.datasource.DataSourceConfig was updated. 10 years ago
Dulitha Wijewantha 250c48a258 Fixed an issue of DeviceType and DeviceIdentifier. Implemented the getDeviceType method 10 years ago
harshanL 771575c408 Fixed conflicts in merge 10 years ago
harshanL 207a51a269 Added license headers with changes 10 years ago
prabathabey 74b8a32be3 Fixing exception getting swallowed in activate method of the service component 10 years ago
prabathabey 043bfb7742 Code cleanup 10 years ago
prabathabey 07e3dc9644 Fixing exception getting swallowed in deactivate method of the service component 10 years ago
prabathabey 83c9ae42b5 Fixing NPE thrown at server startup as a result of APIManagerConfigurationService not being available while the JAX-RS services are registered as APIs 10 years ago
prabathabey b7984c18b6 Code cleanup 10 years ago
prabathabey 29bfc6f09f More code cleanups 10 years ago
prabathabey 5f242d6165 code cleanup 10 years ago
prabathabey 9e695ecc85 Adding test cases to test unregistering a device management service from the device management repository 10 years ago
prabathabey 233f9e8d1f Renaming DeviceMgtDAOTestSuite.java to DeviceManagementDAOTests.java 10 years ago
prabathabey daa13e3732 Fixing licensing headers 10 years ago
prabathabey 2b1a5dd6c4 code cleanup 10 years ago
prabathabey f2a80d3ede Merge branch 'master' of https://github.com/geethkokila/product-cdm 10 years ago
prabathabey a31767d114 Adding test cases for device repository handling and device management config initialization 10 years ago
inosh-perera b7ca60d802 Merge branch 'master' of https://github.com/geethkokila/product-cdm 10 years ago
inosh-perera 40ee310f42 returning auto incremented id 10 years ago
DilanUA 1d45b494f1 Method signature of updatePolicy method in org.wso2.carbon.policy.mgt.common.Policy.PolicyDAO was updated 10 years ago
harshanL 92503ac0fe Added CDM-REST APIs 10 years ago
manoj 7feb390cef Add governance and registry features 10 years ago
manoj d0603f3e0b Merge branch 'master' of https://github.com/geethkokila/product-cdm 10 years ago
prabathabey 2871af5c38 cleaning up poms, removing unused dependencies from pom, declaring missing dependencies 10 years ago
manoj b2f89320f7 Android JAX RS Refactor 10 years ago
manoj 1db2b40790 Android Services Refactor 10 years ago
prabathabey aa7d4e4eba Fixing API config initialization issues 10 years ago
prabathabey 717fa6dea8 Restructuring plugin config hierarchy 10 years ago
prabathabey 72dfc1ea14 Fixing more server start-up issues caused by not having proper package exports configured in org.wso2.carbon.device.mgt.mobile.impl as well as not having application-authentication.xml copied into CDM_HOME/repository/conf/security directory 10 years ago
inosh-perera f2c6eab6a3 OperationDAO, FeaturePropertyDAO, OperationProperty and related implementaions 10 years ago
inosh-perera 1c2ede6be5 adding FeaturePropertyDAO and related implementation classes 10 years ago
prabathabey d015b9a960 Pom cleanup 10 years ago
inosh-perera d51669539a Merge branch 'master' of https://github.com/geethkokila/product-cdm 10 years ago
prabathabey da792f96d8 Enabling surefire plugin 10 years ago
prabathabey 03e9bd341e Code cleanup 10 years ago
inosh-perera 4f16f32269 Merge branch 'master' of https://github.com/geethkokila/product-cdm 10 years ago
inosh-perera f103b73367 adding featureDAO classes and unit tests 10 years ago
Geeth Munasinghe ff859eaf19 Merge branch 'master' of https://github.com/geethkokila/product-cdm 10 years ago
manoj f01f822f6f Refactor Device Management service exception class 10 years ago
manoj 704afe78ae Delete test classes 10 years ago
inosh-perera 8c613539cc Merge branch 'master' of https://github.com/geethkokila/product-cdm 10 years ago
Geeth Munasinghe 0dd8009471 Merge branch 'master' of https://github.com/geethkokila/product-cdm 10 years ago
manoj 0ba84713cd Correct copy right text and refactor 10 years ago
Geeth Munasinghe 9bddb9407b Fixing pom issues 10 years ago
manoj acf33bdbe4 JAX RS Refractor 10 years ago
prabathabey a6dd8875b5 Fixing build issues 10 years ago
prabathabey b5eb0f0eb8 Merge branch 'master' of https://github.com/geethkokila/product-cdm 10 years ago
prabathabey 982bd830bc adding mobile operations related abstractions 10 years ago
harshanL 87d47c1d93 Refactored code comments 10 years ago
harshanL 0cd90fc349 Added device type to DB when registering the plugin 10 years ago
inosh-perera 72daca5ebd Merge branch 'master' of https://github.com/geethkokila/product-cdm 10 years ago
prabathabey 7f089b2a30 fixing packaging structure of mobile impl module and adding operations manager related interfaces 10 years ago
inosh-perera b8152d8abe chnaged the version of wso2 carbon dependance 10 years ago
prabathabey f3a73b453e removing obselete module out of the parent pom of device-mgt component 10 years ago
prabathabey fea3486084 adding API Everywhere related changes to device-mgt component 10 years ago
harshanL e60e7b6d7f Fixed issues in Android JAX-RS app 10 years ago
harshanL 0ad9d1bd16 Added device type insert query to h2 database script 10 years ago
harshanL 9ba2c0198c Fixed issues in enrollment process 10 years ago
Geeth Munasinghe 29247f7b50 Removing the unnessacary files from distribution target folder and changing the policy 10 years ago
harshanL ad10426c11 Added mobile device management service with db schema 10 years ago
Geeth Munasinghe e4d6070bee Adding the datasources changes 10 years ago
Geeth Munasinghe 28fa871eda Fixing names of the variable names 10 years ago
manoj 3419aba202 change set ploicy method 10 years ago
Geeth Munasinghe 78cc3b0070 Removing white spaces from the policy management and making data time fileds long 10 years ago
manoj 3ee767f1b2 merge after JAX-RS changes 10 years ago
manoj 37a47ec347 JAX-RS Refractor 10 years ago
Geeth Munasinghe 137023aa8b Merge branch 'master' of https://github.com/geethkokila/product-cdm 10 years ago
prabathabey 674735d9db code cleanup 10 years ago
prabathabey f563e1f448 Fixing merge conflicts 10 years ago
prabathabey a69fc9dc4c Fixing issues spotted as a result of the bundle getting activated before the datasources used underneath are registered in JNDI 10 years ago
harshanL 95f72f77f1 Commented MobileActivator jndi lookup code 10 years ago
Geeth Munasinghe e268660540 Merge branch 'master' of https://github.com/geethkokila/product-cdm 10 years ago
Geeth Munasinghe bd5971d263 Comminying policy management related code 10 years ago
harshanL 4a419f3ebf Added mobile device management related db classes 10 years ago
harshanL a5018afadf Making the plugin resolution optional for the core component 10 years ago
manoj 8fa2f38f37 remove EMM DB scripts file 10 years ago
prabathabey 0543d71f6b Merge branch 'master' of https://github.com/geethkokila/product-cdm 10 years ago
prabathabey 0acf34ae51 Fixing DAOFactory initialzation related issues 10 years ago
harshanL 9f5fb3fb91 Added MobileDeviceDAO classes 10 years ago
harshanL 006b07b399 Fixed issues in build & added COPE to enum 10 years ago
manoj aa2448dd0a Add device list method and chgange getDevice by Id method return type to device 10 years ago
manoj 18083d2d11 DAO unit tests implementation 10 years ago
manoj 10a05b024f Device DAO unit tests implementation 10 years ago
manoj 6a86ab43c1 Merge branch 'master' of https://github.com/geethkokila/product-cdm 10 years ago
manoj 8ad13b6d0a Implement DAO unit tests 10 years ago
manoj c4e2722586 Unit test framework for DAO tests 10 years ago
Geeth Munasinghe 274d9ec37e Adding the feature management service and android application to webapps 10 years ago
harshanL 80334ef00d Added new APIs to enrollment 10 years ago
harshanL 6d5ea7f586 Added JSON to Device object conversion 10 years ago
prabathabey f50e9cebdb Fixing issues in reading the SQL script associated with CDM related functionalities 10 years ago
prabathabey f321b133b8 Merge branch 'master' of https://github.com/geethkokila/product-cdm 10 years ago
prabathabey c199f6fe69 Renaming MobileDeviceManagementServiceComponent.java as MobileDeviceManagementBundleActivator.java and adding missing Bundle-Activator header in org.wso2.carbon.device.mgt.mobile.impl pom 10 years ago
harshanL 9697c1fa99 Added comments to the DeviceManagerService interface 10 years ago
harshanL 7c7768101f Modified Android enrollment APIs and changed isRegistered to isEnrolled 10 years ago
harshanL d09b37b4ce merged changes to master 10 years ago
harshanL c2f5d79b9c Added Android-REST API implementation changes 10 years ago
prabathabey 441a135acb Cleaning up constants 10 years ago
Geeth Munasinghe ef515289cc Fixing pom issues 10 years ago
prabathabey 066212e19d Merge branch 'master' of https://github.com/geethkokila/product-cdm 10 years ago
prabathabey 81abcefc30 cleaning up poms 10 years ago
Geeth Munasinghe 233c3c60b2 Adding policy mgt daos 10 years ago
Geeth Munasinghe 6bc84366f2 Fixing starting problems 10 years ago
prabathabey 1476036b89 cleaning up constants 10 years ago
harshanL 1d94f81ec6 Merge branch 'master' of https://github.com/geethkokila/product-cdm 10 years ago
harshanL 18f858ab3a Added updateDeviceInfo method to DeviceManagerService. 10 years ago
harshanL 4b22589796 Modified DeviceManagerService to return operation status. 10 years ago
prabathabey 81dd70bb6c cleaning up DAO layer 10 years ago
Geeth Munasinghe a14980df1c Changing the policy interface 10 years ago
Geeth Munasinghe 6f79ae79e2 Changing the policy test cases 10 years ago
prabathabey ee030e136d Renaming deviceMgt-config.xml as cdm-config.xml 10 years ago
prabathabey 518892fedd Merge branch 'master' of https://github.com/geethkokila/product-cdm 10 years ago
prabathabey 278240b02f Bridging DeviceManagement core functionalities together with the persistence layer 10 years ago
Geeth Munasinghe 450adc73e2 Merge branch 'master' of https://github.com/geethkokila/product-cdm 10 years ago
Geeth Munasinghe ec91735fa3 Adding test cases for policy management 10 years ago
prabathabey fce61a59e2 Fixing DeviceManagementRepository initialization related issues 10 years ago
prabathabey fdd7ca9032 code cleanup 10 years ago
prabathabey 451c38457f code cleanup 10 years ago
prabathabey e40e836cd4 fixing issues in license headers 10 years ago
prabathabey a6e9a9834e code cleanup 10 years ago
prabathabey 6db26d9e64 fixing merge conflicts 10 years ago
prabathabey 19256e2638 Impproving the DAO layer, DeviceManagerService SPIs and implmenting initial bits of plugin management 10 years ago
manoj 76e103ef00 DAO Layer Implementation 10 years ago
manoj 3a7bef2170 DAO Implementation Layer 10 years ago
Geeth Munasinghe 33812ec50f Changing the new test frame work to testng 10 years ago
Geeth Munasinghe eb734a4b14 Changing the policy interface and test case 10 years ago
manoj 9c04828935 DAO Layer Implementation 10 years ago
manoj 0b4a6196e0 DAO Layer Implementation 10 years ago
manoj 5216373b97 DAO Layer implementation 10 years ago
manoj 630c065d4e DAO Layer Implementation 10 years ago
manoj f37df2e6b7 DAO Layer Implementation 10 years ago
manoj 23938f5e0b DAO Layer Impelementation 10 years ago
Geeth Munasinghe d24030dd74 Fixing the compilation failure 10 years ago
Geeth Munasinghe 2c370acfa9 Fixing the compilation failure 10 years ago
Geeth Munasinghe 28a2cec615 adding the test case class, no implementation is done 10 years ago
Geeth Munasinghe 7b30fc9642 Fixing mobile implementations 10 years ago
prabathabey a7ff8a954c Making all the implementations of DeviceManagerService interface compatible with the changes introduced into the same 10 years ago
prabathabey ef95ac4621 Making all the implementations of DeviceManagerService interface compatible with the changes introduced into the same 10 years ago
prabathabey 983ca1562f Introducing DeviceIdentifier bean wrapping id and the type of a particular device. This includes other formatting related improvments too brought up during the code reviews 10 years ago
manoj dc8837a1da DAO Layer Implementation 10 years ago
manoj a9bd0ea8c6 DAO Layer Implementation 10 years ago
Geeth Munasinghe cc9417d8eb Merge branch 'master' of https://github.com/geethkokila/product-cdm 10 years ago
Geeth Munasinghe 85fc1adc79 Adding featurs for the device mgt 10 years ago
harshanL e656ec54f6 Merge remote-tracking branch 'origin/master' 10 years ago
harshanL d5d332e91c Added updateDeviceInfo method to DeviceManagerService. 10 years ago
manoj 6e77014e64 Merge branch 'master' of https://github.com/geethkokila/product-cdm 10 years ago
manoj ea92bc904a DAO Layer Implementation 10 years ago
manoj fd55faaf2e DAO Layer Implementation 10 years ago
manoj 1e6d06027d DAO Layer Implementation 10 years ago
manoj a3028b0683 DAO Layer Implementation 10 years ago
Geeth Munasinghe 6336024353 Adding the feature and exception class to repo 10 years ago
Geeth Munasinghe 5fb3dec2ab Fixing Exception class in Policy Mgt 10 years ago
prabathabey 7ebb6fba4d Fixing mobile related implementations of DeviceManagerService SPI to be able to support newly added getProviderType method 10 years ago
prabathabey d2b39b7152 Merge branch 'master' of https://github.com/geethkokila/product-cdm 10 years ago
Geeth Munasinghe 95b555b11c Adding Constructors to the PDP exceptioon class 10 years ago
prabathabey 8ebf7a6ae9 Merge branch 'master' of https://github.com/geethkokila/product-cdm 10 years ago
prabathabey 6e9366bfbf Adding SCR plugin info 10 years ago
prabathabey 1ed02a5c01 Adding an interface method "getProviderType" to identify a particular implementation of DeviceManagerService and pom cleanup 10 years ago
harshanL 843322d33f Added service registrations to Mobile DeviceManagerService component . 10 years ago
Geeth Munasinghe 578338263c Adding policy management components 10 years ago
harshanL d23da5e215 Added Mobile DeviceManagerService component. 10 years ago
harshanL db95056952 Added Mobile-platform specific DeviceManagerService implementations. 10 years ago
prabathabey 6bd0f82e2c adding mobile plugin implementation related modules 10 years ago
prabathabey 460e1521ff Merge branch 'master' of https://github.com/geethkokila/product-cdm 10 years ago
prabathabey 169c9db89b code cleanup 10 years ago
manoj 19d4d1f62d DAO Layer Implementation 10 years ago
manoj 2ad0e441e8 DAO Layer Implementation 10 years ago
manoj 22bf18666f DAO Layer implementation 10 years ago
prabathabey 08b78cff13 further cleaning up SPIs 10 years ago
prabathabey 6e8559545d Cleaning up SPIs 10 years ago
prabathabey 3ebb14acdd Adding initial key SPIs and other related dependencies 10 years ago
Niranjan-K e98fc6c48d Changed carbon version to 4.3.0-SNAPSHOT 10 years ago
Niranjan-K aec835fc8a Removed patches from bin.xml 10 years ago
prabathabey 2b6a58b75e Refactoring the packaging structure 10 years ago
Geeth Munasinghe 0c724855df Fixing the version of the device core 10 years ago
Geeth Munasinghe 3c98bf1dd7 Merge branch 'master' of https://github.com/geethkokila/product-cdm 10 years ago
Geeth Munasinghe 87972270a6 Fixing version of the components 10 years ago
prabathabey 2a1f6d38fe Merge branch 'master' of https://github.com/geethkokila/product-cdm 10 years ago
prabathabey 62ce7444fb cleaning up poms 10 years ago
Geeth Munasinghe 2b25d2bd2c Fixing pom issues 10 years ago
Geeth Munasinghe 1e77daa589 Fixing pom issues 10 years ago
prabathabey 4e454c7b2a committing device-mgt initial component structure 10 years ago