summaryrefslogtreecommitdiff
path: root/lib/mapapi/com/android
Commit message (Collapse)AuthorAgeFilesLines
* MAP: [IOT] Update Foldername case to small lettersHemant Gupta2018-07-311-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Precondition: MAP Connection for MAS-0 with MNS connected. Usecase: 1) Establish MAP MAS session for SMS. 2) Send message from carkit and wait for sending success event report. 3) Observe if SMS in CK is updated as sent or not. 4) Similar case with read status. Issue: SMS in CK is not updated as sent after receiving event report. Root Cause: Remote carkit Ford Ecosport is case sensitive towards folder name. So folder name sent in Capital letters is not processed by this carkit as case of foldername in Folderlisting and Event Report is not same (telecom/msg/sent for FolderListing and telecom/msg/SENT for EventReport). Fix: This change updates case of mandatory folder name of MAS-0 account. Test: Remote Carkit successfully updated status on dashboard. Bug: 111098687 Change-Id: I250cefc0516a16d573ee5f6d33aad076bfb98c16
* [Script] Fix checkstyle errors (1/2)Jack He2017-10-193-340/+403
| | | | | | | | Format code using Intellij to conform to CheckStyle requirements Bug: 63597465 Test: make checkbuild, no manual changes, no functional changes Change-Id: I70cd2ab8e5e6d5428ab1556658735b0d83f4fb15
* Add asterisks before comments in BluetoothMapContractJack He2017-10-191-5/+5
| | | | | | Bug: 63597465 Test: make checkbuild, no functional changes Change-Id: I65db3a27500d671753352474547a07e82775e9fe
* [Script] Remove unnecessary interface modifiersJack He2017-10-112-56/+56
| | | | | | | | * Fix with "Unnecessary interface modifiers" inspection in Intellij Bug: 63597465 Test: make checkbuild, no manual changes, no functional changes Change-Id: Iec25d3b09f6b2b0ce8d66884f81fb35f22320183
* [Script] Add @Override annotations to overriden methodsJack He2017-10-111-0/+1
| | | | | | | | | * Run "Missing @Override annotation" inspection in Intellij and perform automatic fixes Bug: 63597465 Test: make checkbuild, no manual changes, no functional changes Change-Id: I3607581a0538ecce382dbb68742f40662bca6cad
* [Script] Sort modifiers according to JLSJack He2017-10-112-23/+23
| | | | | | | | | | | | | | | | | | | | | | * Correct order is: 1. public 2. protected 3. private 4. abstract 5. default 6. static 7. final 8. transient 9. volatile 10. synchronized 11. native 12. strictfp * This is achieve through running automatic code cleanup in Intellij using "Missorted modifiers" inspection Bug: 63597465 Test: make checkbuild, no manual changes, no functional changes Change-Id: Id9c8a3c6bf1195b43d986c4324da94ca8c44367f
* Cleanup unused requires in java filesMarie Janssen2016-06-072-8/+0
| | | | Change-Id: I7b055c1d3d3f6a69e9f49c077853ab45fcad7106
* Update to Bluetooth MAP 1.2 (server)kschulz2015-04-102-45/+1395
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Change folder name lookup to a map Replaced the arrays used to convert mailbox ID/msg type to a folder name with a static map. This is to avoid null pointer exception for unknown values, and to catch any changes in the ID/type values at compile time in stead of runtime. Bug-id:16874441 - Added Instance Information support and Extended Event support. Still missing integration wiht SDP MAP feature bit mask support - Adding Abstract implementation to support conversations - added IM account handling, IM type definition, Application paramenters. - addedgetConversactionList functionality - added method to strip encoding in headers - Fixed messagelist showing both email address and name in the name fields. - Fixed Index out of bounds exception was hit when the subject contained invalid chars. - Added functionality to support the getConversationListReq Works for SMS/MMS, Email and IM For Email/IM it depends on the convoContact table in the contract. For SMS/MMS it uses the contact number+ name if available in contact database. - Added new parameters to msgListing also in contract class - Added Test framework for "near system level" tests Currently only includes an entry point for single device tests. - Added support for setOwnerStatus - Added support for vcard type X-BT-UID - Introduced type SignedLongLong to handle 128 bit values which needs to be handled as hex-strings. - Added convocontact notification events for IM - Added support for IM getMessage - Added setEventFilter function. - Added event filtering before enquing an event to be send. - Added selective observers, depending on the active filter. - Fixed timestamp to be from seconds to seconds (not from milisec) - Fixed version number in bMessage if remote featurebit is set for v 1.1 - Added content encoding to QP for text that are not USACII - Corrected the addresses in to/from for IM messages - Added btuid and btuci to vcard - Fixed (some) longlines - Added extendedData support (empty when sending, just logging when receiving) - Fixed Email folderName compairison changed to ignore case - Fixed problem with names containing "null" - BluetoothMapbMessageMms changed to BluetoothMapbMessageMime - Fixrf addOriginator in getMessage request - Add missing subjects in events for SMS - Don't send ReadStatusChanged when pushing a message - Temp way of adding names/uci to IM msg listing - Added messageHandle filtering in msgListing - Convolisting parameter mask support - Added support for using handle when filtering in root folder during msgLising - Added subject to event in sms - Fixed so attribute_mime_type is only sent when parameter is requested - Fixed feature bit check to messageListing version - Fixed leaking cursors - Added support for database identifier - Added folder and conversation version counters Change-Id: I4d2954b795aa7ed2a41dd034384da30f240b518f
* Make directory structure + Java packages consistent.Jeff Davidson2014-08-082-0/+1253
Fixes Eclipse compilation errors. Change-Id: I2898a2aaf2b19b4c64fd523f792bb224c79b5d75