mirror of
https://github.com/bbrks/couchbase-lite-android-test-app
synced 2026-03-12 21:03:45 +00:00
No description
- Java 100%
| app | ||
| gradle/wrapper | ||
| .gitignore | ||
| build.gradle | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| LICENSE | ||
| README.md | ||
| settings.gradle | ||
me.bbrks.dev.cbl.docreplicatortest
A simple test app to upsert documents into a CBL app, and stop and start replication against Sync Gateway. Used for manual testing of replication.
Prerequisites
- Create a user in Sync Gateway. E.g:
curl -X PUT http://localhost:4985/db1/_user/demo -d '{"password":"password"}'
Instructions
- Change constants in
MainActivity.javato configure Sync Gateway URL, db name, and user credentials. - Run the app and perform actions through the App's UI for manual testing.
Change CBL version
- CBL version defined in build.gradle
Disclaimer
I'm not an Android developer. Lots of things are hard-coded. This is terrible code to use as a reference for anything other than running a quick test.
