{"id":15172150,"url":"https://github.com/realm/realm-tasks","last_synced_at":"2025-10-01T08:32:22.712Z","repository":{"id":142125448,"uuid":"56020602","full_name":"realm/realm-tasks","owner":"realm","description":"To Do app built with Realm, inspired by Clear for iOS","archived":true,"fork":false,"pushed_at":"2021-11-23T11:14:25.000Z","size":3554,"stargazers_count":369,"open_issues_count":85,"forks_count":71,"subscribers_count":37,"default_branch":"master","last_synced_at":"2024-09-23T02:02:19.602Z","etag":null,"topics":["android","cocoa","react-native","realm","xamarin"],"latest_commit_sha":null,"homepage":null,"language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/realm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-04-12T01:26:28.000Z","updated_at":"2024-09-10T05:55:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"950f87b9-0260-4d9b-bfd4-4177408d0671","html_url":"https://github.com/realm/realm-tasks","commit_stats":{"total_commits":750,"total_committers":24,"mean_commits":31.25,"dds":0.6226666666666667,"last_synced_commit":"ad3ecce7d696d20951709d8793bc07c5561ba997"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realm%2Frealm-tasks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realm%2Frealm-tasks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realm%2Frealm-tasks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realm%2Frealm-tasks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/realm","download_url":"https://codeload.github.com/realm/realm-tasks/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219875325,"owners_count":16554666,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","cocoa","react-native","realm","xamarin"],"created_at":"2024-09-27T09:41:32.709Z","updated_at":"2025-10-01T08:32:15.737Z","avatar_url":"https://github.com/realm.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Realm Tasks (DEPRECATED)\n\n**This project is deprecated and is no longer actively maintained.**\n\n\u003e A basic task management app, designed as a *homage* to [Realmac Software's Clear](http://realmacsoftware.com/clear),\nwith their knowledge and permission.\n\n![Realm Tasks](screenshot.jpg)\n\n**Warning:** This project is very much a work in progress, being used as a testbed for new Realm technologies.\nIt is in no way a fully feature-complete product, nor is it ever meant to be an actual competitor for the Clear app.\n\n# Requirements\n\n### Cocoa\n\n* Xcode 8.\n* CocoaPods 1.0.1.\n\n### Android\n\n* Android Studio 2.2 with Android API 25\n* An emulator, Genymotion or a real device attached and running.\n\n## 1. Get the Realm Object Server\n\nThe Realm Tasks apps uses a Realm Object Server to synchronize tasks between them.\n\nThe fastest way to get access to a Realm Object Server is by signing up for a free Realm Cloud trial: \nhttps://cloud.realm.io/login/sign-up.\n\n## 2. Build and Run RealmTasks\n\nFirst download or clone this repo.\n\n### Cocoa\n\n1. Run `pod install` from the `RealmTasks Apple` directory in this repo.\n2. Open `RealmTasks Apple/RealmTasks.xcworkspace` with Xcode 8.\n3. Select either the \"RealmTasks macOS\" or \"RealmTasks iOS\" depending on which platform you'd like to try the app on.\n4. Click the \"Build and Run\" icon in the upper left of Xcode (play icon).\n5. When the app launches, tap/click \"Register\" if this is the first time you're trying the app, or \"Log In\" if you've\n   already created an account.\n6. Optional: If you'd like to run the app on a physical iPhone, you'll need to have code signing set up with Xcode, and\n   the iPhone should be connected on the same local network as your Mac running the object server.\n\n### Android\n\n1. Go to the `RealmTasks Android` directory in this repo.\n2. Run `./gradlew installDebug`\n3. The RealmTask app should now be installed on all attached Android devices and emulators. You need to launch the app manually.\n\n### Using RealmTasks\n\nAt this point, you can login, start creating items, managing lists, and you'll see your actions reflected in real time in other\nrunning instances of the app wether it is the Android, iOS or macOS app.\n\nWe recommend that you run at least two instances of the app together to really show off sync in action.\n\n## 3. Access Realm Files with Realm Studio\n\nAnother useful tool is [Realm Studio](https://realm.io/products/realm-studio/) which is available for macOS, Linux, Windows and allows developers to inspect and manage Realms. Realm Studio is recommended for all developers and can be downloaded from the [Realm web site](https://realm.io/products/realm-studio/).\n\n1. Launch the Realm Studio app obtained above and click \"Connect to Realm Object Server\".\n2. Press \"Connect\" to connect to the Realm Object Server running locally.\n3. You now see a list of all Realms on the server. The RealmTask file is named `/\u003cUserId\u003e/realmtasks`.\n\n# Compatibility\n\nRealmTasks is designed to be cross platform, so versions for all platforms/languages should be able to sync with each other. There may be slight discrepancies in terms of functionality which will be listed here.\n\n- Authentication against Azure Active Directory is only supported in the Xamarin version.\n\n# Third Party Dependencies\n\n### Cocoa\n\nThe following modules will be installed as part of the CocoaPods installation:\n\n* [Realm Swift](https://realm.io) - The Swift version of the Realm Mobile Database.\n* [Realm LoginKit](https://github.com/realm-demos/realm-loginkit) - A Realm control for logging in to Realm servers.\n* [Cartography](https://github.com/robb/Cartography) - A library for making it easier to define auto layout constraints in code.\n* [SwiftLint](https://github.com/realm/SwiftLint) - A tool for validating the quality of Swift code.\n\n# Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for more details!\n\nThis project adheres to the [MongoDB Code of Conduct](https://www.mongodb.com/community-code-of-conduct).\nBy participating, you are expected to uphold this code. Please report\nunacceptable behavior to [community-conduct@mongodb.com](mailto:community-conduct@mongodb.com).\n\n# License\n\nThe source code for RealmTasks is licensed under the [Apache License 2.0](LICENSE).\n\n\u003cimg style=\"width: 0px; height: 0px;\" src=\"https://3eaz4mshcd.execute-api.us-east-1.amazonaws.com/prod?s=https://github.com/realm/realm-tasks#README.md (deprecated)\"\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frealm%2Frealm-tasks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frealm%2Frealm-tasks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frealm%2Frealm-tasks/lists"}