No description
Find a file
2023-06-22 12:28:07 +03:00
icons Initial commit 2023-06-22 12:28:07 +03:00
qml Initial commit 2023-06-22 12:28:07 +03:00
rpm Initial commit 2023-06-22 12:28:07 +03:00
src Initial commit 2023-06-22 12:28:07 +03:00
translations Initial commit 2023-06-22 12:28:07 +03:00
.gitignore Initial commit 2023-06-22 12:28:07 +03:00
AUTHORS.md Initial commit 2023-06-22 12:28:07 +03:00
CODE_OF_CONDUCT.md Initial commit 2023-06-22 12:28:07 +03:00
CONTRIBUTING.md Initial commit 2023-06-22 12:28:07 +03:00
de.whataco.TED.desktop Initial commit 2023-06-22 12:28:07 +03:00
de.whataco.TED.pro Initial commit 2023-06-22 12:28:07 +03:00
examples-manifest.xml Initial commit 2023-06-22 12:28:07 +03:00
LICENSE.BSD-3-CLAUSE.md Initial commit 2023-06-22 12:28:07 +03:00
README.md Initial commit 2023-06-22 12:28:07 +03:00

Tiny Browser

The project provides an example of using WebView.

The main purpose is to show minimal application with WebView.

The source code of the project is provided under the license, that allows it to be used in third-party applications.

The contributor agreement documents the rights granted by contributors to the Open Mobile Platform.

Code of conduct is a current set of rules of the Open Mobile Platform which informs you how we expect the members of the community will interact while contributing and communicating.

For information about contributors see AUTHORS.

Project Structure

The project has a common structure of an application based on C++ and QML for Aurora OS.

  • de.whataco.TED.pro file describes the project structure for the qmake build system.
  • icons directory contains application icons for different screen resolutions.
  • qml directory contains the QML source code and the UI resources.
    • cover directory contains the application cover implementations.
    • icons directory contains the custom UI icons.
    • pages directory contains the application pages.
    • de.whataco.TED.qml file provides the application window implementation.
  • rpm directory contains the rpm-package build settings. de.whataco.TED.spec file is used by rpmbuild tool.
  • src directory contains the C++ source code.
  • translations directory contains the UI translation files.
  • de.whataco.TED.desktop file defines the display and parameters for launching the application.

Branches

  • example_4.02.173: application with SailfishApp::application instance, it is used for OS versions down to and including the 4.02.173