Skip to content

prigara/youtrack-mobile

 
 

Repository files navigation

YouTrack Mobile

YouTrack Mobile helps you access your YouTrack issues from anywhere, create a new issue on the fly, or quickly update an existing one.

Enjoy a clean, minimalist view of the issues, along with a search box aided by intelligent query completion. Filter issues in no time. Check issue details, comments, view attachments and join the discussion.

YouTrack Mobile is a native mobile application available for iOS and Android devices. It's written using React Native.

Download YouTrack Mobile:

If you find any bugs in the app, please report them to our issue tracker.

YouTrack Mobile list

YouTrack Mobile search

YouTrack Mobile issue view

YouTrack Mobile issue creation

Contribute as Developer

If you are a developer, we invite you to help us improve this open-source app.

  1. Install dependencies via npm install or yarn install.
  2. Read getting started.
  3. Check code quality and type safety with npm run lint; run tests with npm test.

iOS

Prepare

  1. Install XCode (recommended) or XCode command line tools by xcode-select --install.
  2. Open XCode Settings, navigate to Downloads tab and download iOS 10 simulator.

Develop

  • Run development server via npm start

  • Compile and install app to emulator by npm run ios. You only need to perform this once.

Debug

Press CMD+D to debug while the app is running on the simulator. Refer to the official documentation.

Android

Prepare

Setup Android environment. After setup is complete, install project dependencies and create an Android emulator.

Install android-sdk on Mac OS X:

brew install android-sdk

Install all packages required for react-native Android SDK:

android update sdk --all --no-ui -t tools,platform-tools,build-tools-23.0.1,android-23\
,extra-google-google_play_services,extra-android-m2repository,extra-google-m2repository,extra-android-support
npm install
npm run android-emulator-create

Develop

npm start &
npm run android-emulator &
npm run android

Debug

Press CMD+M to open the debug menu for Android emulator. Refer to the official documentation.

About

A iOS and Android client for YouTrack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 95.0%
  • Objective-C 3.4%
  • Other 1.6%