- 87a080b Re-wrap ByteBuffer after UTF-8 decoding failed by utzcoz · 3 years, 6 months ago
- 78df50b Use dalvik MUTF-8 link to replace wikipedia's one by utzcoz · 3 years, 6 months ago
- 76856b1 Use CESU8 decoder to replace DataInputStream for modified UTF-8 by utzcoz · 3 years, 6 months ago
- ecf61c4 Use DataInputStream to read UTF-8 string firstly by utzcoz · 3 years, 6 months ago
- 0ca5609 Skip staged resources in the legacy resource system by hoisie · 3 years, 7 months ago
- cb39976 Extract mockitoVersion to gradle.properties by utzcoz · 3 years, 8 months ago
- 207c22d Update gradle dependencies by utzcoz · 3 years, 8 months ago
- 659ddd9 Fix syntax warning of build.gradle by utzcoz · 3 years, 9 months ago
- 58afa94 Synchronize Truth version being used to be v1.1.1 by Al Sutton · 3 years, 10 months ago
- 266658e Fix Java formatting in CppAssetManager2.java by Michael Hoisie · 4 years ago
- 3c020bb Avoid reading invalid buffer offsets to fix crash when applying themes by Joshua Selbo · 4 years ago
- 5987224 Update JUnit to 4.13.1 by hoisie · 4 years, 1 month ago
- 01ed732 Migrate from deprecated `com.google.common.base.Charsets` to `java.nio.charset.StandardCharsets`. by Googler · 4 years, 2 months ago
- d077799 Fix issue loading a single string array resource by hoisie · 4 years, 5 months ago
- a6843b0 Transform markdown javadoc code javadoc to plain javadoc by hoisie · 4 years, 4 months ago
- 38774b2 Change javadoc markdown links to HTML by hoisie · 4 years, 4 months ago
- 0f7c3d2 Support running on Java 13. by Christian Williams · 4 years, 8 months ago
- d92f6f0 Upgrade to Android Gradle Plugin 3.5.3 and Gradle 5.4.1. by Christian Williams · 4 years, 8 months ago
- 6d28613 Upgrade to truth 1.0.1 and force annotation processor to use errorprone 2.3.4 by Brett Chabot · 4 years, 9 months ago
- 56fe042 Make reading binary resource zips more performant. by brettchabot · 5 years ago
- 7d8fa82 Use NativeObjRegistry in ShadowParcel. by Googler · 5 years ago
- 1e2eb55 Fix sign extension after byte order conversion. by Googler · 5 years ago
- 8339f80 Tolerate gaps between ZIP entries when jumping between Local File Headers. by Googler · 5 years ago
- e89f3a8 Roll forward CL 251688643, which was rolled back in CL 251737005. by Googler · 5 years ago
- 804b89a Fix another 'NoSuchMethodError java.nio.ByteBuffer.position' issue in Java8. by brettchabot · 5 years ago
- 36daca6 Fixed transliteration problems where cpp copy assignments were transliterated as java reference copies by Googler · 6 years ago
- 99b2efc Update to truth 0.44 by brettchabot · 6 years ago
- 70abf04 Upcast call to <ByteBuffer> ByteBuffer.position(int) to <Buffer> Buffer.position(int) for Java 8 compatibility. by jongerrish · 6 years ago
- acb7af7 Introduce a new ?Realistic looper? threading model. by brettchabot · 6 years ago
- ccbf4e2 Revert to `api` dependencies because of Android Studio bug. by Christian Williams · 6 years ago
- c9c45b7 Add Q shadows for public beta 1. by christianw · 6 years ago
- f88b96f More regrettable workarounds for an abysmal operating system. by Christian Williams · 6 years ago
- e86aa3d ...internal... by Googler · 6 years ago
- 79995e7 Bump to guava 27.0.1-jre. by Christian Williams · 6 years ago
- 8df3c56 Merge pull request #4362 from robolectric:injector by Copybara Robolectric Bot · 6 years ago
- bd9c5b0 Move MavenDependencyResolver to its own artifact. by Christian Williams · 6 years ago
- 68e194a Merge pull request #4265 from robolectric:kill-fs-file by Copybara Robolectric Bot · 6 years ago
- e04e04c Merge pull request #4265 from robolectric/kill-fs-file by Christian Williams · 6 years ago
- 8f9a940 Add support for hidden framework resources by Googler · 6 years ago
- 2962abf Fix synchronization on zip filesystem caching. by Christian Williams · 6 years ago
- dde6253 Cache/reuse jar filesystems. by Christian Williams · 6 years ago
- 5ffaf54 java.nio.file.Path is buggy as hell. by Christian Williams · 6 years ago
- d5d3963 Fixes for ManifestFactories. by Christian Williams · 6 years ago
- c98523e Cleanup. by Christian Williams · 6 years ago
- d7a4955 Kill reference to com.sun's ZipFileSystem. by Christian Williams · 6 years ago
- 3a40ba5 ErrorProne/AndroidJdkLibsChecker fixes. by Christian Williams · 6 years ago
- 3c1a3e0 Kill FsFile et al. in favor of java.nio.file.Path by Christian Williams · 6 years ago
- 41c5917 Fix BCP47 language tag generation in ShadowAssetManager by Googler · 6 years ago
- 1f787cf Merge pull request #4132 from robolectric:cleanup-warnings by Copybara Robolectric Bot · 6 years ago
- 0b2ae65 Oops, fix wrong string splits. by Christian Williams · 6 years ago
- 4d3b75a Clean up warnings and noise. by Christian Williams · 6 years ago
- c9e33d9 Make enabled and other flags in the manifest visible in the ComponentInfo through getActivityInfo()/getServiceInfo()/.... by Brett Chabot · 6 years ago
- 32ed5cd Merge pull request #4092 from robolectric/fix-4090-service-info-process-name by Christian Williams · 6 years ago
- a7a1d10 Set ServiceInfo.processName from ApplicationInfo.processName. by Christian Williams · 6 years ago
- 5ee6906 Fix iteration over integer keys in a hashmap that caused some resource types to be skipped. by Christian Williams · 6 years ago
- e3dda78 ByteBucketArray should return non-null default for missing entries. by Christian Williams · 6 years ago
- 5a3b03f Merge pull request #4036 from robolectric/api28binary by Christian Williams · 6 years ago
- b97eb71 Fix attribute style apply for binary resources in api 28 by Brett Chabot · 6 years ago
- 8f87c11 No changes between 9.0.0_r3 and r12. by Christian Williams · 6 years ago
- 75c073c Merge pull request #3951 from evant/maven-repo-auth by Christian Williams · 6 years ago
- 9dc1af1 Bump deps versions for AGP, truth, errorprone, findbugs, etc. by Christian Williams · 6 years ago
- c35a9db Merge branch 'master' into better_gradle by Christian Williams · 6 years ago
- 68f395b Share registries across SDK levels. Lots of other stuff. by Christian Williams · 6 years ago
- f4cd160 Fix bug in LoadedPackage.FindEntryByName(). by Christian Williams · 6 years ago
- e43034d Um, ninepatch hell. by Christian Williams · 6 years ago
- 8d28b36 More complete impl of ImageDecoder. by Christian Williams · 6 years ago
- fb6ff89 Implement ShadowArscAssetManager9.getAllAssetDirs(). by Christian Williams · 6 years ago
- 4ed0ee2 Cache loaded ARSC files for Android P in ShadowArscApkAssets9. by Christian Williams · 6 years ago
- 75a484f Fix nine-patch handling on P. by Christian Williams · 6 years ago
- 2abef5f Fix bug in AssetManager.getResourceName. by Christian Williams · 6 years ago
- 908551d Cache loaded system ApkAssets between tests. by Christian Williams · 6 years ago
- 73fd6fe Fix strict compiler failures. by Christian Williams · 6 years ago
- 76ad749 Apply remaining changes and bump transliteration lines to android-9.0.0_r3. by Christian Williams · 6 years ago
- b58234c Optimize imports. by Christian Williams · 6 years ago
- f946f86 Bug fixes. by Christian Williams · 6 years ago
- b650120 Begin transliteraterating diffs from 8.1 to 9.0. by Christian Williams · 6 years ago
- e8a00ea Cross-check and bump transliterated code markers to android-8.1.0_r22. by Christian Williams · 6 years ago
- da97f68 Transliterate more of AssetManager2 et al. by Christian Williams · 6 years ago
- 6f564f2 Add AssetManager2.h. by Christian Williams · 6 years ago
- 2a11109 Add CppAssetManager2. by Christian Williams · 7 years ago
- 54295b4 Fix RetrieveAttributes. by Christian Williams · 7 years ago
- 15a1e83 Update native source version numbers, add update-cpp.sh script. by Christian Williams · 7 years ago
- 2688c0e Update to 8.0.0_r36. by Christian Williams · 7 years ago
- 5f85c0d Allow authentication to custom maven repo. by Evan Tatarka · 6 years ago
- 6a6e9e7 Kill cargo-culted copyrights. by christianw · 6 years ago
- 89a70f4 Properly support reading a asset file in binary resources mode. by brettchabot · 6 years ago
- 32cec50 Migrate to user modern gradle features by Gautam Korlam · 7 years ago
- 072c0c5 Fix string HTML attributes in binary resources. by brettchabot · 6 years ago
- 4824f8d Switch from assertj to truth by jongerrish · 7 years ago
- 252c938 Add javadoc. by Christian Williams · 7 years ago
- 2f37937 Enable resourcesMode=best. by Christian Williams · 7 years ago
- 74abc18 Merge remote-tracking branch 'origin/master' into arsc-enable by Christian Williams · 7 years ago
- b19c18b Address review comments. by Christian Williams · 7 years ago
- c9df9ef Retry resource name lookup with underscores. Always use legacy mode. by Christian Williams · 7 years ago
- f764b6c Cleanup by Christian Williams · 7 years ago
- 0552fa2 Add "both" resourcesMode to pick binary if available and fall back to legacy. by Christian Williams · 7 years ago
- 9f9f80b Only run tests in binary mode if apk file is specified and exists. by Christian Williams · 7 years ago
- 45b06cd Store compound style names like TextAppearance.Small, not TextAppearance_Small. by Christian Williams · 7 years ago
- ee186b9 Fix ShadowAssetManagerTest. by Christian Williams · 7 years ago
- 7822931 Fix searching assets in binary mode. Fix a bunch of tests. by Christian Williams · 7 years ago