Mikhail Glukhikh
|
fdf0ea5546
|
Enum warnings fixed: deprecated delimiters, short super constructors, both in project and in libraries
|
2015-05-18 16:08:16 +03:00 |
|
Yan Zhulanow
|
7639ab4f41
|
Separate support and normal properties
|
2015-05-08 18:19:26 +03:00 |
|
Yan Zhulanow
|
fdc253b67f
|
Bugfix: support several resource directories in AndroidPsiTreeChangePreprocessor
|
2015-05-08 18:19:24 +03:00 |
|
Yan Zhulanow
|
77be78b627
|
Support Android flavors
|
2015-05-08 18:19:24 +03:00 |
|
Yan Zhulanow
|
bf707ec3f7
|
Minor: code clean, remove obsolete functions
|
2015-05-08 18:19:24 +03:00 |
|
Yan Zhulanow
|
3645dfc5af
|
Support several res/ directories
|
2015-05-08 18:19:23 +03:00 |
|
Yan Zhulanow
|
7a685b8c56
|
Support Fragment synthetic properties
|
2015-05-08 18:19:23 +03:00 |
|
Yan Zhulanow
|
d7488023d2
|
Add compiler tests for support.v4.app.Fragment
|
2015-05-08 18:19:22 +03:00 |
|
Yan Zhulanow
|
514bc74e9c
|
Support android.support.v4.Fragment classes
|
2015-05-08 18:19:22 +03:00 |
|
Yan Zhulanow
|
cc697d2c1a
|
Minor: remove isResourceDeclarationOrUsage
|
2015-05-08 18:19:22 +03:00 |
|
Yan Zhulanow
|
bc4a342a38
|
Refactoring: handle base AndroidResource class (in order to support <fragment>)
|
2015-05-08 18:19:21 +03:00 |
|
Nikolay Krasko
|
9d986d077c
|
Move kotlin runtime library to end of classpath and remove duplicates with 'util' package
|
2015-05-06 14:18:24 +03:00 |
|
Alexander Udalov
|
94df191f86
|
Regenerate tests
|
2015-04-10 20:26:34 +03:00 |
|
Stanislav Erokhin
|
b152211096
|
Added init keyword to testdata
|
2015-04-07 13:08:51 +03:00 |
|
Yan Zhulanow
|
df12331173
|
Ignore fragment tag (it requires a different implementation)
|
2015-04-03 17:38:20 +03:00 |
|
Yan Zhulanow
|
b4cfacbac7
|
Name synthetic files after layout names
|
2015-04-03 17:37:24 +03:00 |
|
Yan Zhulanow
|
e6fa6e9a5d
|
Escape layout names which are Kotlin keywords
|
2015-04-03 17:37:23 +03:00 |
|
Yan Zhulanow
|
3aa6edca7b
|
Escape soft keywords as well
|
2015-04-03 17:37:23 +03:00 |
|
Yan Zhulanow
|
fae114f606
|
Cast findViewById() result to Views safely
|
2015-04-03 17:37:23 +03:00 |
|
Yan Zhulanow
|
1f16328070
|
Add imports for XML widget tags, support.v4 fake package files
|
2015-04-03 17:37:22 +03:00 |
|
Yan Zhulanow
|
d0e4f86790
|
Escape widget ids which are Kotlin keywords
|
2015-04-03 17:37:22 +03:00 |
|
Yan Zhulanow
|
2af538e854
|
Ignore some XML tags
|
2015-04-03 17:37:21 +03:00 |
|
Yan Zhulanow
|
938248bd29
|
Search for all properties in layout files corresponding to the given JetProperty
|
2015-04-03 17:37:21 +03:00 |
|
Yan Zhulanow
|
96074bc948
|
Fix Android byte code generation inside complex expressions
|
2015-04-03 17:37:21 +03:00 |
|
Yan Zhulanow
|
638ec2ae92
|
Fix deprecated Kotlin constructs and remove unused code in Android plugins
|
2015-04-03 17:37:20 +03:00 |
|
Yan Zhulanow
|
cbf68e8c6f
|
Generate synthetic packages even for layouts without @+id/ attributes declared
|
2015-04-03 17:37:19 +03:00 |
|
Yan Zhulanow
|
0a96c2c148
|
Lookup XML attribute using the property (for a particular layout)
|
2015-04-03 17:37:19 +03:00 |
|
Yan Zhulanow
|
a4dc6870dc
|
Fix Android layout widget redeclarations
|
2015-04-03 17:37:18 +03:00 |
|
Yan Zhulanow
|
c40598b3e9
|
Do not cast findViewById to View
|
2015-04-03 17:37:18 +03:00 |
|
Yan Zhulanow
|
2061e390b4
|
Support special Android layout XML tags: fragment, include, merge
|
2015-04-03 17:37:18 +03:00 |
|
Pavel V. Talanov
|
b73bd697e6
|
Rename JetCoreEnvironment -> KotlinCoreEnvironemnt
|
2015-03-30 15:11:58 +03:00 |
|
Pavel V. Talanov
|
5cb431c5c4
|
Convert JetCoreEnvironment: migrate other code
|
2015-03-30 15:11:57 +03:00 |
|
Pavel V. Talanov
|
ed218c473a
|
Get rid of 'class object' usages in code and builtins
Replace some comments and library usages as well
|
2015-03-25 18:28:00 +03:00 |
|
Yan Zhulanow
|
c945a53eec
|
Move AndroidPsiTreeChangePreprocessor to android-idea-plugin module
|
2015-03-18 17:51:58 +03:00 |
|
Yan Zhulanow
|
e56d67f4b8
|
Android synthetic properties are now properties with flexible type
|
2015-03-17 17:37:14 +03:00 |
|
Yan Zhulanow
|
01c79c6d00
|
Make Android bytecode shape tests more readable
|
2015-03-17 17:35:24 +03:00 |
|
Pavel V. Talanov
|
06916d98c6
|
default -> companion: replace all mentions of default and default object
|
2015-03-17 15:47:39 +03:00 |
|
Pavel V. Talanov
|
2a6facaef6
|
default -> companion: default object -> class object in project code, builtins and libs code
|
2015-03-17 15:46:48 +03:00 |
|
Yan Zhulanow
|
7b39cf4998
|
Support cache cleanup in android-compiler-plugin
|
2015-03-13 15:46:43 +03:00 |
|
Yan Zhulanow
|
93ce3bc2ad
|
Pass GenerationState to generateClassSyntheticParts as it's more useful
|
2015-03-13 15:46:42 +03:00 |
|
Yan Zhulanow
|
4cc5e9248a
|
Support View in android-compiler-plugin
|
2015-03-13 15:46:42 +03:00 |
|
Yan Zhulanow
|
da8369066b
|
Support Fragment in android-compiler-plugin
|
2015-03-13 15:46:41 +03:00 |
|
Yan Zhulanow
|
d4184bd51d
|
Move AndroidExpressionCodegenExtension to the separate file
|
2015-03-13 15:46:40 +03:00 |
|
Yan Zhulanow
|
e836b88fc3
|
Fix deprecated Kotlin function calls
|
2015-03-13 15:46:40 +03:00 |
|
Yan Zhulanow
|
c56347058f
|
Do not pass resource manager to AndroidXmlVisitor and AndroidXmlHandler
|
2015-03-13 15:46:40 +03:00 |
|
Yan Zhulanow
|
6b368e445a
|
Cache XML layout widgets using PsiTreeChangePreprocessor
|
2015-03-13 15:46:39 +03:00 |
|
Yan Zhulanow
|
3f53cf01d2
|
Remove obsolete module dependency from android-compiler-plugin
|
2015-03-13 15:46:39 +03:00 |
|
Yan Zhulanow
|
19d24c3c50
|
Rename AndroidExpressionCodegen to AndroidExpressionCodegenExtension
|
2015-03-13 15:46:38 +03:00 |
|
Yan Zhulanow
|
41d9477870
|
Load Android extensions only if plugin options are present
|
2015-03-13 15:46:36 +03:00 |
|
Yan Zhulanow
|
be954f2c27
|
Fix WrongIdFormat exception on Android XML widgets with non-@+id/ format
|
2015-03-11 15:33:45 +03:00 |
|