aboutsummaryrefslogtreecommitdiff
path: root/third_party/sl4a/src
AgeCommit message (Expand)Author
2023-05-15Deprecate non-primitive array types and enable checked warnings in JsonBuilderKolin Lu
2023-05-01Fix Java style, lint, and best practices warnings. (#124)Kolin Lu
2023-04-29Support RpcDefault for RPC arguments (#123)Kolin Lu
2023-04-27Support `@RpcOptional`Kolin Lu
2022-08-08Support primitive array types in JsonBuilderXianyuan Jia
2021-12-08Setting class loader before unmarshalling bundle to prevent java.lang.ClassNo...Cynoc Bediako
2021-10-19Use Maven Central for snippet-lib releases; clean up Gradle configsXianyuan Jia
2021-10-06Added Notification for O (#111)xianyuanjia
2020-07-29Add support for long arrays as snippet parameters (#105)prateikj
2020-05-14Add a default close method. (#104)Daniel Cardenas
2019-01-28Migrate to `androidx`. (#101)Ang Li
2019-01-28Update toolchain and make the lib build again. (#100)Ang Li
2018-02-26Minor clean ups (#87) (#91)Ang Li
2018-01-29Support JSONArray parsing. (#89)Ang Li
2018-01-23Fix a crash caused by custom converter (#88)Ang Li
2018-01-12Support custom converters of non-primitive types. (#86)Ang Li
2017-12-15Revert "Revert "Update gradle, dependency versions and fix lint reported issu...Ang Li
2017-12-15Revert "Update gradle, dependency versions and fix lint reported issues (#80)...Ang Li
2017-12-15Update gradle, dependency versions and fix lint reported issues (#80)Keith Dart
2017-09-05Walk up the stack trace from the correct index (#76)Jinghao Shi
2017-08-22Fix Naming of `Log.APK_LOG_TAG` (#74)Jinghao Shi
2017-08-22remove tabs (#72)David T.H. Kao
2017-08-21Better way to find the name of the calling class of logger (#70)Jinghao Shi
2017-08-16Remove an error message check that may return null. This will expose … (#68)David T.H. Kao
2017-06-20Fix format warnings (#66)l-meng
2017-06-19Support of RPC scheduling (#61)l-meng
2017-05-25Group methods in help() by class. (#57)Alexander Dorokhine
2017-05-24When launching snippet, print protocol version and port to output. (#59)Alexander Dorokhine
2017-05-24Create an example for how to use UIAutomator. (#54)Alexander Dorokhine
2017-03-13Fix lint for multiple files. (#53)Ang Li
2017-03-10Invoke RPCs on the main thread if they are tagged with @RunOnUiThread. (#47)Alexander Dorokhine
2017-03-10Use double-checked locking instead of 'synchronized' in EventCache. (#52)Alexander Dorokhine
2017-03-09Clean up Log.java. (#48)Alexander Dorokhine
2017-02-23Async rpc updates. (#43)Ang Li
2017-02-22Add support for asynchronous Rpc (#38)Ang Li
2017-02-13Lint source code to AOSP. (#34)Ang Li
2017-02-03Fix exception handling in snippets. (#32)Alexander Dorokhine
2017-01-27Don't explode if the binary into which snippet-lib is linked has junit tests....adorokhine
2016-12-16Propagate exceptions out of SimpleServer instead of returning null. (#9)adorokhine
2016-12-15Handle the ability to properly stop the snippet apk. (#7)adorokhine
2016-12-14Fix handling of closeSl4aSession by writing an empty RPC result.Alexander Dorokhine
2016-12-14Remove unnecessary uses-library in the main manifest.Alexander Dorokhine
2016-12-14Fix notification handling from inside a test apk.Alexander Dorokhine
2016-12-12Start the snippet server from the instrumentation process, not a separate ser...adorokhine
2016-12-07Remove the 'facade' package and FacadeManager.Alexander Dorokhine
2016-12-05Minor cleanups to the snippet lib.Alexander Dorokhine
2016-12-05Launch snippets as an instrumentation rather than a service.Alexander Dorokhine
2016-11-28Create a builtin help() RPC.Alexander Dorokhine
2016-11-09Rename RpcReceiver to Snippet.Alexander Dorokhine
2016-11-09Refactor SL4A to act as an RPC library.Alexander Dorokhine