Giter Site home page Giter Site logo

38438-38438-org / youtrack-mobile Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jetbrains/youtrack-mobile

0.0 1.0 0.0 4.81 MB

A iOS and Android client for YouTrack

Home Page: https://www.jetbrains.com/youtrack/features/youtrack-mobile.html

License: Other

JavaScript 97.71% Python 0.38% Java 0.39% Objective-C 1.32% Shell 0.20%

youtrack-mobile's Introduction

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.
  4. Optional: to check you types continuously during development, install fswatch and run flow-watch

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.

Run and debug in WebStorm 2016.3

  • Do not forget to set JavaScript language level to "Flow". See details here.

  • Create a new React Native run/debug configuration and select iOS as a target platform

  • Run the created configuration to run the app (instead of npm start and npm run ios)

  • To debug the app, add some breakpoints and Debug the created configuration. When the simulator is running, press CMD+D and select Remote JS Debugging.

Android

Prepare

Setup Android environment.

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

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.

youtrack-mobile's People

Contributors

andrey-skl avatar anisimov74 avatar nightflash avatar maksimr avatar obfuskator avatar mazine avatar muescha avatar andrianova avatar extempl avatar prigara avatar jk1 avatar scottmcarthur 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.