From e3494ff72e1214d532f7c309d712c9e99b7d454f Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Tue, 24 Dec 2019 17:38:37 +0000 Subject: Small clarifications. Signed-off-by: dllud dllud@riseup.net: re-worked clarifications, commit message. --- slides.tex | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/slides.tex b/slides.tex index 2dd847a..be13fb2 100644 --- a/slides.tex +++ b/slides.tex @@ -250,13 +250,13 @@ public class MainActivity extends Activity { \subsection{Stepwise cleansing} \begin{frame} - \frametitle{Stepwise cleansing} + \frametitle{Approach \#1: Stepwise cleansing} Still no 100\% free-software WebView apk void of privacy concerns.\\\bigskip Tentative approach: \begin{enumerate} \item Start with Guix's source code for ungoogled-chromium. - \item Run Ubuntu license check on it. - \item Check if original Chromium bug still applies + \item Run Ubuntu's license check script on it. + \item Check if original Chromium bug about licensing still applies (was mostly related to third-party code). \item Try to build WebView (will probably fail). \item Cherry pick patches from ungoogled-chromium-android and Unobtainium. @@ -267,7 +267,7 @@ public class MainActivity extends Activity { \section{GeckoView shim} \begin{frame} - \frametitle{WebView API compatibility shim for GeckoView} + \frametitle{Approach \#2: WebView API compatibility shim for GeckoView} Chromium fork requires constant maintenance burden.\\\smallskip Google's interests do not align with ours. Check Mozilla.\\ \vspace{2\baselineskip} @@ -327,7 +327,7 @@ public class MainActivity extends Activity { \section{GeckoView on apps} \begin{frame} - \frametitle{GeckoView on apps} + \frametitle{Approach \#3: GeckoView on apps} Fork apps to use GeckoView instead of WebView.\\\bigskip Impossible for the small Replicant team to maintain.\\\bigskip Would only work if app maintainers perceive GeckoView as a better alternative. -- cgit v1.2.3