summaryrefslogtreecommitdiffstats
path: root/samples/BluetoothChat
Commit message (Collapse)AuthorAgeFilesLines
* Prefixed minSdkVersion with "android:"Vince Harron2014-04-131-1/+1
| | | | | | Set minSdkVersion to 11 to support ActionBar API Change-Id: Id023af411c6a8b5dc6a94765a9391306ce19a31f
* Modify Bluetooth Chat app for new insecure rfcomm API.Jaikumar Ganesh2011-01-194-62/+141
| | | | | | Also fix some bugs. Change-Id: I2e20a3b02fb904d64e03a2c4602a5b724912c742
* Fix BT chat sample app to use Honeycomb action bar.Jake Hamby2011-01-135-20/+24
| | | | | | | | | | | The BT chat app previously used a custom title, which is no longer supported in Honeycomb with the default theme. It also required the option menu, which has been replaced with the action bar. Fixed the app to use the standard Honeycomb style and action bar. Bug: 3098795 Change-Id: I8f8656b261c6e15cc6b0b2f445087ff3baabb4d4
* Start the accept thread when the socket gets disconnected.Jaikumar Ganesh2010-11-111-0/+2
| | | | Change-Id: I937c19c657a1077df8c2c19b5edc3fec218e11a4
* Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-085-18/+18
| | | | Bug: #2361749.
* change the way bytes are read from InputStream.Scott Main2009-12-082-27/+31
| | | | | | | Read only the bytes received and don't allocate new arrays Also revise the mechanism for writing the outgoing messages to the screen to be more consistent with reading and cleanup line lengths to be <100 chars.
* change BT sample minsdkversion to 6 because itScott Main2009-12-031-1/+1
| | | | uses the revised result codes when enabling BT
* add new Bluetooth sample appScott Main2009-12-0215-0/+1286