Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | long modifier was on the wrong argument. | Scott Turner | 2010-01-14 | 1 | -1/+1 |
| | |||||
* | merge from donut | Jean-Baptiste Queru | 2009-09-03 | 3 | -3/+9 |
|\ | |||||
| * | donut snapshot | Jean-Baptiste Queru | 2009-08-11 | 3 | -3/+9 |
| | | |||||
| * | donut snapshot | Jean-Baptiste Queru | 2009-07-21 | 1 | -0/+1 |
| | | |||||
* | | Include stdio.h in tools/aidl/AST.h to make the code build on gcc-4.4 | Scott Tsai | 2009-03-21 | 1 | -0/+1 |
| | | |||||
* | | Merge commit 'remotes/korg/cupcake' into merge | Jean-Baptiste Queru | 2009-03-18 | 3 | -8/+86 |
|\ \ | |/ | | | | | | | | | | | | | | | | | Conflicts: core/java/android/view/animation/TranslateAnimation.java core/jni/Android.mk core/res/res/values-en-rGB/strings.xml libs/audioflinger/AudioFlinger.cpp libs/surfaceflinger/LayerScreenshot.cpp packages/SettingsProvider/src/com/android/providers/settings/SettingsProvider.java | ||||
| * | auto import from //branches/cupcake_rel/...@138607 | The Android Open Source Project | 2009-03-13 | 3 | -7/+85 |
| | | |||||
| * | auto import from //depot/cupcake/@136594 | The Android Open Source Project | 2009-03-05 | 1 | -1/+1 |
| | | |||||
| * | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 17 | -0/+5720 |
| | | |||||
| * | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 17 | -5720/+0 |
| | | |||||
* | | Removing "import" statements from AIDL-generated .java files. | Adrian Taylor | 2009-02-13 | 2 | -20/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AIDL generates unnecessary "import" statements. These cause warnings within Eclipse when the default Eclipse warnings settings are used. This is inconvenient since the generated .java files are not editable. Some pesky organisations have a zero-warnings policy too, so there's no option but to fiddle with the Eclipse settings. This patch ensures that all usages of class names within the generated code are fully-qualified. In practice, they were nearly all fully-qualified already. And this patch also removes the generation of the import statements, since they are redundant if we're using fully-qualified names everywhere. This should fix issue 43 in the Google Code Android issues tracker. http://code.google.com/p/android/issues/detail?id=43 I would appreciate if somebody who knows exactly how 'aidl' works could confirm that there's no reason 'import' statements would have been necessary except for the bits I've fixed. (I think unqualified names were used much more frequently in early versions of aidl, which might explain why import statements are generated so eagerly). | ||||
* | | auto import from //branches/cupcake/...@125939 | The Android Open Source Project | 2009-01-09 | 3 | -0/+7 |
|\ \ | |/ | |||||
| * | auto import from //branches/cupcake/...@125939 | The Android Open Source Project | 2009-01-09 | 5 | -0/+10 |
| | | |||||
* | | Add a few missing headers | Alexey Zaytsev | 2008-10-21 | 4 | -0/+5 |
|/ | | | | | | Fixes build with gcc 4.3.2 Signed-off-by: Alexey Zaytsev <alexey.zaytsev@gmail.com> | ||||
* | Initial Contribution | The Android Open Source Project | 2008-10-21 | 17 | -0/+5710 |