Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | am 747cb3b5: Merge change 9670 into donut | Android (Google) Code Review | 2009-08-04 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | Merge commit '747cb3b515e1b01f6b61ec911b693d88d480eaaf' * commit '747cb3b515e1b01f6b61ec911b693d88d480eaaf': Make aidl annotate onTransact with @Override | ||||
| * | Make aidl annotate onTransact with @Override | Xavier Ducrohet | 2009-08-03 | 1 | -1/+1 |
| | | | | | | | | BUG: 1902262 | ||||
| * | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -0/+652 |
| | | |||||
| * | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -652/+0 |
| | | |||||
* | | Removing "import" statements from AIDL-generated .java files. | Adrian Taylor | 2009-02-13 | 1 | -3/+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 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | auto import from //branches/cupcake/...@125939 | The Android Open Source Project | 2009-01-09 | 1 | -0/+2 |
| | | |||||
* | | Add a few missing headers | Alexey Zaytsev | 2008-10-21 | 1 | -0/+1 |
|/ | | | | | | 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 | 1 | -0/+650 |