repo
string
commit
string
message
string
diff
string
360/360-Engine-for-Android
02b9dc3ef06a5c85c2ee2f46a3e08ac2e3737ca0
Fixing up the broken code caused by previous failed merge
diff --git a/src/com/vodafone360/people/engine/presence/PresenceEngine.java b/src/com/vodafone360/people/engine/presence/PresenceEngine.java index c971b96..fe5bfc6 100644 --- a/src/com/vodafone360/people/engine/presence/PresenceEngine.java +++ b/src/com/vodafone360/people/engine/presence/PresenceEngine.java @@ -28,768 ...
360/360-Engine-for-Android
e186e561e305d690c1056142b7288bb7cb0b24cd
fixed broken unit tests
diff --git a/tests/src/com/vodafone360/people/tests/datatypes/NowPlusDatatypesTests.java b/tests/src/com/vodafone360/people/tests/datatypes/NowPlusDatatypesTests.java index 511470c..d9c78b1 100644 --- a/tests/src/com/vodafone360/people/tests/datatypes/NowPlusDatatypesTests.java +++ b/tests/src/com/vodafone360/people/te...
360/360-Engine-for-Android
03d542b24b311dacc187ac5ec81f3fb2f4a1c055
added ui pushes for uncached identities. readded loading progress bar. caching of identities now works. committed fixes to keep client with old ui running.
diff --git a/src/com/vodafone360/people/engine/identities/IdentityEngine.java b/src/com/vodafone360/people/engine/identities/IdentityEngine.java index a50990e..61f941e 100644 --- a/src/com/vodafone360/people/engine/identities/IdentityEngine.java +++ b/src/com/vodafone360/people/engine/identities/IdentityEngine.java @@ ...
360/360-Engine-for-Android
b84f56c2cbf2abe6be362e359bd8d6505c4406bc
- cached identities now working 90% - synchronization of getters of identities in IdentityEngine - fixed methods that would give wrong identity back - refactored Identity-class to use primitive data types instead of complex
diff --git a/src/com/vodafone360/people/Settings.java b/src/com/vodafone360/people/Settings.java index ba89fc3..f02fc5a 100644 --- a/src/com/vodafone360/people/Settings.java +++ b/src/com/vodafone360/people/Settings.java @@ -1,294 +1,294 @@ /* * CDDL HEADER START * * The contents of this file are subject to t...
360/360-Engine-for-Android
2c857d28e2afe2d16f735140cb2b45dde1009dc0
modified wrong message name
diff --git a/src/com/vodafone360/people/engine/identities/IdentityEngine.java b/src/com/vodafone360/people/engine/identities/IdentityEngine.java index fb67b72..6c78677 100644 --- a/src/com/vodafone360/people/engine/identities/IdentityEngine.java +++ b/src/com/vodafone360/people/engine/identities/IdentityEngine.java @@ ...
360/360-Engine-for-Android
149ca26e80608d79e795ef9ce3b81d7ac63605da
now calling the correct method for identities I hope
diff --git a/src/com/vodafone360/people/engine/presence/PresenceEngine.java b/src/com/vodafone360/people/engine/presence/PresenceEngine.java index 3ddc840..de92fa2 100644 --- a/src/com/vodafone360/people/engine/presence/PresenceEngine.java +++ b/src/com/vodafone360/people/engine/presence/PresenceEngine.java @@ -272,531...
360/360-Engine-for-Android
fb6afa8492e4a93a867efcefc563529d5899ab4a
added changes to prepare the UI for the new getters
diff --git a/src/com/vodafone360/people/service/interfaces/IPeopleService.java b/src/com/vodafone360/people/service/interfaces/IPeopleService.java index 4181983..2355a29 100644 --- a/src/com/vodafone360/people/service/interfaces/IPeopleService.java +++ b/src/com/vodafone360/people/service/interfaces/IPeopleService.java...
360/360-Engine-for-Android
10119c397c644196c9b6d583e49b2c1aefde7cf4
Fixing the wrecked code from my failed merge
diff --git a/src/com/vodafone360/people/datatypes/AuthSessionHolder.java b/src/com/vodafone360/people/datatypes/AuthSessionHolder.java index 32a8246..c96bb65 100644 --- a/src/com/vodafone360/people/datatypes/AuthSessionHolder.java +++ b/src/com/vodafone360/people/datatypes/AuthSessionHolder.java @@ -1,163 +1,162 @@ /*...
360/360-Engine-for-Android
d1695cf4a71f73b96f496f5fdba58b634288b875
Trying to correct the previous commit
diff --git a/src/com/vodafone360/people/datatypes/Identity.java b/src/com/vodafone360/people/datatypes/Identity.java index 8a0741d..46bc01e 100644 --- a/src/com/vodafone360/people/datatypes/Identity.java +++ b/src/com/vodafone360/people/datatypes/Identity.java @@ -1,619 +1,614 @@ /* * CDDL HEADER START * * Th...
360/360-Engine-for-Android
cc2bc76a327e18061f83d569caeb437a03801c7b
- changed ui accessors in IdentityEngine - added different types to Identity to be able to distinguish between GetAvailableIdentities and GetMyIdentities - HessianDecoder now distinguishes between GetAvailableIdentities and GetMyIdentities, too
diff --git a/src/com/vodafone360/people/engine/identities/IdentityEngine.java b/src/com/vodafone360/people/engine/identities/IdentityEngine.java index fb243b7..2c05885 100644 --- a/src/com/vodafone360/people/engine/identities/IdentityEngine.java +++ b/src/com/vodafone360/people/engine/identities/IdentityEngine.java @@ ...
360/360-Engine-for-Android
3645c28f886a4e898f9ab89554a67c7203a57457
added new requests to IdentityEngine to replace the traditional ui requests
diff --git a/src/com/vodafone360/people/engine/identities/IdentityEngine.java b/src/com/vodafone360/people/engine/identities/IdentityEngine.java index 2144a41..fb243b7 100644 --- a/src/com/vodafone360/people/engine/identities/IdentityEngine.java +++ b/src/com/vodafone360/people/engine/identities/IdentityEngine.java @@ ...
360/360-Engine-for-Android
84aa22ea75fd3cc8c3947e562aa464d29af7d89b
Changed the horrid String name() for Data type to a plain int type(). This should help with the refactoring not mention GC and speed. Over to you Rudy...
diff --git a/src/com/vodafone360/people/engine/login/LoginEngine.java b/src/com/vodafone360/people/engine/login/LoginEngine.java index 95527e4..4e411c3 100644 --- a/src/com/vodafone360/people/engine/login/LoginEngine.java +++ b/src/com/vodafone360/people/engine/login/LoginEngine.java @@ -1,625 +1,623 @@ /* * CDDL H...
360/360-Engine-for-Android
4d0187e849aba9a7c55abd9e4cd9555908ccca27
now using the method stubbed method that Rudy added.
diff --git a/src/com/vodafone360/people/engine/presence/PresenceEngine.java b/src/com/vodafone360/people/engine/presence/PresenceEngine.java index 4f4ff7a..dce7419 100644 --- a/src/com/vodafone360/people/engine/presence/PresenceEngine.java +++ b/src/com/vodafone360/people/engine/presence/PresenceEngine.java @@ -131,667...
360/360-Engine-for-Android
709d3a836e7bdcaca261e8660057e2359a097f98
breaky breaky, identity refaky
diff --git a/src/com/vodafone360/people/engine/identities/IdentityEngine.java b/src/com/vodafone360/people/engine/identities/IdentityEngine.java index 2c05885..2144a41 100644 --- a/src/com/vodafone360/people/engine/identities/IdentityEngine.java +++ b/src/com/vodafone360/people/engine/identities/IdentityEngine.java @@ ...
360/360-Engine-for-Android
6c62e21cbc05101c63b524385cd955a79439a82f
Simplified code a little, now just has old behaviour with minor cleanup.
diff --git a/src/com/vodafone360/people/engine/presence/PresenceEngine.java b/src/com/vodafone360/people/engine/presence/PresenceEngine.java index 83a5666..4f4ff7a 100644 --- a/src/com/vodafone360/people/engine/presence/PresenceEngine.java +++ b/src/com/vodafone360/people/engine/presence/PresenceEngine.java @@ -1,792 +...
360/360-Engine-for-Android
577640aec0ae9a50b1503e867967aab4bd7d567d
New availability method now used NetworkPresence as the argument
diff --git a/src/com/vodafone360/people/engine/presence/PresenceEngine.java b/src/com/vodafone360/people/engine/presence/PresenceEngine.java index a4c6645..83a5666 100644 --- a/src/com/vodafone360/people/engine/presence/PresenceEngine.java +++ b/src/com/vodafone360/people/engine/presence/PresenceEngine.java @@ -107,660...
360/360-Engine-for-Android
9b13e35b1437095fdbb4194ce67934ffd2c23e16
Minor changes that I missed.
diff --git a/src/com/vodafone360/people/engine/presence/PresenceEngine.java b/src/com/vodafone360/people/engine/presence/PresenceEngine.java index 7d510b4..a4c6645 100644 --- a/src/com/vodafone360/people/engine/presence/PresenceEngine.java +++ b/src/com/vodafone360/people/engine/presence/PresenceEngine.java @@ -23,756 ...
360/360-Engine-for-Android
0c70523e6bcecbf885fe3403045b802a83449f7f
Removed . from README
diff --git a/README b/README index 0c39d43..9defdfe 100644 --- a/README +++ b/README @@ -1 +1 @@ -For detailed documentation please visit http://360.github.com/360-Engine-for-Android. +For detailed documentation please visit http://360.github.com/360-Engine-for-Android
360/360-Engine-for-Android
f234ada769a85553996d3e5deda9ffc0817eb4ec
Added . to README
diff --git a/README b/README index 9defdfe..0c39d43 100644 --- a/README +++ b/README @@ -1 +1 @@ -For detailed documentation please visit http://360.github.com/360-Engine-for-Android +For detailed documentation please visit http://360.github.com/360-Engine-for-Android.
360/360-Engine-for-Android
1337dd323f7bedc12880ed18346e14e109503e58
- changed ui accessors in IdentityEngine - added different types to Identity to be able to distinguish between GetAvailableIdentities and GetMyIdentities - HessianDecoder now distinguishes between GetAvailableIdentities and GetMyIdentities, too
diff --git a/src/com/vodafone360/people/datatypes/Identity.java b/src/com/vodafone360/people/datatypes/Identity.java index 8d288b2..28d8446 100644 --- a/src/com/vodafone360/people/datatypes/Identity.java +++ b/src/com/vodafone360/people/datatypes/Identity.java @@ -1,605 +1,609 @@ /* * CDDL HEADER START * * Th...
360/360-Engine-for-Android
d88adabc79b4366dbddb4829a0779ee5a1e93e71
added new requests to IdentityEngine to replace the traditional ui requests
diff --git a/src/com/vodafone360/people/engine/identities/IdentityEngine.java b/src/com/vodafone360/people/engine/identities/IdentityEngine.java index 619633b..4e604fa 100644 --- a/src/com/vodafone360/people/engine/identities/IdentityEngine.java +++ b/src/com/vodafone360/people/engine/identities/IdentityEngine.java @@ ...
360/360-Engine-for-Android
048076b357dac5d8d8f64770fbd2ec6dd236a0ef
now using the method stubbed method that Rudy added.
diff --git a/src/com/vodafone360/people/engine/presence/PresenceDbUtils.java b/src/com/vodafone360/people/engine/presence/PresenceDbUtils.java index bcbd744..06d73b8 100644 --- a/src/com/vodafone360/people/engine/presence/PresenceDbUtils.java +++ b/src/com/vodafone360/people/engine/presence/PresenceDbUtils.java @@ -1,3...
360/360-Engine-for-Android
35368e4d67e02e13a2baadd9ae0ed0a40f9aa55f
breaky breaky, identity refaky
diff --git a/src/com/vodafone360/people/engine/identities/IdentityEngine.java b/src/com/vodafone360/people/engine/identities/IdentityEngine.java index 305499a..a004388 100644 --- a/src/com/vodafone360/people/engine/identities/IdentityEngine.java +++ b/src/com/vodafone360/people/engine/identities/IdentityEngine.java @@ ...
360/360-Engine-for-Android
3cbe912cd3c1540d0d3242097bf2f84b92c88e1a
Simplified code a little, now just has old behaviour with minor cleanup.
diff --git a/src/com/vodafone360/people/engine/presence/PresenceDbUtils.java b/src/com/vodafone360/people/engine/presence/PresenceDbUtils.java index c4f60ae..bcbd744 100644 --- a/src/com/vodafone360/people/engine/presence/PresenceDbUtils.java +++ b/src/com/vodafone360/people/engine/presence/PresenceDbUtils.java @@ -1,3...
360/360-Engine-for-Android
c3ec6be22344cc6ff629be0d63395360faddfee6
New availability method now used NetworkPresence as the argument
diff --git a/src/com/vodafone360/people/engine/presence/PresenceDbUtils.java b/src/com/vodafone360/people/engine/presence/PresenceDbUtils.java index 9a93021..c4f60ae 100644 --- a/src/com/vodafone360/people/engine/presence/PresenceDbUtils.java +++ b/src/com/vodafone360/people/engine/presence/PresenceDbUtils.java @@ -1,3...
360/360-Engine-for-Android
b4f4c6581f0e4d07f9dab0376c2e37504225a3d3
Minor changes that I missed.
diff --git a/src/com/vodafone360/people/engine/presence/PresenceEngine.java b/src/com/vodafone360/people/engine/presence/PresenceEngine.java index c4d50f6..4f4b9fc 100644 --- a/src/com/vodafone360/people/engine/presence/PresenceEngine.java +++ b/src/com/vodafone360/people/engine/presence/PresenceEngine.java @@ -17,740 ...
360/360-Engine-for-Android
f71bf78182adeb7706213f453bb4edef91ec7990
Removed . from README
diff --git a/README b/README index 0c39d43..9defdfe 100644 --- a/README +++ b/README @@ -1 +1 @@ -For detailed documentation please visit http://360.github.com/360-Engine-for-Android. +For detailed documentation please visit http://360.github.com/360-Engine-for-Android
360/360-Engine-for-Android
4934b99a0bb806168e2396f7d6e55d7453a7726b
Added . to README
diff --git a/README b/README index 9defdfe..0c39d43 100644 --- a/README +++ b/README @@ -1 +1 @@ -For detailed documentation please visit http://360.github.com/360-Engine-for-Android +For detailed documentation please visit http://360.github.com/360-Engine-for-Android.
360/360-Engine-for-Android
67ee645c05be823948f5424f686f7b2719140f8e
Code review comments by Rudy
diff --git a/src/com/vodafone360/people/engine/presence/PresenceEngine.java b/src/com/vodafone360/people/engine/presence/PresenceEngine.java index a757bb1..7000fbe 100644 --- a/src/com/vodafone360/people/engine/presence/PresenceEngine.java +++ b/src/com/vodafone360/people/engine/presence/PresenceEngine.java @@ -1,793 +...
360/360-Engine-for-Android
66c9fd7ba1712266ea0b180c9221427896949105
JUnit fix
diff --git a/src/com/vodafone360/people/engine/contactsync/NativeImporter.java b/src/com/vodafone360/people/engine/contactsync/NativeImporter.java index 81b55e9..3ba9bb4 100644 --- a/src/com/vodafone360/people/engine/contactsync/NativeImporter.java +++ b/src/com/vodafone360/people/engine/contactsync/NativeImporter.java...
360/360-Engine-for-Android
d0640166a8f9ef2f5c8fd4a2d5c5934cafba4cfb
ContacList SpeedUp
diff --git a/res/layout/contact_list.xml b/res/layout/contact_list.xml index 51b563a..f725127 100644 --- a/res/layout/contact_list.xml +++ b/res/layout/contact_list.xml @@ -1,95 +1,98 @@ <?xml version="1.0" encoding="utf-8"?> <!-- CDDL HEADER START The contents of this file are subject to the terms of the Common ...
360/360-Engine-for-Android
5bed6021c774f0588f34135eb7ec618c4b5e8d8d
Migrate engine changes from the old SVN project to the new project set-up. Engine changes work on both old UI and UI refresh projects.
diff --git a/src/com/vodafone360/people/engine/login/LoginEngine.java b/src/com/vodafone360/people/engine/login/LoginEngine.java index 97fbc40..7ebb18b 100644 --- a/src/com/vodafone360/people/engine/login/LoginEngine.java +++ b/src/com/vodafone360/people/engine/login/LoginEngine.java @@ -1,1375 +1,1423 @@ /* * CDDL...
360/360-Engine-for-Android
5fc4096a9b847dc72ea974173a54557956e6f5c3
Fixing up the broken code caused by previous failed merge
diff --git a/src/com/vodafone360/people/engine/presence/PresenceEngine.java b/src/com/vodafone360/people/engine/presence/PresenceEngine.java index fe1b6a4..a757bb1 100644 --- a/src/com/vodafone360/people/engine/presence/PresenceEngine.java +++ b/src/com/vodafone360/people/engine/presence/PresenceEngine.java @@ -28,769 ...
360/360-Engine-for-Android
d67812d47f7186b49441d581c9027805d31c5b8d
ContentEngine crash fixed
diff --git a/src/com/vodafone360/people/engine/content/ContentEngine.java b/src/com/vodafone360/people/engine/content/ContentEngine.java index 8ba6193..fa12db9 100644 --- a/src/com/vodafone360/people/engine/content/ContentEngine.java +++ b/src/com/vodafone360/people/engine/content/ContentEngine.java @@ -1,250 +1,250 @@...
360/360-Engine-for-Android
7644565040f762dff40565e7e9ac72d0b0ed25ee
fixed broken unit tests
diff --git a/tests/src/com/vodafone360/people/tests/datatypes/NowPlusDatatypesTests.java b/tests/src/com/vodafone360/people/tests/datatypes/NowPlusDatatypesTests.java index 511470c..d9c78b1 100644 --- a/tests/src/com/vodafone360/people/tests/datatypes/NowPlusDatatypesTests.java +++ b/tests/src/com/vodafone360/people/te...
360/360-Engine-for-Android
5ad8eab758ec9a9b172feae5bc99ab63240738f5
added ui pushes for uncached identities. readded loading progress bar. caching of identities now works. committed fixes to keep client with old ui running.
diff --git a/src/com/vodafone360/people/engine/identities/IdentityEngine.java b/src/com/vodafone360/people/engine/identities/IdentityEngine.java index a50990e..61f941e 100644 --- a/src/com/vodafone360/people/engine/identities/IdentityEngine.java +++ b/src/com/vodafone360/people/engine/identities/IdentityEngine.java @@ ...
360/360-Engine-for-Android
b1a7bef4a35e525da00944e5d8991280ee20687a
Added Eclipse project files to ignore list.
diff --git a/.gitignore b/.gitignore index 8ea3ee8..97f9dac 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ config.properties tests/bin/* bin gen - +.classpath +.project
360/360-Engine-for-Android
8c50aeb00e83400b44d291a8221ad30446aaf2f5
- cached identities now working 90% - synchronization of getters of identities in IdentityEngine - fixed methods that would give wrong identity back - refactored Identity-class to use primitive data types instead of complex
diff --git a/src/com/vodafone360/people/Settings.java b/src/com/vodafone360/people/Settings.java index ba89fc3..f02fc5a 100644 --- a/src/com/vodafone360/people/Settings.java +++ b/src/com/vodafone360/people/Settings.java @@ -1,294 +1,294 @@ /* * CDDL HEADER START * * The contents of this file are subject to t...
360/360-Engine-for-Android
3b3d0c4a1529403cd67a17aeca02b90fcfc89f79
PAND-1700, fixed data processing onTimeout()
diff --git a/src/com/vodafone360/people/engine/presence/PresenceDbUtils.java b/src/com/vodafone360/people/engine/presence/PresenceDbUtils.java index bd92260..8c24375 100644 --- a/src/com/vodafone360/people/engine/presence/PresenceDbUtils.java +++ b/src/com/vodafone360/people/engine/presence/PresenceDbUtils.java @@ -1,3...
360/360-Engine-for-Android
41523906c1af5cf47060a40f1eed22eaed3083fd
modified wrong message name
diff --git a/src/com/vodafone360/people/engine/identities/IdentityEngine.java b/src/com/vodafone360/people/engine/identities/IdentityEngine.java index ae1f820..9eabfd5 100644 --- a/src/com/vodafone360/people/engine/identities/IdentityEngine.java +++ b/src/com/vodafone360/people/engine/identities/IdentityEngine.java @@ ...
360/360-Engine-for-Android
6ba5657e88a2e90b845dc513722af971a1c4fdcd
now calling the correct method for identities I hope
diff --git a/src/com/vodafone360/people/engine/presence/PresenceEngine.java b/src/com/vodafone360/people/engine/presence/PresenceEngine.java index b65d693..152e6d9 100644 --- a/src/com/vodafone360/people/engine/presence/PresenceEngine.java +++ b/src/com/vodafone360/people/engine/presence/PresenceEngine.java @@ -291,531...
360/360-Engine-for-Android
93617b15697b76b8a141f1f9e343bff5ed61f475
added changes to prepare the UI for the new getters
diff --git a/src/com/vodafone360/people/service/interfaces/IPeopleService.java b/src/com/vodafone360/people/service/interfaces/IPeopleService.java index 4181983..2355a29 100644 --- a/src/com/vodafone360/people/service/interfaces/IPeopleService.java +++ b/src/com/vodafone360/people/service/interfaces/IPeopleService.java...
360/360-Engine-for-Android
f7f86610ac3e0d370cc9e71a95a20db8b083af57
PAND-1553 JUnit Tests fixed
diff --git a/tests/src/com/vodafone360/people/tests/engine/contactsync/NativeContactsApiTest.java b/tests/src/com/vodafone360/people/tests/engine/contactsync/NativeContactsApiTest.java index 977e4f8..589235e 100644 --- a/tests/src/com/vodafone360/people/tests/engine/contactsync/NativeContactsApiTest.java +++ b/tests/sr...
360/360-Engine-for-Android
e7bb320d36268cc900ec770c17201cf734d3749b
PAND-1553 and PAND-1689 final commit
diff --git a/src/com/vodafone360/people/engine/contactsync/NativeContactsApi.java b/src/com/vodafone360/people/engine/contactsync/NativeContactsApi.java index 89305cd..84dfeab 100644 --- a/src/com/vodafone360/people/engine/contactsync/NativeContactsApi.java +++ b/src/com/vodafone360/people/engine/contactsync/NativeCont...
360/360-Engine-for-Android
79f83664d2dec1e2021944e02dde6ccd9b989859
Fixing the wrecked code from my failed merge
diff --git a/src/com/vodafone360/people/datatypes/ActivityContact.java b/src/com/vodafone360/people/datatypes/ActivityContact.java index 9f25c69..73b91ac 100644 --- a/src/com/vodafone360/people/datatypes/ActivityContact.java +++ b/src/com/vodafone360/people/datatypes/ActivityContact.java @@ -1,244 +1,244 @@ /* * CD...
360/360-Engine-for-Android
ec6ef58bc8bb87b83bacb32161241b264dd59f38
Trying to correct the previous commit
diff --git a/src/com/vodafone360/people/datatypes/Identity.java b/src/com/vodafone360/people/datatypes/Identity.java index 8a0741d..46bc01e 100644 --- a/src/com/vodafone360/people/datatypes/Identity.java +++ b/src/com/vodafone360/people/datatypes/Identity.java @@ -1,619 +1,614 @@ /* * CDDL HEADER START * * Th...
360/360-Engine-for-Android
16d4945a286fcbf513795c548c81021217df4d52
Codereview changes
diff --git a/src/com/vodafone360/people/engine/contactsync/NativeContactsApi2.java b/src/com/vodafone360/people/engine/contactsync/NativeContactsApi2.java index 7469df3..399cfbd 100644 --- a/src/com/vodafone360/people/engine/contactsync/NativeContactsApi2.java +++ b/src/com/vodafone360/people/engine/contactsync/NativeC...
360/360-Engine-for-Android
7ece7fbe5759d5539d4242eef6ecb15d2176c1f9
Codereview changes
diff --git a/src/com/vodafone360/people/engine/contactsync/NativeContactsApi.java b/src/com/vodafone360/people/engine/contactsync/NativeContactsApi.java index 6c2d0cf..bdea56d 100644 --- a/src/com/vodafone360/people/engine/contactsync/NativeContactsApi.java +++ b/src/com/vodafone360/people/engine/contactsync/NativeCont...
360/360-Engine-for-Android
184aa9f2dd34f869a126fb780cf9af9aa5ff5221
PAND-1553 [Android 2.X] Import Contacts from Phone and Sim accounts
diff --git a/src/com/vodafone360/people/engine/contactsync/NativeContactsApi.java b/src/com/vodafone360/people/engine/contactsync/NativeContactsApi.java index d6448d0..6c2d0cf 100644 --- a/src/com/vodafone360/people/engine/contactsync/NativeContactsApi.java +++ b/src/com/vodafone360/people/engine/contactsync/NativeCont...
360/360-Engine-for-Android
8c772cf0c449d38b280848607494d097e25b6c37
- changed ui accessors in IdentityEngine - added different types to Identity to be able to distinguish between GetAvailableIdentities and GetMyIdentities - HessianDecoder now distinguishes between GetAvailableIdentities and GetMyIdentities, too
diff --git a/src/com/vodafone360/people/datatypes/Identity.java b/src/com/vodafone360/people/datatypes/Identity.java index 8d288b2..28d8446 100644 --- a/src/com/vodafone360/people/datatypes/Identity.java +++ b/src/com/vodafone360/people/datatypes/Identity.java @@ -1,605 +1,609 @@ /* * CDDL HEADER START * * Th...
360/360-Engine-for-Android
65a865ef146fbacae7d9901577843835a97cdedd
added new requests to IdentityEngine to replace the traditional ui requests
diff --git a/src/com/vodafone360/people/engine/identities/IdentityEngine.java b/src/com/vodafone360/people/engine/identities/IdentityEngine.java index 33f50df..968b3fe 100644 --- a/src/com/vodafone360/people/engine/identities/IdentityEngine.java +++ b/src/com/vodafone360/people/engine/identities/IdentityEngine.java @@ ...
360/360-Engine-for-Android
bbe89c8eb2ebf81641ac6aebb6384f7138cce245
now using the method stubbed method that Rudy added.
diff --git a/src/com/vodafone360/people/engine/presence/PresenceDbUtils.java b/src/com/vodafone360/people/engine/presence/PresenceDbUtils.java index 589f2c8..4150c19 100644 --- a/src/com/vodafone360/people/engine/presence/PresenceDbUtils.java +++ b/src/com/vodafone360/people/engine/presence/PresenceDbUtils.java @@ -1,3...
360/360-Engine-for-Android
2676f2680c5881bca10eeccbf0aa2b710cbd077c
breaky breaky, identity refaky
diff --git a/src/com/vodafone360/people/engine/identities/IdentityEngine.java b/src/com/vodafone360/people/engine/identities/IdentityEngine.java index 305499a..e96b92c 100644 --- a/src/com/vodafone360/people/engine/identities/IdentityEngine.java +++ b/src/com/vodafone360/people/engine/identities/IdentityEngine.java @@ ...
360/360-Engine-for-Android
72dc6967ead0b41172039d3b976c1d4cc58e2528
Simplified code a little, now just has old behaviour with minor cleanup.
diff --git a/src/com/vodafone360/people/engine/presence/PresenceDbUtils.java b/src/com/vodafone360/people/engine/presence/PresenceDbUtils.java index f28ee66..589f2c8 100644 --- a/src/com/vodafone360/people/engine/presence/PresenceDbUtils.java +++ b/src/com/vodafone360/people/engine/presence/PresenceDbUtils.java @@ -1,3...
360/360-Engine-for-Android
a8c4b37d5cc34747f68832c13f38d9d47d128c63
New availability method now used NetworkPresence as the argument
diff --git a/src/com/vodafone360/people/engine/presence/PresenceDbUtils.java b/src/com/vodafone360/people/engine/presence/PresenceDbUtils.java index 74d077e..f28ee66 100644 --- a/src/com/vodafone360/people/engine/presence/PresenceDbUtils.java +++ b/src/com/vodafone360/people/engine/presence/PresenceDbUtils.java @@ -1,3...
360/360-Engine-for-Android
9fa8f7ed3b7b8321215d47465c1a84bb15f0ecc8
Minor changes that I missed.
diff --git a/src/com/vodafone360/people/engine/presence/PresenceEngine.java b/src/com/vodafone360/people/engine/presence/PresenceEngine.java index f610e24..4b898e7 100644 --- a/src/com/vodafone360/people/engine/presence/PresenceEngine.java +++ b/src/com/vodafone360/people/engine/presence/PresenceEngine.java @@ -49,786 ...
360/360-Engine-for-Android
a46bbc8eac054225294da95e37ed066454de215a
Removed . from README
diff --git a/README b/README index 0c39d43..9defdfe 100644 --- a/README +++ b/README @@ -1 +1 @@ -For detailed documentation please visit http://360.github.com/360-Engine-for-Android. +For detailed documentation please visit http://360.github.com/360-Engine-for-Android
360/360-Engine-for-Android
266e34205529f5416a04b5f2a897b12075bb6e71
Added . to README
diff --git a/README b/README index 9defdfe..0c39d43 100644 --- a/README +++ b/README @@ -1 +1 @@ -For detailed documentation please visit http://360.github.com/360-Engine-for-Android +For detailed documentation please visit http://360.github.com/360-Engine-for-Android.
360/360-Engine-for-Android
d5a38550e8b3cee019a2d4839becce55ea5b9cb6
- changed ui accessors in IdentityEngine - added different types to Identity to be able to distinguish between GetAvailableIdentities and GetMyIdentities - HessianDecoder now distinguishes between GetAvailableIdentities and GetMyIdentities, too
diff --git a/src/com/vodafone360/people/datatypes/Identity.java b/src/com/vodafone360/people/datatypes/Identity.java index 8d288b2..28d8446 100644 --- a/src/com/vodafone360/people/datatypes/Identity.java +++ b/src/com/vodafone360/people/datatypes/Identity.java @@ -1,605 +1,609 @@ /* * CDDL HEADER START * * Th...
360/360-Engine-for-Android
3b578603322ca5e7db37784b73f5138cab291dd5
Review comments for PAND-1483
diff --git a/src/com/vodafone360/people/engine/presence/PresenceEngine.java b/src/com/vodafone360/people/engine/presence/PresenceEngine.java index 5f4f026..6991a95 100644 --- a/src/com/vodafone360/people/engine/presence/PresenceEngine.java +++ b/src/com/vodafone360/people/engine/presence/PresenceEngine.java @@ -286,517...
360/360-Engine-for-Android
25d124412704e300d8d0a2168d944f38ee5bae15
added new requests to IdentityEngine to replace the traditional ui requests
diff --git a/src/com/vodafone360/people/engine/identities/IdentityEngine.java b/src/com/vodafone360/people/engine/identities/IdentityEngine.java index 4a8f506..4fad12e 100644 --- a/src/com/vodafone360/people/engine/identities/IdentityEngine.java +++ b/src/com/vodafone360/people/engine/identities/IdentityEngine.java @@ ...
360/360-Engine-for-Android
34ed0f7c5da6e71a2c6c93debf2820b364e669c4
now using the method stubbed method that Rudy added.
diff --git a/src/com/vodafone360/people/engine/presence/PresenceDbUtils.java b/src/com/vodafone360/people/engine/presence/PresenceDbUtils.java index 589f2c8..4150c19 100644 --- a/src/com/vodafone360/people/engine/presence/PresenceDbUtils.java +++ b/src/com/vodafone360/people/engine/presence/PresenceDbUtils.java @@ -1,3...
360/360-Engine-for-Android
ff49e93e42fed10194911925974c570488c237a8
breaky breaky, identity refaky
diff --git a/src/com/vodafone360/people/engine/identities/IdentityEngine.java b/src/com/vodafone360/people/engine/identities/IdentityEngine.java index 8b52b79..7248cdf 100644 --- a/src/com/vodafone360/people/engine/identities/IdentityEngine.java +++ b/src/com/vodafone360/people/engine/identities/IdentityEngine.java @@ ...
360/360-Engine-for-Android
459e3e007f54871dab9e0e6a34fdde45d438ded6
Simplified code a little, now just has old behaviour with minor cleanup.
diff --git a/src/com/vodafone360/people/engine/presence/PresenceDbUtils.java b/src/com/vodafone360/people/engine/presence/PresenceDbUtils.java index f28ee66..589f2c8 100644 --- a/src/com/vodafone360/people/engine/presence/PresenceDbUtils.java +++ b/src/com/vodafone360/people/engine/presence/PresenceDbUtils.java @@ -1,3...
360/360-Engine-for-Android
d5480d7f1dbc3e6d2ef39daaf1e393b49493a34d
PAND-1689 EVO Crash
diff --git a/src/com/vodafone360/people/service/transport/ConnectionManager.java b/src/com/vodafone360/people/service/transport/ConnectionManager.java index 36730ee..a83e6b3 100644 --- a/src/com/vodafone360/people/service/transport/ConnectionManager.java +++ b/src/com/vodafone360/people/service/transport/ConnectionMana...
360/360-Engine-for-Android
724bd8e7b886ee0adf4fd69ac662ae699de545f7
New availability method now used NetworkPresence as the argument
diff --git a/src/com/vodafone360/people/engine/presence/PresenceDbUtils.java b/src/com/vodafone360/people/engine/presence/PresenceDbUtils.java index 74d077e..f28ee66 100644 --- a/src/com/vodafone360/people/engine/presence/PresenceDbUtils.java +++ b/src/com/vodafone360/people/engine/presence/PresenceDbUtils.java @@ -1,3...
360/360-Engine-for-Android
6eb99b8775f0166ac7d60d76f426785ab0ee15e1
Minor changes that I missed.
diff --git a/src/com/vodafone360/people/engine/presence/PresenceEngine.java b/src/com/vodafone360/people/engine/presence/PresenceEngine.java index 7dfa503..0634f84 100644 --- a/src/com/vodafone360/people/engine/presence/PresenceEngine.java +++ b/src/com/vodafone360/people/engine/presence/PresenceEngine.java @@ -49,782 ...
360/360-Engine-for-Android
700710ea5539979ae3db0a06cbd26ff9bddcc862
Changes following code review.
diff --git a/src/com/vodafone360/people/engine/contactsync/NativeContactsApi2.java b/src/com/vodafone360/people/engine/contactsync/NativeContactsApi2.java index a7052a7..dbd3562 100644 --- a/src/com/vodafone360/people/engine/contactsync/NativeContactsApi2.java +++ b/src/com/vodafone360/people/engine/contactsync/NativeC...
360/360-Engine-for-Android
3a1af7784c5a90ab2632e580f3667d7122b1f811
Added a new metadata field in ContactDetail Structure
diff --git a/src/com/vodafone360/people/datatypes/ContactDetail.java b/src/com/vodafone360/people/datatypes/ContactDetail.java index b00fc46..3a95164 100644 --- a/src/com/vodafone360/people/datatypes/ContactDetail.java +++ b/src/com/vodafone360/people/datatypes/ContactDetail.java @@ -1,855 +1,862 @@ /* * CDDL HEADER...
360/360-Engine-for-Android
f83919633301cf3c10e292262df2fdd7c978b648
Removed . from README
diff --git a/README b/README index 0c39d43..9defdfe 100644 --- a/README +++ b/README @@ -1 +1 @@ -For detailed documentation please visit http://360.github.com/360-Engine-for-Android. +For detailed documentation please visit http://360.github.com/360-Engine-for-Android
360/360-Engine-for-Android
e85f4c9e28226e30ac5db84aa7c66ca399e1b968
Added . to README
diff --git a/README b/README index 9defdfe..0c39d43 100644 --- a/README +++ b/README @@ -1 +1 @@ -For detailed documentation please visit http://360.github.com/360-Engine-for-Android +For detailed documentation please visit http://360.github.com/360-Engine-for-Android.
360/360-Engine-for-Android
0270df40159bc1453ffb6291df836cbb3aaee08c
changes for mikis code review
diff --git a/src/com/vodafone360/people/engine/identities/IdentityEngine.java b/src/com/vodafone360/people/engine/identities/IdentityEngine.java index a23259d..305499a 100644 --- a/src/com/vodafone360/people/engine/identities/IdentityEngine.java +++ b/src/com/vodafone360/people/engine/identities/IdentityEngine.java @@ ...
360/360-Engine-for-Android
ba7e42cbc41251c13af71772b21b90b71d14a484
PAND-1483: Implement IC(Identities Change) for Identities Engine
diff --git a/src/com/vodafone360/people/engine/identities/IdentityEngine.java b/src/com/vodafone360/people/engine/identities/IdentityEngine.java index 8b52b79..a23259d 100644 --- a/src/com/vodafone360/people/engine/identities/IdentityEngine.java +++ b/src/com/vodafone360/people/engine/identities/IdentityEngine.java @@ ...
360/360-Engine-for-Android
48a7b488107813afed5992fcf1b2184c4344cac3
altered gitignore a bit and fixed and Engine Test for the Identities Engine.
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8ea3ee8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +config.properties +tests/bin/* +bin +gen +
360/360-Engine-for-Android
f9258568882327c07b1c419b3d6ab26f998cdec9
altered gitignore a bit and fixed and Engine Test for the Identities Engine.
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index bace426..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -config.properties diff --git a/tests/src/com/vodafone360/people/tests/engine/IdentityEngineTest.java b/tests/src/com/vodafone360/people/tests/engine/IdentityEngineTest.java index 3fb754c..5...
360/360-Engine-for-Android
d7e26b01d937f4dc2a34ab36e68a52067764157a
PAND-1609: now fetching myContacts Ids just after creating the 360 people account instead
diff --git a/src/com/vodafone360/people/engine/contactsync/NativeContactsApi2.java b/src/com/vodafone360/people/engine/contactsync/NativeContactsApi2.java index 088b78d..a7052a7 100644 --- a/src/com/vodafone360/people/engine/contactsync/NativeContactsApi2.java +++ b/src/com/vodafone360/people/engine/contactsync/NativeC...
360/360-Engine-for-Android
60118dee7e71b2013bca814156e603dd887fd60d
now fetching myContacts Ids just after creating the 360 people account instead of doing it at install time
diff --git a/src/com/vodafone360/people/engine/contactsync/NativeContactsApi2.java b/src/com/vodafone360/people/engine/contactsync/NativeContactsApi2.java index 088b78d..a7052a7 100644 --- a/src/com/vodafone360/people/engine/contactsync/NativeContactsApi2.java +++ b/src/com/vodafone360/people/engine/contactsync/NativeC...
360/360-Engine-for-Android
5c15611575ca4e93c4c62cc0c16bde2730ee4bd7
[PAND-1484] Implement INC (identity network change) push messages
diff --git a/src/com/vodafone360/people/engine/identities/IdentityEngine.java b/src/com/vodafone360/people/engine/identities/IdentityEngine.java index 17a5644..8b52b79 100644 --- a/src/com/vodafone360/people/engine/identities/IdentityEngine.java +++ b/src/com/vodafone360/people/engine/identities/IdentityEngine.java @@ ...
360/360-Engine-for-Android
28f3244579a2946ca868e3fa19f7e1cbe186b783
First set of changes required to attach the UI-Refresh project to the Git Engine project code base.
diff --git a/src/com/vodafone360/people/ApplicationCache.java b/src/com/vodafone360/people/ApplicationCache.java index a62892d..12ba59b 100644 --- a/src/com/vodafone360/people/ApplicationCache.java +++ b/src/com/vodafone360/people/ApplicationCache.java @@ -1,529 +1,642 @@ /* * CDDL HEADER START * * The conten...
360/360-Engine-for-Android
0f17ba77fea2b7333c1dd108b79b44dff551ea6f
Fixes to JUnit tests
diff --git a/tests/src/com/vodafone360/people/tests/service/transport/tcp/conn_less/respreader/ResponseReaderThreadTest.java b/tests/src/com/vodafone360/people/tests/service/transport/tcp/conn_less/respreader/ResponseReaderThreadTest.java index 646c0f0..62ddd85 100644 --- a/tests/src/com/vodafone360/people/tests/servic...
360/360-Engine-for-Android
a7f9f1d10f6ebd12da43e02f61c0aa539a173697
adding config.properties to ignorelist
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bace426 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +config.properties
360/360-Engine-for-Android
755249cf17eae8e571f40e4a968e4375f5b9521a
Merging CLRF errors
diff --git a/src/com/caucho/hessian/micro/MicroHessianInput.java b/src/com/caucho/hessian/micro/MicroHessianInput.java index 1fa53f8..b2776d5 100644 --- a/src/com/caucho/hessian/micro/MicroHessianInput.java +++ b/src/com/caucho/hessian/micro/MicroHessianInput.java @@ -1,599 +1,599 @@ -/* - * Copyright (c) 2001-2006 Ca...
360/360-Engine-for-Android
3a085af22f38089c7ed85641bce6aad2d8c0ca76
PAND 1648 Improving performance on network reading and decoding
diff --git a/src/com/caucho/hessian/micro/MicroHessianInput.java b/src/com/caucho/hessian/micro/MicroHessianInput.java index d1b887b..1fa53f8 100644 --- a/src/com/caucho/hessian/micro/MicroHessianInput.java +++ b/src/com/caucho/hessian/micro/MicroHessianInput.java @@ -1,599 +1,599 @@ /* * Copyright (c) 2001-2006 Ca...
360/360-Engine-for-Android
193309d19f872e7cbe3136221914a1ca8f877578
PAND-1648 Improving performance on network reading and decoding
diff --git a/src/com/caucho/hessian/micro/MicroHessianInput.java b/src/com/caucho/hessian/micro/MicroHessianInput.java index 2de8f88..d1b887b 100644 --- a/src/com/caucho/hessian/micro/MicroHessianInput.java +++ b/src/com/caucho/hessian/micro/MicroHessianInput.java @@ -1,592 +1,599 @@ -/* - * Copyright (c) 2001-2006 Cau...
360/360-Engine-for-Android
eaa293a9baef036eea9f957e0b85322322e0dae8
follow up on code review comments for PAND-1583/1464
diff --git a/src/com/vodafone360/people/database/tables/ContactDetailsTable.java b/src/com/vodafone360/people/database/tables/ContactDetailsTable.java index c95962e..0c3b26e 100644 --- a/src/com/vodafone360/people/database/tables/ContactDetailsTable.java +++ b/src/com/vodafone360/people/database/tables/ContactDetailsTa...
360/360-Engine-for-Android
d4193cb50c7d34b73430d3e021a58aa50da7ef28
PAND-1634 Application crashes if user opens a text message before Timline entries are displayed
diff --git a/res/values/strings.xml b/res/values/strings.xml index 0972aa2..38e811d 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1,641 +1,642 @@ <?xml version="1.0" encoding="utf-8"?> <!-- CDDL HEADER START The contents of this file are subject to the terms of the Common Development and...
360/360-Engine-for-Android
3ad3eff0298962b61500d4c3976fdccaa2efb79e
Fix for PAND-1637 Crash: ConcurrentModificationException in com.vodafone360.people
diff --git a/src/com/vodafone360/people/service/io/RequestQueue.java b/src/com/vodafone360/people/service/io/RequestQueue.java index ea8890c..d1dd299 100644 --- a/src/com/vodafone360/people/service/io/RequestQueue.java +++ b/src/com/vodafone360/people/service/io/RequestQueue.java @@ -1,474 +1,484 @@ /* * CDDL HEADE...
360/360-Engine-for-Android
3defe15680b7d244b7760317bd80a0e8d069dab3
Added tests/res directory
diff --git a/tests/res/.placeholder b/tests/res/.placeholder new file mode 100644 index 0000000..e69de29 diff --git a/tests/res/drawable-hdpi/.placeholder b/tests/res/drawable-hdpi/.placeholder new file mode 100644 index 0000000..e69de29 diff --git a/tests/res/drawable-ldpi/.placeholder b/tests/res/drawable-ldpi/.place...
360/360-Engine-for-Android
b301a117151d798c3773e1e3635ae7059b5df93c
Added tests/res directory
diff --git a/tests/res/.placeholder b/tests/res/.placeholder new file mode 100644 index 0000000..e69de29 diff --git a/tests/res/drawable-hdpi/.placeholder b/tests/res/drawable-hdpi/.placeholder new file mode 100644 index 0000000..e69de29 diff --git a/tests/res/drawable-ldpi/.placeholder b/tests/res/drawable-ldpi/.place...
360/360-Engine-for-Android
2c2d493911bfc3c6c9b30c51265916d74e0d3da4
- suited tests/build.xml for blocking unit tests
diff --git a/tests/build.xml b/tests/build.xml index 87ceb78..f808c93 100644 --- a/tests/build.xml +++ b/tests/build.xml @@ -1,696 +1,697 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- CDDL HEADER START The contents of this file are subject to the terms of the Common Development and Distribution License (the "Lic...
360/360-Engine-for-Android
0143c11225c4b1aa22027ca4794e04c840637f44
fix the not compiling unit test
diff --git a/tests/src/com/vodafone360/people/tests/database/NowPlusPresenceTableTest.java b/tests/src/com/vodafone360/people/tests/database/NowPlusPresenceTableTest.java index 0113be1..89e4d25 100644 --- a/tests/src/com/vodafone360/people/tests/database/NowPlusPresenceTableTest.java +++ b/tests/src/com/vodafone360/peo...
360/360-Engine-for-Android
2fbf8a375f83148805640762b9ecdc0af30fb74e
- adapted directory for build server
diff --git a/build_property_files/buildserver.properties b/build_property_files/buildserver.properties index 20d27de..4b0e28f 100644 --- a/build_property_files/buildserver.properties +++ b/build_property_files/buildserver.properties @@ -1,11 +1,11 @@ # The directory that points to the Android SDK file on your machine ...
360/360-Engine-for-Android
0ad88445f4a1729cff10f4ce64f78ce2c75d1145
no comment
diff --git a/tests/build.xml b/tests/build.xml index c73565d..87ceb78 100644 --- a/tests/build.xml +++ b/tests/build.xml @@ -1,696 +1,696 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- CDDL HEADER START The contents of this file are subject to the terms of the Common Development and Distribution License (the "Lic...
360/360-Engine-for-Android
c7daca83a637de6e3757c024fa8ebcbabfe72c6b
- once more the build.xml
diff --git a/tests/build.xml b/tests/build.xml index e9dcd87..c73565d 100644 --- a/tests/build.xml +++ b/tests/build.xml @@ -1,695 +1,696 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- CDDL HEADER START The contents of this file are subject to the terms of the Common Development and Distribution License (the "Lic...
360/360-Engine-for-Android
9cb714564ea14d429f756fbf17bdac49e5b05eaa
- altered build.xml one more time
diff --git a/tests/build.xml b/tests/build.xml index c160cbb..e9dcd87 100644 --- a/tests/build.xml +++ b/tests/build.xml @@ -1,701 +1,695 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- CDDL HEADER START The contents of this file are subject to the terms of the Common Development and Distribution License (the "Lic...
360/360-Engine-for-Android
708decfe057c1286f5028d149e8efa7923a34f75
-fixed build script for the tests
diff --git a/tests/build.xml b/tests/build.xml index a63ee4b..c160cbb 100644 --- a/tests/build.xml +++ b/tests/build.xml @@ -1,693 +1,701 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- CDDL HEADER START The contents of this file are subject to the terms of the Common Development and Distribution License (the "Lic...
360/360-Engine-for-Android
4e30c071f36487795011705216bcb873172e8399
fix for bug 1583/1464
diff --git a/src/com/vodafone360/people/database/tables/ContactSummaryTable.java b/src/com/vodafone360/people/database/tables/ContactSummaryTable.java index 8290a8e..5eaadee 100644 --- a/src/com/vodafone360/people/database/tables/ContactSummaryTable.java +++ b/src/com/vodafone360/people/database/tables/ContactSummaryTa...
360/360-Engine-for-Android
fff0a1b0b4f0fbb5c0e4c97114bb40624d7ab525
added a dot into the comment
diff --git a/src/com/vodafone360/people/engine/EngineManager.java b/src/com/vodafone360/people/engine/EngineManager.java index 85f4713..4cb717c 100644 --- a/src/com/vodafone360/people/engine/EngineManager.java +++ b/src/com/vodafone360/people/engine/EngineManager.java @@ -1,592 +1,592 @@ /* * CDDL HEADER START *...
360/360-Engine-for-Android
2a8b32ba1f9e5afce6f0de4d24b95d5942435fb5
PAND-1640: Crash: NullPointerException in com.vodafone360.people - Since there is no way to be sure where exactly the exception is I decided to fix the most likely issue that the query cursor was returned as null. In all cases we need to check for null.
diff --git a/src/com/vodafone360/people/engine/contactsync/NativeContactsApi1.java b/src/com/vodafone360/people/engine/contactsync/NativeContactsApi1.java index 7707781..ee7b775 100644 --- a/src/com/vodafone360/people/engine/contactsync/NativeContactsApi1.java +++ b/src/com/vodafone360/people/engine/contactsync/NativeC...
360/360-Engine-for-Android
1992271a694fe7eee55207fa62e55d864f699952
- suited tests/build.xml for blocking unit tests
diff --git a/tests/build.xml b/tests/build.xml index 87ceb78..f808c93 100644 --- a/tests/build.xml +++ b/tests/build.xml @@ -1,696 +1,697 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- CDDL HEADER START The contents of this file are subject to the terms of the Common Development and Distribution License (the "Lic...