Modern cross-platform telemetry
Перейти к файлу
Alessio Placitelli abbda700d2 Backport updates from application-services gradle files
This applies the changes from c40e2cc in mozilla/application-services
to our repo, with minimal tweaks due to the different
directory layout and the glean parsers integration.
2019-05-13 16:23:47 +02:00
.circleci Install mdbook from released binary 2019-05-10 11:11:08 +02:00
.github CI & GitHub config 2019-03-19 14:11:47 +01:00
bin Add script to build all docs 2019-03-19 17:16:49 +01:00
build-scripts Configure xcode build to link library 2019-03-27 16:04:03 -03:00
docs Remove the TOC and the untested maven bits 2019-05-13 11:26:56 +02:00
glean-core Backport updates from application-services gradle files 2019-05-13 16:23:47 +02:00
gradle/wrapper Import Android build files 2019-03-19 14:07:36 +01:00
samples Be more dynamic in use of glean_parser (#45) 2019-05-10 06:09:36 -04:00
xcconfig Move common config 2019-03-28 15:22:05 -03:00
.buildconfig.yml Rename to just glean-core 2019-03-27 14:47:20 -03:00
.gitignore Ignore generated stuff 2019-04-30 14:27:03 +02:00
CODE_OF_CONDUCT.md Add Mozilla Code of Conduct file 2019-03-28 09:35:44 -03:00
Cargo.lock Remove inner singleton and rely on objects only 2019-05-08 14:06:54 +02:00
Cargo.toml Fix cargo workspace 2019-03-19 17:01:25 +01:00
LICENSE Create initial Rust workspace 2019-03-18 13:03:49 +01:00
Makefile Add simple Kotlin test (#17) 2019-05-09 07:15:16 -04:00
README.md Branding is important (#4) 2019-04-30 14:30:48 +02:00
build.gradle Backport updates from application-services gradle files 2019-05-13 16:23:47 +02:00
gradle.properties Import Android build files 2019-03-19 14:07:36 +01:00
gradlew Import Android build files 2019-03-19 14:07:36 +01:00
gradlew.bat Import Android build files 2019-03-19 14:07:36 +01:00
publish.gradle Use correct mail 2019-03-19 14:17:00 +01:00
settings.gradle Import minimal glean sample app from android-components 2019-03-27 14:47:20 -03:00

README.md

glean.rs

Glean logo

Modern Firefox Telemetry for mobile platforms

Overview

This repository is used to build the client-side cross-platform Telemetry library called glean.

The code is organized as follows:

This repository also hosts the documentation for glean.rs Development documenation can be found in ./docs/dev. User-facing documentation can be found in ./docs/user. Everything is available online.

The Rust documentation is available online as well.