Firefox Application Services
Перейти к файлу
Thom Chiovoloni 2b6bc29821 Add bench for match_url and clean up some gross benchmark boilerplate 2019-02-01 13:21:25 -08:00
.circleci Add a bunch of features to the integration tests. 2019-01-18 11:02:00 -08:00
automation/taskcluster Make sure taskcluster agrees to licenses before running each test 2019-01-18 17:30:35 -08:00
components Add bench for match_url and clean up some gross benchmark boilerplate 2019-02-01 13:21:25 -08:00
docs docs: add push documentation 2019-01-31 15:40:01 -08:00
gradle/wrapper Pre: Update to Gradle 4.10.2 to work around a publishing issue. 2018-11-15 11:20:46 -08:00
gradle-plugin Add fenix megazord 2019-02-01 11:22:07 -08:00
libs Fix #427 - remove unsupported iOS architectures, keep iOS 11+ only (#556) 2019-01-17 15:41:12 -05:00
megazords Mention logging in megazord descriptions 2019-02-01 11:22:07 -08:00
samples/sandvich-ios Update Carthage dependency for sandvich-ios to v0.14.0. (#581) 2019-01-24 15:30:30 -05:00
testing/sync-test Only expose things that should be pub as pub from sync15 2019-01-22 19:57:04 -08:00
website docs: add push documentation 2019-01-31 15:40:01 -08:00
xcconfig XCConfigs for iOS frameworks (#561) 2019-01-21 13:17:23 -05:00
.gitignore Remove Cargo.lock from gitignore and check it in. Fixes #529 2019-01-10 10:46:48 -08:00
.taskcluster.yml Fix TC scopes for "tag" event. 2018-11-27 15:45:19 -08:00
.travis.yml Build iOS libs inside the logins framework (#550) 2019-01-16 13:52:40 -05:00
CHANGELOG.md Allow some places operations to be cancelled via an `interrupt` method. 2019-02-01 13:11:45 -08:00
Cargo.lock Setup some places benchmarks 2019-02-01 13:21:25 -08:00
Cargo.toml Add fenix megazord 2019-02-01 11:22:07 -08:00
LICENSE [license] License application-services repository as MPL2. (Fixes #220) (#233) 2018-09-11 21:28:50 -04:00
README.md Fix broken links in README.md 2019-01-16 10:07:56 -05:00
build.gradle Cut v0.15.0 release 2019-02-01 11:46:16 -08:00
gradle.properties [automation/fxa client] Part 1a: Lift Gradle multi-project to top-level. 2018-09-19 11:09:48 -07:00
gradlew [automation/fxa client] Part 1a: Lift Gradle multi-project to top-level. 2018-09-19 11:09:48 -07:00
gradlew.bat [automation/fxa client] Part 1a: Lift Gradle multi-project to top-level. 2018-09-19 11:09:48 -07:00
proguard-rules-consumer-jna.pro Set consumer Proguard rules. 2018-11-27 20:29:10 -08:00
publish.gradle Bump to Android-Gradle plugin 3.2.1. Fixes #484. 2018-12-18 19:15:54 -08:00
settings.gradle Add fenix megazord 2019-02-01 11:22:07 -08:00

README.md

Firefox Application Services

Contents

  • fxa-client - cross compiled FxA Rust client that can work with Firefox Sync keys and more
  • sandvich-ios - Example apps that use SDKs built on top of fxa-client to demonstrate a FxA login flow.
  • sync15 - Sync 1.5 adapter
  • libs - libs directory has build scripts for native libraries
  • docs - documentation sources
  • website - website built from documentation sources

Overview

The following diagram describes how some of the components hosted here relate to each other within an app.