Difference between revisions of "Mobile Apps"

From Open Food Facts wiki
Jump to navigation Jump to search
 
(23 intermediate revisions by the same user not shown)
Line 1: Line 1:
We currently have native apps for '''Android''', '''iOS''' and Windows 11+ (actually the Android app).
+
We currently have native apps for '''Android''' and '''iOS'''.
 +
== Key dates and numbers ==
 +
== Why it matters ==
 +
== What we’ve done recently ==
 +
== What we are currently working on ==
 +
== What’s coming up next ==
 +
== How to get involved ==
 +
== Get in touch ==
 +
{{Box
 +
| 1    =  Slack channel
 +
| 2    =  [https://openfoodfacts.slack.com/messages/CSV2748EB/ #mobile-app]
 +
}}
 +
 
  
 
== Official apps ==
 
== Official apps ==
=== New cross platform Flutter app ===
+
=== New cross platform Flutter app (smooth-app) ===
 
* Initial coordination happened at [[Project Smoothie]]
 
* Initial coordination happened at [[Project Smoothie]]
* The application is already on [https://play.google.com/store/apps/details?id=org.openfoodfacts.scanner Google Play] and the Apple [https://apps.apple.com/fr/app/open-food-facts/id588797948#?platform=iphone App Store] as well as F-Droid.
+
* The application is already on [https://play.google.com/store/apps/details?id=org.openfoodfacts.scanner Google Play] and the Apple [https://apps.apple.com/fr/app/open-food-facts/id588797948#?platform=iphone App Store] as well as [https://f-droid.org/en/packages/openfoodfacts.github.scrachx.openfood/ F-Droid].
 
* You can contribute to its development ! https://github.com/openfoodfacts/smooth-app
 
* You can contribute to its development ! https://github.com/openfoodfacts/smooth-app
* Figma file for the new mobile app
+
* Figma file for the new mobile app: https://www.figma.com/design/nFMjewFAOa8c4ahtob7CAB/Mobile-App-Design-(Quentin)?node-id=0-1
* Figma file for the marketing assets of the new mobile app
+
* Sketch file for the PoC of the new mobile app revamp: https://www.sketch.com/s/11375b6d-9c02-4920-846d-a2b1376600b9
 
+
* Figma file for the marketing assets of the new mobile app:
=== Classic Android (deprecated) ===
+
* We meet weekly and we take notes: https://docs.google.com/document/d/1uVr_QtRYtN-tfbbtNucGf9PSywmn5gq3iNBJWNv86Ts/edit?resourcekey=0-To2kO4r6DaNxBuAMB1hcwQ#heading=h.wumxfvbr6s5g
 
+
=== Useful links for the underlying Dart SDK (openfoodfacts-dart) ===
The app is deprecated for food. You can nevertheless [https://github.com/openfoodfacts/openfoodfacts-androidapp contribute to its development on GitHub (it's still used at the moment for Open Beauty Facts, Open Pet Food Facts and Open Products Facts].
+
Dart plugin : [https://pub.dev/packages/openfoodfacts openfoodfacts | Flutter Package]<br>
 +
Dart plugin documentation : [https://github.com/openfoodfacts/openfoodfacts-dart/blob/documentation/DOCUMENTATION.md openfoodfacts-dart documentation]<br>
 +
API documentation : <br>
 +
<br>
 +
Flutter SDK : [https://flutter.dev Flutter website]<br>
 +
Flutter plugins repository : [https://pub.dev Official repository]<br>
  
==== Documentation of the source code ====
+
=== Features ===
The documentation is generated automatically from the source code and your improvements to code documentation are published automatically. https://openfoodfacts.github.io/smooth-app
+
[[Mobile App/Features]]
 
+
=== Roadmap ===
==== Figma ====
 
 
 
[https://www.figma.com/files/project/32722224/Android?fuid=969925716131479490 Figma project for the Android app]
 
 
 
==== Roadmap ====
 
 
[[Mobile App/Roadmap]]
 
[[Mobile App/Roadmap]]
  
=== Classic iOS (deprecated) ===
+
=== Who we are - Core attributes ===
The classic codebase in Swift is deprecated.
+
[[Mobile_App/Core_attributes]]
You can nevertheless [https://github.com/openfoodfacts/openfoodfacts-ios look at the code on GitHub].
 
 
 
#ios and #ios-alerts on Slack
 
 
 
==== Figma ====
 
[https://www.figma.com/files/project/32722591/iOS?fuid=969925716131479490 iOS Figma Project]
 
 
 
=== Ubuntu mobile ===
 
The app is not officially supported. You can compile it directly from the main repo on GitHub.
 
https://github.com/openfoodfacts/openfoodfacts-ubuntu
 
  
 
== Mobile web version ==
 
== Mobile web version ==
  
See https://en.wiki.openfoodfacts.org/Project:Mobile_version
+
See [[Project:Mobile_version|the Mobile Web/PWA version]]
 
 
==  Phonegap - Android, iOS, Windows Phone (deprecated) ==
 
 
 
The application was mainly dedicated to the collection of products: bar code scanning , sending photos, input basic information.
 
 
 
The application was developed in HTML and JavaScript and is based on the PhoneGap platform (also known as Cordova). It is packaged for Android and iOS and used to be packaged with the Moodstocks scanner. It now needs the BarcodeScanner PhoneGap plugin instead.
 
 
 
* Still powers Open Beauty Facts on iOS (to be replaced by a refactor of the Flutter app for cosmetics) - [[Mobile App/Cordova Development Notes]] - Useful if we need to update the legacy Open Beauty Facts on iOS for some reason
 
 
 
=== Large public Application: augmented reality ===
 
* Information display overlay product .
 
* Ongoing trial with Moodstocks. First tests rather conclusive: the products are easily recognized when the camera passes over (without scanning and without taking a picture).
 
=== Application for people who have difficulty reading ===
 
* For people who are blind, have difficulty reading when it says very little that can not read.
 
* Demo of Speech-enabled app on Android http://fr.openfoodfacts.org/js/off-vocal.apk
 
  
 
== Distribution ==
 
== Distribution ==
[[Mobile App/AppStores]]
+
* We want to widen distribution, pragmatically, to more people who might not have Google Play: [[Mobile App/AppStores]]
  
[[fr:Projet:Applications mobiles]]
 
 
[[Category:Mobile]]
 
[[Category:Mobile]]
 
[[Category:Developer]]
 
[[Category:Developer]]
 +
[[Category:Project]]

Latest revision as of 19:30, 2 September 2024

We currently have native apps for Android and iOS.

Key dates and numbers

Why it matters

What we’ve done recently

What we are currently working on

What’s coming up next

How to get involved

Get in touch

Slack channel


Official apps

New cross platform Flutter app (smooth-app)

Useful links for the underlying Dart SDK (openfoodfacts-dart)

Dart plugin : openfoodfacts | Flutter Package
Dart plugin documentation : openfoodfacts-dart documentation
API documentation :

Flutter SDK : Flutter website
Flutter plugins repository : Official repository

Features

Mobile App/Features

Roadmap

Mobile App/Roadmap

Who we are - Core attributes

Mobile_App/Core_attributes

Mobile web version

See the Mobile Web/PWA version

Distribution

  • We want to widen distribution, pragmatically, to more people who might not have Google Play: Mobile App/AppStores