This repository contains the source code for building the native Toggl Android and iOS applications. These applications are built using Xamarin products to allow for maximum code reuse and faster development times.
The repository consists of the following projects:
- Phoebe - shared code project that contains data models and business logic across platforms.
- Joey - Android application (UI & Android specific code).
- Ross - iOS application (UI & iOS specific code).
- Chandler - Simple Android wear app.
- Emma - iOS widget app.
- Tests - unit tests for testing code in Phoebe
Installing brew, bitrise CI and setting some initial configuration you can generate the binaries for each platform.
$ brew install bitrise
$ bitrise run test
$ bitrise run android
Want to contribute? Great! Just fork the project, make your changes and submit a pull request.
There is a pre-commit git hook, that prevents commits with invalid code style. To reformat all of the source files, just run:
$ make format
Do you want to put our app to the limits? There is a bug that and you know how to simulate it? Join to our Beta tester community and give us your feedback, just write us at [email protected]
Download the last Android Beta
Download the last iOS Beta (closed beta, contact us first!)
Check out our jobs page for current open positions.
The code in this repository is licensed under the BSD 3-clause license.