Skip to content

Grigoriym/TaigaMobileNova

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

810 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codacy Badge codecov

Taiga Mobile Nova

This is the unofficial Kotlin Multiplatform client for the agile project management system taiga.io, targeting Android, iOS, and Desktop (Linux/macOS/Windows).

The previous author archived the original project. This version has been completely rewritten using Kotlin Multiplatform and Compose Multiplatform.

Platforms

Platform Status Distribution
Android Released Google Play & F-Droid
iOS Builds & runs Distribution TBD
Desktop (Linux / macOS / Windows) Builds & runs Distribution TBD

Android

Get it on Google Play Get it on F-Droid

iOS & Desktop

iOS and Desktop builds are functional but distribution channels are not yet set up. If you want to try them, clone the repo and build locally — see Build Commands below.

Project board

Screenshots

Dark Mode Light Mode
Login - Dark Login - Light
Dashboard - Dark Dashboard - Light
Bookmarks - Dark Bookmarks - Light
Drawer - Dark Drawer - Light
Kanban - Dark Kanban - Light
Issue Details - Dark Issue Comments - Dark
Issues List - Dark

Features

View & Browse

  • Projects
  • Epics
  • User stories
  • Tasks
  • Issues
  • Sprints
  • Profiles
  • Wiki
  • Dashboard

Create, Edit & Delete

  • Epics
  • User stories
  • Tasks
  • Issues
  • Sprints
  • Wiki pages

Additional Features

  • Leave and delete comments
  • Kanban board (for sprints and user stories)
  • Filters for user stories, epics, and issues
  • Permissions validation

Build Commands

# Android
./gradlew :androidApp:assembleGplayDebug
./gradlew :androidApp:assembleFdroidDebug

# Desktop — run or package
./gradlew :composeApp:run
./gradlew :composeApp:packageDistributionForCurrentOS   # .deb / .dmg / .msi

# iOS framework (called automatically by Xcode)
./gradlew :composeApp:linkReleaseFrameworkIosSimulatorArm64
./gradlew :composeApp:linkReleaseFrameworkIosArm64

About

This project is a complete rewrite of the original TaigaMobile app (now archived), rebuilt from scratch with Kotlin Multiplatform, Compose Multiplatform, and modern architecture.

About

Android app for Taiga agile system. A fork from the discontinued project

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Kotlin 100.0%