Giter Club home page Giter Club logo

latticify's Introduction

๐Ÿ’ฌ Latticify(Work-in-progress)

Build Status

Latticify is an Android app for Slack. It's still in its very early stages of development.

โœจ Features

  • Entirely written in Kotlin
  • MVP (Model-View-Presenter) architecture
  • Applies ReactiveX (RxKotlin)

๐Ÿ–ผ Screenshots

Channel list Channel Channel details
Create a channel User profile File

๐Ÿค” What you can/can't do?

  • โœ… Log in to your team
  • โœ… Send/Edit/Pin a message in IM or channel
  • โœ… Upload images or files
  • โœ… Preview/Download a file
  • โœ… Search messages or files
  • โœ… Update your status
  • โœ… Create a new channel
  • โœ… Star a item
  • โœ… View someone's profile or the details of a channel
  • โœ… Leave or archive a channel, invite members to a channel
  • โœ… Edit the purpose and topic of a channel
  • โœ… List the directory/channels/IMs/starred items of yours
  • โŒ Log in to several teams
  • โŒ Invite members to a team
  • โŒ Change the snooze settings
  • โŒ Update your profile
  • โŒ Mention someone in a channel
  • โŒ Emoji
  • โŒ Slash commands
  • โŒ Kick somebody

โš ๏ธโš ๏ธโš ๏ธ 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.

๐Ÿ›  Build

Download the Source Code

git clone https://github.com/TonnyL/Latticify.git

Setup API Keys

You need to register your application at Slack API home. You can find information about how to gain access via the relevant links.

When you obtain the keys, you need to place them into the latticify.properties file.

CLIENT_ID=<YOUR CLIENT ID>
CLIENT_SECRET=<YOUR CLIENT SECRET>
VERIFICATION_TOKEN=<YOUR VERIFICATION TOKEN>

โš ๏ธ Notice: The latticify.properties file is not committed to git, so you need to create it manually.

As for Callback URL, you need to define your own url and then modify relative constants in Api.kt.

Open the Project in Android Studio

Open the Latticify/ directory in Android Studio.

Get Started

./gradlew build

Troubleshooting

  • Update Android Studio to latest version.
  • Update Kotlin to latest version.
  • Try to clean the project and rebuild it.
  • If none of the solutions above, file an issue or email me.

๐Ÿ’ช Contributing

Discussions and pull requests are welcomed.

๐Ÿ“š License

Latticify is under an MIT license. See the LICENSE file for more information.

latticify's People

Contributors

tonnyl avatar mbpz avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.