summaryrefslogtreecommitdiff
path: root/samples/NotePad/src/com/example/android/notepad/TitleEditor.java
Commit message (Collapse)AuthorAgeFilesLines
* This is a manual merge of Ib7ea41079f3b268f3be1f86febdb1caed98bdd8eScott Main2010-12-021-19/+2
| | | | | | | | | | | | | | | | | | | | | | Which includes the following: - inflating menus from XML and supporting API Level 3 without the need for version qualifiers on resource directories. - to NOT include items in the options menu based on the 'selected' item (that's what a context menu is for). - include all drawables in the app, instead of using system resources. Add features: - the ability to edit the note title through the context menu - disable menu items in the editor based on menu groups - add a "save" button to the editor instead of assuming BACK functionality - and show the title of the current note in the activity title. Plus, this change adds Holo themes and items to the action bar. And fix a bug in NoteEditor: the constants used for the column indexes caused the title and note text to be saved incorrectly---removed them and instead perform column index lookup on the notes cursor. Change-Id: I6e7a693a35f5dc2da423982869dd871c4c171e5b
* Samples: Fix bugs in Note Pad sample app.Joe Malin2010-10-111-0/+3
| | | | Change-Id: I859cbc73eaaa77a9ff89484f33c7150d76a4e2c2
* Samples: Fix bugs in Note Pad sample app.Joe Malin2010-09-281-3/+1
| | | | Change-Id: Iacb22efa30d3627dba5a5f91151da5c75722715e
* Note Pad: merged jmalin and hackbod chgsJoe Malin2010-08-241-30/+98
| | | | Change-Id: Ica0fff191b806981bdca05977174a6ed3bb6d9f1
* Revert "Revised Note Pad sample, new test app for Note Pad"Joe Malin2010-08-091-97/+31
| | | | This reverts commit 4124e0a1f07e4e54c37b0cfbb1b7438806ff02a6.
* Revised Note Pad sample, new test app for Note PadJoe Malin2010-08-091-31/+97
| | | | Change-Id: Ia41a33d935ead704c1de439a0cfb0a55806cfe12
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+115
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-115/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+115