I do mostly Android development. See http://JRAF.org for more info about me :)
- Paris, France
- http://JRAF.org
Block or Report
Block or report BoD
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories Loading
-
-
android-switch-backport Public
A backport of the SwitchPreference component that was introduced on Android 4 (ICS / level 14). This port works on Android 2.1+ (Eclair MR1 / level 7).
-
-
-
Android ActivityLifecycleCallbacks Compatibility Library
-
477 contributions in the last year
Less
More
Contribution activity
November 2021
Created 31 commits in 5 repositories
Created a pull request in apollographql/apollo-android that received 16 comments
Handle experimental opt ins
See #3395
remove 2 instances of ExperimentalUnsignedTypes, and ExperimentalCoroutinesApi on ApolloClient.executeAsFlow (no impact)
refact NSURLS…
+125
−31
•
16
comments
Opened 32 other pull requests in 3 repositories
apollographql/apollo-android
29
merged
- Use beta-04 in the tutorial docs
- Update doc after operation renames
- Mutate and subscribe deprecation message
- Remove custom DefaultMutex, use Kotlin's Mutex instead
- Renames in ApolloCall and ApolloClient
- apollo-runtime: Make a few classes internal
- Normalized cache: Make a few classes either internal or @ApolloInternal
- Check internal on http-cache
- Add 2.x compat mode for useHttpGetMethodForQueries and useHttpGetMethodForPersistedQueries
- Improve java usability
- Rename httpHeader() to addHttpHeader()
- Add a doc for Query Batching
- Update Migration Guide after generating enums by default
- Go back to generating GraphQL enums as Kotlin enums by default
- Update apollo-ast doc after improving the transform API
- Disallow calling idlingResource multiple times
- Add documentation for apollo-ast
- Add doc for test builders
- Rename incorrect task and remove incorrect path
- Overview of CI in Contributing.md
- Improve File Upload doc
- Mark Test Builders are experimental
- Use 3.0.0-beta03 and its fluent API
- Add doc about Java/RxJava support
- Re generate Rx3 support from Rx2
- Some pull requests not shown.
apollographql/apollo-android-3-tutorial
2
merged
square/okio
1
merged
Reviewed 73 pull requests in 3 repositories
apollographql/apollo-android
71 pull requests
-
🙅 No constructor fun - Update messages and CONTRIBUTING.md
- Enable allWarningsAsErrors
- Mark Ast, Compiler and MockServer modules as experimental
- Uniformize Upload creation
- relax the timings on the optimistic data tests
- Remove apollo-api from the apollo-compiler dependencies
-
🧼 🪣 Misc apollo-api polishing -
🧼 🪣 Polishing of the CompiledGraphQL API -
🧼 🪣 Polishing of the ApolloResponse API - Make builtin scalar adapters easier to call from Java
- Fix CustomTypeAdapter compat
- add a doc for Operation Variables
- add a note about BigDecimal in the migration guide
- update doc for beta04
- Use kotlin.Throws
- Edits to languagey articles, plus reorg, plus ui tests
- make Guard and NonMainWorker internal
- Edits to test builders article and category
- Tweak visibility of apollo-api symbols
- Update doc after operation renames
- Check internal on http-cache
- apollo-runtime: Make a few classes internal
- Add apollo-annotations
- Move the Operation extensions to Operations.kt
- Some pull request reviews not shown.
graphql/graphql-spec
1 pull request
square/okio
1 pull request
Created an issue in apollographql/apollo-android that received 4 comments
Un-deprecate Sealed classes for enums
It looks like sealed classes may not be ideal to use in Swift (exactly how needs to be researched more! See this user feedback from the Slack channel…
4
comments