All Projects → mozilla-mobile → prox

mozilla-mobile / prox

Licence: MPL-2.0 license
[INACTIVE] A search and discovery app for the "here & now". We're experimenting with ideas on mobile that can better surface content from the open web.

Programming Languages

swift
15916 projects
objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to prox

Tenfourfox
Mozilla for Power Macintosh.
Stars: ✭ 134 (+509.09%)
Mutual labels:  mozilla
Treeherder
A system for managing CI data for Mozilla projects
Stars: ✭ 212 (+863.64%)
Mutual labels:  mozilla
code-review
Automated static analysis & linting bot for Mozilla repositories
Stars: ✭ 51 (+131.82%)
Mutual labels:  mozilla
Focus Android
Firefox Focus: The privacy browser - Browse like no one’s watching.
Stars: ✭ 1,901 (+8540.91%)
Mutual labels:  mozilla
Autopush
Python Web Push Server used by Mozilla
Stars: ✭ 189 (+759.09%)
Mutual labels:  mozilla
Lockwise Ios
Firefox's Lockwise app for iOS
Stars: ✭ 224 (+918.18%)
Mutual labels:  mozilla
Lightbeam We
Web Extension version of the Firefox Lightbeam add-on
Stars: ✭ 129 (+486.36%)
Mutual labels:  mozilla
action-web-ext
A GitHub Action to run web-ext commands
Stars: ✭ 33 (+50%)
Mutual labels:  mozilla
User.js
user.js -- Firefox configuration hardening
Stars: ✭ 2,354 (+10600%)
Mutual labels:  mozilla
Avatar-Customizer
qt-mkr.com
Stars: ✭ 27 (+22.73%)
Mutual labels:  mozilla
Komodoedit
Komodo Edit is a fast and free multi-language code editor. Written in JS, Python, C++ and based on the Mozilla platform.
Stars: ✭ 1,972 (+8863.64%)
Mutual labels:  mozilla
Min Vid
Popout video player in Firefox
Stars: ✭ 180 (+718.18%)
Mutual labels:  mozilla
Seasponge
🍍 SeaSponge is an accessible threat modelling tool from Mozilla
Stars: ✭ 241 (+995.45%)
Mutual labels:  mozilla
Android Components
A collection of Android libraries to build browsers or browser-like applications.
Stars: ✭ 1,849 (+8304.55%)
Mutual labels:  mozilla
release-notes
Release notes and system requirements for our various Firefoxen
Stars: ✭ 15 (-31.82%)
Mutual labels:  mozilla
Lockbox Extension
Experimental Firefox extension for login management experiences, not being actively developed
Stars: ✭ 130 (+490.91%)
Mutual labels:  mozilla
Firefox Tv
Firefox for Amazon's Fire TV
Stars: ✭ 216 (+881.82%)
Mutual labels:  mozilla
dinobuildr
A macOS deployment utility developed by Mozilla IT
Stars: ✭ 26 (+18.18%)
Mutual labels:  mozilla
MeetNinja-Google-Meet-Bot
A super dope tool that attends your Google Meet(s) for you. Flawlessly handles scheduled multiple (subsequent) Meet sessions. Also disables the camera & microphone, and shows timestamps of joining & ending times for each Meet. Supported: Google Chrome / Mozilla Firefox running on Linux / Mac / Windows
Stars: ✭ 56 (+154.55%)
Mutual labels:  mozilla
removedupes
Remove Duplicate Messages
Stars: ✭ 52 (+136.36%)
Mutual labels:  mozilla

INACTIVE PROJECT

This repo sticks around for reference purposes and for those who wish to learn from our experiment. If you're trying to compile the project, please see the wiki.

prox

Installation

Install CocoaPods. If you already have CocoaPods installed, run the same command to update:

# If you have Ruby installed via Homebrew - Strongly preferred since it requires no root access
gem install cocoapods 

# If you are using the macOS provided Ruby (not recommended)
sudo gem install cocoapods

If it has been a while since you last updated CocoaPods, you may want to update your pods spec repo (this can take some time):

pod repo update

Install Pods:

pod install

Open the workspace. You will need to use the workspace to do development from now on. Attempting to compile the .xcodeproj by itself will result in compilation failures:

open Prox.xcworkspace

Services and API keys

For a successful build, you need the Prox/Prox/GoogleService-Info.plist and Prox/Prox/APIKeys.plist files, which contain secure information to connect to Firebase, our backend services, and APIs. Please do not add this file to version control.

If you are a team member, this file is available in the Engineering gdrive. If you are not, please contact a team member directly to discuss receiving this file for development.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].