{"id":18961938,"url":"https://github.com/tonnyl/latticify","last_synced_at":"2025-04-19T11:52:28.061Z","repository":{"id":107360823,"uuid":"106430606","full_name":"TonnyL/Latticify","owner":"TonnyL","description":"[DEPRECATED]💬 An Android app for Slack.","archived":false,"fork":false,"pushed_at":"2018-05-07T09:07:31.000Z","size":1661,"stargazers_count":42,"open_issues_count":2,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T07:33:31.238Z","etag":null,"topics":["android","android-app","android-application","kotlin","kotlin-android","material-design","rxjava","rxkotlin","rxkotlin-android","slack"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TonnyL.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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}},"created_at":"2017-10-10T14:46:35.000Z","updated_at":"2022-02-13T14:44:31.000Z","dependencies_parsed_at":"2023-05-17T05:01:11.830Z","dependency_job_id":null,"html_url":"https://github.com/TonnyL/Latticify","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TonnyL%2FLatticify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TonnyL%2FLatticify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TonnyL%2FLatticify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TonnyL%2FLatticify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TonnyL","download_url":"https://codeload.github.com/TonnyL/Latticify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249195426,"owners_count":21228199,"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","android-app","android-application","kotlin","kotlin-android","material-design","rxjava","rxkotlin","rxkotlin-android","slack"],"created_at":"2024-11-08T14:14:45.095Z","updated_at":"2025-04-16T04:33:03.751Z","avatar_url":"https://github.com/TonnyL.png","language":"Kotlin","readme":"# 💬 Latticify(Work-in-progress)\n[![Build Status](https://travis-ci.org/TonnyL/Latticify.svg?branch=master)](https://travis-ci.org/TonnyL/Latticify)\n\nLatticify is an Android app for [Slack](https://slack.com/). It's still in its very early stages of development.\n\n## ✨ Features\n+ Entirely written in [Kotlin](https://kotlinlang.org/)\n+ MVP (Model-View-Presenter) architecture\n+ Applies ReactiveX ([RxKotlin](https://github.com/ReactiveX/RxKotlin))\n\n## 🖼 Screenshots\n|  Channel list  |  Channel  |  Channel details  |\n| :-------------: | :-------------: | :-------------: |\n| ![](./images/channels.png) | ![](./images/channel.png) | ![](./images/channel_details.png) |\n\n|  Create a channel  |  User profile  |  File  |\n| :-------------: | :-------------: | :-------------: |\n| ![](./images/create_channel.png) | ![](./images/user_profile.png) | ![](./images/file.png) |\n\n## 🤔 What you can/can't do?\n+ ✅ Log in to your team\n+ ✅ Send/Edit/Pin a message in IM or channel\n+ ✅ Upload images or files\n+ ✅ Preview/Download a file\n+ ✅ Search messages or files\n+ ✅ Update your status\n+ ✅ Create a new channel\n+ ✅ Star a item\n+ ✅ View someone's profile or the details of a channel\n+ ✅ Leave or archive a channel, invite members to a channel\n+ ✅ Edit the purpose and topic of a channel\n+ ✅ List the directory/channels/IMs/starred items of yours\n+ ❌ Log in to several teams\n+ ❌ Invite members to a team\n+ ❌ Change the snooze settings\n+ ❌ Update your profile\n+ ❌ Mention someone in a channel\n+ ❌ Emoji\n+ ❌ Slash commands\n+ ❌ Kick somebody\n\n⚠️⚠️⚠️ Latticify is still in its very early stages of development and it has a lot bugs, and the code sucks, make good preparations for trying to use it or explore the source code.\n\n## 🛠 Build\n### Download the Source Code\n```shell\ngit clone https://github.com/TonnyL/Latticify.git\n```\n\n### Setup API Keys\nYou need to register your application at [Slack API home](https://api.slack.com/). You can find information about how to gain access via the relevant links.\n\nWhen you obtain the keys, you need to place them into the `latticify.properties` file.\n\n```java\nCLIENT_ID=\u003cYOUR CLIENT ID\u003e\nCLIENT_SECRET=\u003cYOUR CLIENT SECRET\u003e\nVERIFICATION_TOKEN=\u003cYOUR VERIFICATION TOKEN\u003e\n```\n\n⚠️ Notice: The `latticify.properties` file is not committed to git, so you need to create it manually.\n\nAs for *Callback URL*, you need to define your own url and then modify relative constants in [Api.kt](./mobile/src/main/java/io/github/tonnyl/latticify/retrofit/Api.kt).\n\n### Open the Project in Android Studio\nOpen the `Latticify/` directory in Android Studio.\n\n### Get Started\n```shell\n./gradlew build\n```\n\n### Troubleshooting\n+ Update Android Studio to latest version.\n+ Update Kotlin to latest version.\n+ Try to clean the project and rebuild it.\n+ If none of the solutions above, file an issue or email me.\n\n## 💪 Contributing\nDiscussions and pull requests are welcomed.\n\n## 📚 License\nLatticify is under an MIT license. See the [LICENSE](LICENSE) file for more information.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftonnyl%2Flatticify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftonnyl%2Flatticify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftonnyl%2Flatticify/lists"}