History log of /frameworks/support/jetifier/jetifier/core/src/main/kotlin/com/android/tools/build/jetifier/core/PackageMap.kt
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4e29091e542d87269447fdc8b3254ce86af06845 02-May-2018 Filip Pavlis <pavlis@google.com> Relax conditions for jetifier xml rewrite.

Jetifier had very restricted set of XML tags to rewrite. This was
causing failures and the list had to be extened. Because this does not
scale well I have relaxed the selectors and jetifier now tries to
rewrite basically anything in quotes or in tags.

Another tiny change is that Jetifier will move files no matter if it is
rewriting support library or not. This is related to the new strategy
that we will rewrite files that are not originally from SL but are in
the same namespace and satisfy our rules. By this we won't break usages
of internal APIs.

Test: Added
Change-Id: I20041897eaa98899294092bd88a9371d811026d6
Fix: 79111795
Bug: 64833662
/frameworks/support/jetifier/jetifier/core/src/main/kotlin/com/android/tools/build/jetifier/core/PackageMap.kt
be27f81ab9b2d07ec348ba3f14b86d1aaa6604f9 18-Apr-2018 Filip Pavlis <pavlis@google.com> Fix design and contraint mappings.

Also types map is finally stored alphabetically.

Bug: b/64833662
Test: N/A

Change-Id: Ide2f81e44d023fe9cb5e27623088e58b5a3e423e
/frameworks/support/jetifier/jetifier/core/src/main/kotlin/com/android/tools/build/jetifier/core/PackageMap.kt
ba381a314edcd57963ed1ac5910595e04faf29cc 28-Mar-2018 Filip Pavlis <pavlis@google.com> Refactor Jetifier packages to com.android.tools

Bug: b/64833662
Test: it builds!

Change-Id: I27bc0d2b0de17ba0d22e7588dc0742a041f17f31
/frameworks/support/jetifier/jetifier/core/src/main/kotlin/com/android/tools/build/jetifier/core/PackageMap.kt