summaryrefslogtreecommitdiffstats
path: root/AndroidManifest_cm.xml
Commit message (Collapse)AuthorAgeFilesLines
* Use JobService for periodic InCallMetrics reportingErica Chang2016-05-131-2/+5
| | | | | | | | Replaced AlarmManager with JobService. CD-501 Change-Id: I3280d8355c3d6d4ea89f9100ccfa5443124d2a48
* Add permission for binding to Ambient's Caller Information serviceRohit Yengisetty2016-05-091-0/+1
| | | | Change-Id: I694790712220c2701e0cb3b1150a825fb4935a0a
* Revert "Contacts : added PUBLISH_DISCOVERY_NUDGE permission"Erica Chang2016-05-051-1/+0
| | | | | | This reverts commit 58dc89ae9578490e957e30651410b4500ef3a4f8. Change-Id: I3ed87f1d4c6d37230c6ae9be9d4200c7d0509db3
* Contacts : added PUBLISH_DISCOVERY_NUDGE permissionErica Chang2016-05-051-0/+1
| | | | | | | | | The PUBLISH_DISCOVERY_NUDGE permission is required to query InCall plugin nudge parameters CD-625 Change-Id: I9dd76b0dc03f3eecff4edff5abe4393ea14bce25
* Contacts Metrics: added directory search and bug fixErica Chang2016-05-051-1/+2
| | | | | | | | | | | | | | | | | | | | | | -Added directory search metrics >PeopleActivity plugin + fab onclick >Contacts card directory search onclick -Fixed bugs for >db upgrade (upgrade only oldversion < new version not <=) >auto/manual merge count (was not capturing count increment with an existing count entry) >PeopleActivity plugin tab login nudge impression count (was tracking the event of leaving the plugin tab rather than going into the plugin tab) >NPE for getBytes() in InCallMetricsHelper.generateNudgeId() -Consolidated InCallMetricsHelper.increaseCount to handle all user action event types CD-501, CD-527, CD-610 Change-Id: I6c8c2d951108d10be735365ebaf1b133cd4d52c1
* Contacts: metricsErica Chang2016-04-071-3/+15
| | | | | | | | | | -Added contacts in app and user action metrics -backed in a db -every 24 hours the entries are reported to ambient CD-297,CD-501 Change-Id: Ia9fd922d3c3049e4caacbf57b43039bcc8649a24
* Contacts: add plugin status change receiverErica Chang2016-04-071-0/+34
Contacts now receives updates and updates UI accordingly based on plugin status. CD-452, CD-464 Change-Id: Ib5c3d7cd683a09d07d3f466248129d31c321123d