summaryrefslogtreecommitdiffstats
path: root/samples/NotePad
Commit message (Collapse)AuthorAgeFilesLines
* am 44a6ed7b: Merge "change notepad min sdk version to 11 and adjust action ↵Scott Main2011-01-272-3/+4
|\ | | | | | | | | | | | | item appearance" into honeycomb * commit '44a6ed7b3ff5080dc18f821d83852e331d7a3891': change notepad min sdk version to 11 and adjust action item appearance
| * change notepad min sdk version to 11 and adjust action item appearanceScott Main2011-01-272-3/+4
| | | | | | | | Change-Id: I5385067b2720ebb053565cadcfe725103165abb8
* | am 7c69dba7: Remove use of old theme name.Dianne Hackborn2011-01-231-1/+1
|\| | | | | | | | | * commit '7c69dba7cc03073820d567dcb2fa6af031326e7a': Remove use of old theme name.
| * Remove use of old theme name.Dianne Hackborn2011-01-231-1/+1
| | | | | | | | Change-Id: Iebc7a81738122fbfb94f22649e07eabb39dc4afb
* | am 0d11c9c3: Follow API changes.Dianne Hackborn2011-01-172-2/+1
|\| | | | | | | | | * commit '0d11c9c34501a9a9dedee1092fd63af218dc28c8': Follow API changes.
| * Follow API changes.Dianne Hackborn2011-01-172-2/+1
| | | | | | | | Change-Id: Ieb1df7fc0708f22aae3d851f74ade1343eb44e08
* | resolved conflicts for merge of c8e12573 to honeycomb-plus-aospScott Main2011-01-1210-0/+0
|\ \ | |/ |/| | | Change-Id: I2ee1cb90df9617e470aec99671a05d99939f30f2
| * am ac96a560: Merge "update notepad menu icons with new styles for GB (20% ↵Scott Main2011-01-1012-0/+0
| |\ | | | | | | | | | | | | | | | | | | smaller)" into gingerbread * commit 'ac96a5607de2fd643bdf43e1711aea8afa74c04b': update notepad menu icons with new styles for GB (20% smaller)
| | * update notepad menu icons with new styles for GB (20% smaller)Scott Main2010-11-2912-0/+0
| | | | | | | | | | | | Change-Id: Ie5b9e42d56688558e9e3220bb15729d5142775ba
* | | Codename now Honeycomb.Dianne Hackborn2011-01-061-1/+1
| | | | | | | | | | | | Change-Id: I32ac7dbd24bd3730deb608e20346fa9d40c3875a
* | | This is a manual merge of Ib7ea41079f3b268f3be1f86febdb1caed98bdd8eScott Main2010-12-0230-370/+264
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | resolved conflicts for merge of 0aa38562 to masterRaphael2010-11-231-4/+4
|\| | | | | | | | | | | Change-Id: I2e79f7c906477bc5d02352de6a7be17fffb4730a
| * | resolved conflicts for merge of d7267fc2 to gingerbread-plus-aospRaphael2010-11-231-2/+2
| |\ \ | | |/ | |/| | | | Change-Id: Id3b056cf13bcfa50b3b4a00a22b8f482069c04c9
| | * Move <uses-sdk> before <application> in samples.Raphael Moll2010-11-221-2/+2
| | | | | | | | | | | | Change-Id: Iac2644d350235e19f5109aeb25a8d6d4eb1af3fe
| * | Do not merge.Scott Main2010-10-2134-307/+274
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a cherry-pick from froyo change I392406824607e2bdae646e3156433d82a9ed6521 Revise NotePad application to use better practices such as - 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. - and probably others Change-Id: I5e6fa5315308edf1a9447ecadd5b289127776bd0
* | Samples: Fix bugs in Note Pad sample app.Joe Malin2010-10-116-69/+337
| | | | | | | | Change-Id: I859cbc73eaaa77a9ff89484f33c7150d76a4e2c2
* | Make note pad provider private, but able to grant URI permissions.Dianne Hackborn2010-10-051-1/+3
| | | | | | | | Change-Id: I6113ec86e4d4cbc105932067ac2fbb2a0d468e15
* | Samples: Fix bugs in Note Pad sample app.Joe Malin2010-09-282-16/+10
| | | | | | | | Change-Id: Iacb22efa30d3627dba5a5f91151da5c75722715e
* | Update to follow clipboard APIs.Dianne Hackborn2010-08-274-22/+38
| | | | | | | | Change-Id: I905a499f2697bea218b6d4c3f8ec339fbe52c916
* | Note Pad: merged jmalin and hackbod chgsJoe Malin2010-08-2413-477/+2090
| | | | | | | | Change-Id: Ica0fff191b806981bdca05977174a6ed3bb6d9f1
* | Revert "Revised Note Pad sample, new test app for Note Pad"Joe Malin2010-08-0917-2310/+691
| | | | | | | | This reverts commit 4124e0a1f07e4e54c37b0cfbb1b7438806ff02a6.
* | Revised Note Pad sample, new test app for Note PadJoe Malin2010-08-0917-691/+2310
| | | | | | | | Change-Id: Ia41a33d935ead704c1de439a0cfb0a55806cfe12
* | Update NotePad to support copying of an entire note to the clipboard.Dianne Hackborn2010-08-085-34/+251
|/ | | | Change-Id: Icbda36dcdb98d53395af1570e161dad727146f93
* Remove use of deprecated API from test sample code.Brett Chabot2010-03-181-6/+15
| | | | | | | Modify tests sample code to use ActivityInstrumentationTestCase2 and its new constructor. Change-Id: Idf927b6641c8dfb4aede8cb2bba45de29320bcf5
* Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-082-3/+3
| | | | Bug: #2361749.
* Fresh new change for:Roman Nurik2009-11-2312-10/+104
| | | | | | | | Add Live Folder support to NotePad sample, and add new icons for the app and Live Folder (separate for Donut and Eclair). Previous change 33290 was screwed up. Xav, please pardon a repo newbie!
* hdpi artwork for development/{apps,samples}.Daniel Sandler2009-09-292-0/+0
| | | | | | (drop dated 29-Sep-2009) Change-Id: Ie022d478ed4eafc641e475dad94f507a6c358595
* Define tested.project.dir property for existing samplesPiotr Gurgul2009-09-231-0/+1
| | | | | | As now test projects are recognized by presence of the property tested.project.dir, it has been manually added for existing test project samples.
* docs only.Scott Main2009-08-311-3/+3
| | | | | add a homepage for the searchable dictionary sample app. and make all urls relative
* docs only.Scott Main2009-08-243-9/+16
| | | | | | | Add new web pages for sample apps included in the SDK. Revise the existing sample app web pages. Delete screenshots for notepad and lunar lander (these have moved into frameworks/base/docs/html/guide/samples/image/.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0319-0/+1417
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0319-1417/+0
|
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-1/+1
|
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-1/+2
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-175-2/+70
|
* Initial ContributionThe Android Open Source Project2008-10-2118-0/+1348