Wiki

Version 15 (hans, 11/08/2013 12:22 am)

1 1 pd0x
h1. Bazaar Wiki
2 1 pd0x
3 9 hans
* [[FDroid Audit]]
4 10 hans
* "Kerplapp":https://github.com/binaryparadox/Kerplapp/tree/speculative - dropping apps onto droids, in-progress code dumped to "a Github branch":https://github.com/binaryparadox/Kerplapp/tree/speculative
5 3 hans
* [[Auditing Existing APKs]]
6 4 hans
* [[Bootstrapping Trust]]
7 4 hans
* [[Local Data Transfer]]
8 15 hans
* [[OTRDATA Integration Plan]]
9 5 hans
* [[Trusted Intent Interaction]]
10 14 hans
* [[Signing the Local APK Index]]
11 10 hans
12 10 hans
h2. Related Discussions
13 10 hans
14 7 pd0x
* [[Oct 23rd IRC Scrum log]]
15 10 hans
* "F-Droid and decentralized trust convo on twitter":https://twitter.com/guardianproject/status/398092213651251201
16 10 hans
* posts on our blog: https://guardianproject.info/tag/bazaar/
17 1 pd0x
18 8 hans
h2. Relevant F-Droid Issues
19 10 hans
20 12 hans
Whenever possible we should try to frame our work in terms of the F-Droid development process. If we can fix issues in F-Droid by submitting the functionality that we need for Bazaar, then its a win-win.
21 12 hans
22 12 hans
* "Please provide GPG signatures for APKs":https://f-droid.org/repository/issues/?do=view_issue&issue=284 - we can provide this with GPGA, and it will help with master key bug issues on phones that have not been updated
23 12 hans
* "Import and export list of installed apps":https://f-droid.org/repository/issues/?do=view_issue&issue=402 - Kerplapp already does this, we'd just need to reframe that code to also do file I/O and @SEND@ Intents.
24 12 hans
* "Resumeable downloads?":https://f-droid.org/repository/issues/?do=view_issue&issue=393 - p2p and tor will mean lots of flaky connections
25 12 hans
* "Repo as virtual category in client":https://f-droid.org/repository/issues/?do=view_issue&issue=262 - we will need a way to represent what is on the device on the other side of a p2p sync
26 12 hans
* "backgrounding apk download":https://f-droid.org/repository/issues/?do=view_issue&issue=307 - downloading via Tor and OTRDATA could be slow
27 12 hans
* "Repository list management":https://f-droid.org/repository/issues/?do=view_issue&issue=16 - adding repo via QR, etc.
28 12 hans
* "Update all":https://f-droid.org/repository/issues/?do=view_issue&issue=36 - having _update all_ would make syncing apps in the p2p process much easier.
29 12 hans
* "display 'category' when accessing an app":https://f-droid.org/repository/issues/?do=view_issue&issue=71 - it would be nice if the UI showed where you were getting the app from, i.e. via the p2p connection you have right now, a Tor connection, etc.
30 12 hans
* "Update fails if a repo is broken":https://f-droid.org/repository/issues/?do=view_issue&issue=127  - we'll definitely need to handle this since we'll be adding repos that come and go a lot
31 12 hans
* "Method for suggesting users uminstall an apk":https://f-droid.org/repository/issues/?do=view_issue&issue=144 - if an APK proves to be compromised, it should be able to be revoked and the client should recognize that