summaryrefslogtreecommitdiffstats
path: root/samples/Wiktionary
Commit message (Collapse)AuthorAgeFilesLines
* Build against the specified targetSdkVersion.Narayan Kamath2014-12-121-1/+1
| | | | | bug: 18027885 Change-Id: Id8a1f979b1d7d28bb4a0428aed6adff1c568f72e
* resolved conflicts for merge of d7267fc2 to gingerbread-plus-aospRaphael2010-11-231-5/+6
|\ | | | | | | Change-Id: Id3b056cf13bcfa50b3b4a00a22b8f482069c04c9
| * Move <uses-sdk> before <application> in samples.Raphael Moll2010-11-221-5/+6
| | | | | | | | Change-Id: Iac2644d350235e19f5109aeb25a8d6d4eb1af3fe
* | Add positional parameters to aid in i18nKenny Root2010-06-011-3/+3
|/ | | | | | | Different languages might have different word orders, so add in positional parameters for strings that have more than one substitution. Change-Id: Ie9fc74eb0a22471b272e65c6cd521f1518b322d1
* Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-084-12/+12
| | | | Bug: #2361749.
* Modify index pages of MultiResolution, Wiktionary, and WiktionarySimple ↵Roman Nurik2009-12-101-6/+6
| | | | samples, to point to new screenshots. Also some minor cleanup.
* Importing Wikitionary/SimpleWiktionary sample code from ↵Trevor Johns2009-12-0929-0/+1610
http://code.google.com/p/wiktionary-android/. Original code by Jeffrey Sharkey <jsharkey@android.com>. Modifications: - Remove .classpath, .project, and default.properties. - Remove generated files (/gen). - Create Android.mk and _index.html. - Cleaned up whitespace and converted to match AOSP style guide. - Renamed SimpleWiktionary to WiktionarySimple to keep both samples next to each other in the directory listing. - Removed the android:text attribute in the BulletPoint due to localization issues.