Coder Social home page Coder Social logo

mouuff / stardroid Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sky-map-team/stardroid

0.0 1.0 0.0 8.3 MB

Sky Map (formerly Google Sky Map, open sourced in 2012)

Home Page: https://play.google.com/store/apps/details?id=com.google.android.stardroid&hl=en

License: Apache License 2.0

Java 99.24% HTML 0.15% Protocol Buffer 0.55% Shell 0.06%

stardroid's Introduction

Sky Map Build Status

This is the source repository for Sky Map. You should see the following two directories:

  • app: Application source
  • tools: Source for generating binary data used by the app.

To build SkyMap, you can use Android Developer Studio or Gradle. Begin by by creating a local.properties file containing the location of your Android installation:

sdk.dir=<path to your SDK>

Android Developer Studio can create this for you. You can regenerate the datafiles and rebuild everything with the build_skymap.sh script.

Building a debug apk

From the root directory execute

./gradlew assembleDebug

The apk can be found in app/build/outputs/apk/.

Building a release apk

(Sky Map team only)

Create a file in the app directory called no-checkin.properties with appropriate values for the keys store-pwd= key-pwd= analytics-key=

From the root directory execute

./gradlew assemble

or

./gradlew assembleRelease

The apk can be found in app/build/outputs/apk/.

Running tests

./gradlew app:connectedAndroidTest

Regenerating the star data files

The data files need munging to take into account the string ID files in the generated R file. Information on how to do this is in the tools directory. If you update any strings in Sky Map it's quite likely you'll have to regenerate the star data files or the app will crash or put incorrect labels on things.

Code and Language Contributions

In general, bug fix contributions are welcome, though please email us first before embarking on any major changes or feature additions. We're particularly grateful for fixed or new translations.

Coding Style

We follow the Google style guide (or try to). We wrap at 100 chars and we do not use the common Android style of prefixing member variables with a 'm'.

stardroid's People

Contributors

jaydeetay avatar barbeau avatar ftsamis avatar kevinserafini avatar alexlitvino avatar tricao avatar mouuff avatar flippinger avatar

Watchers

 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.