A Discord client for old Android <4.x devices. Uses proxy servers for the HTTP and gateway connection. Currently work-in-progress.
- Install Android Studio. I use Android Studio 1.0 though newer versions should work fine.
- Clone the repository
- Run the project.
- Logging in
- Server list
- Channel list
- Direct messages and group DMs
- Message reading
- Message sending
- Gateway/live message updates
- Attachment viewing
- Message editing
- Message deleting
- Replying to messages
- Reading older messages
- Attachment sending
- Unread message indicators
- Jumping to messages (e.g. replies)
- Ping indicators
- Reactions and emojis
- Settings
- @gtrxac for his Discord J2ME project where most of the code came from.
- @shinovon for their JSON library (yes I know I can just use any other JSON library that works with Java 7 or whatever the hell Android 1.x uses but I'm too lazy so screw it)