We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fix(wiki-sync): re-apply prepass typo fixes dropped during manual conflict resolution When PR #76's sync hit conflicts, manual resolution used 'git checkout --theirs' on 5 files, which takes the entire MERGE_HEAD version and drops any non-conflicting prepass changes those files received. Two files were affected: - Easier-SQL-with-Cupboard.md: 'or you you'll need' -> 'or you'll need' (doubled-word fix from the 2nd-pass prepass) - Floating-Action-Buttons.md: floatingActionButon x3 -> floatingActionButton (variable-name typo fix from the 1st-pass prepass) The other 3 conflict files (ActiveAndroid-Guide.md, Animations.md, Managing-Runtime-Permissions...md) either had only conflict-line prepass changes (which the wiki-review version correctly subsumed) or non-conflicting prepass changes that happen to match the wiki-review version. No reapply needed there.
wiki-review: 2026-05-12T014310Z
Replacing with implementation instead of compile perl -pi.bak -e "s/compile '(.[^']*)'/implementation '\1'/" *.md
Updated Easier SQL with Cupboard (markdown)
"null" has to be used for the second argument. If not an error "Entity is not registered cupboard" will occur.
Simplify delete all contents of a table by not depending on a class name or executing a raw SQL
cupboard moved to littlerobots
Book example broke the flow of the bunny example. It also didn't match the descriptive comments in the example.
Example was closing the QueryResultIterable not the Cursor.
added db type on declaration
Correct clearAllBunnyData method signature.
I think this is the correct way, because with the old code, it tries to call .iterate() method on a QueryBuilder and it's not possible.
Adds gradle to code
spelling, formatting, etc
Forgot to edit migration section to be relevant. fixed that now.
Updated Easier SQLite with Cupboard (markdown)