MCPcopy Index your code
hub / github.com/Citrrus/JIRA-Android

github.com/Citrrus/JIRA-Android @0.1

Chat with this repo
repository ↗ · DeepWiki ↗ · release 0.1 ↗ · + Follow
433 symbols 932 edges 62 files 143 documented · 33%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Citrrus

JIRA for Android

Brought to you in part by "20% time" at Citrrus

This repository contains the source code for JIRA-Android, an Android JIRA client that Android app that will be available from Google Play.

Simplicity and minimalism are JIRA-Android's lifeblood. JIRA is immensely extensible, but that power does not translate well to smaller screens.

Please see the issues section to report any bugs or feature requests and to see the list of known issues.

Building

The build requires Maven v3.0.3+ and the Android SDK to be installed in your development environment. In addition you'll need to set the ANDROID_HOME environment variable to the location of your SDK:

export ANDROID_HOME=/home/donnfelker/tools/android-sdk

After satisfying those requirements, the build is pretty simple:

  • Run mvn clean package from the app directory to build the APK only
  • Run mvn clean install from the root directory to build the app and also run the integration tests, this requires a connected Android device or running emulator

The app was primarily developed in IntelliJ, and using it is highly recommended but it is not required. Safety not guaranteed for other development environments!

You might find that your device doesn't let you install your build if you already have the version from the Android Market installed. This is standard Android security as it it won't let you directly replace an app that's been signed with a different key. Manually uninstall JIRA from your device and you will then be able to install your own built version.

Contributing

Please fork this repository and contribute back using pull requests.

Any contributions, large or small, major features, bug fixes, additional language translations, unit/integration tests are welcomed and appreciated.

Acknowledgements

JIRA is built on top of the disgustingly helpful Android Bootstrap and uses many great open-source libraries from the Android dev community:

License

Copyright 2013 Citrrus

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Extension points exported contracts — how you extend this code

Config (Interface)
(no doc) [2 implementers]
app/src/main/java/com/citrrus/jira/util/Ln.java

Core symbols most depended-on inside this repo

toString
called by 43
app/src/main/java/com/citrrus/jira/util/Strings.java
get
called by 15
app/src/main/java/com/citrrus/jira/core/UserAgentProvider.java
d
called by 15
app/src/main/java/com/citrrus/jira/util/Ln.java
println
called by 15
app/src/main/java/com/citrrus/jira/util/Ln.java
isEmpty
called by 11
app/src/main/java/com/citrrus/jira/util/Strings.java
equals
called by 11
app/src/main/java/com/citrrus/jira/util/Strings.java
show
called by 9
app/src/main/java/com/citrrus/jira/core/Toaster.java
getInstance
called by 8
app/src/main/java/com/citrrus/jira/BootstrapApplication.java

Shape

Method 353
Class 79
Interface 1

Languages

Java100%

Modules by API surface

app/src/main/java/com/citrrus/jira/ui/fragment/ItemListFragment.java34 symbols
app/src/main/java/com/citrrus/jira/util/SafeAsyncTask.java25 symbols
app/src/main/java/com/citrrus/jira/util/Ln.java22 symbols
app/src/main/java/com/citrrus/jira/ui/activity/BootstrapAuthenticatorActivity.java22 symbols
app/src/main/java/com/citrrus/jira/event/TimerService.java19 symbols
app/src/main/java/com/citrrus/jira/ui/activity/BootstrapTimerActivity.java17 symbols
app/src/main/java/com/citrrus/jira/core/User.java15 symbols
app/src/main/java/com/citrrus/jira/util/Strings.java14 symbols
app/src/main/java/com/citrrus/jira/core/AvatarLoader.java14 symbols
app/src/main/java/com/citrrus/jira/core/BootstrapService.java13 symbols
app/src/main/java/com/citrrus/jira/ui/fragment/AuthenticationFragment.java12 symbols
app/src/main/java/com/citrrus/jira/core/Constants.java11 symbols

For agents

$ claude mcp add JIRA-Android \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact