Skip to content

The Android app O Jornal Lusitano provides quick in-app access to popular Portuguese newspapers πŸ“°

License

Notifications You must be signed in to change notification settings

Pexers/o-jornal-lusitano

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

56 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

O Jornal Lusitano πŸ“°

Get it on Google Play

The app O Jornal Lusitano provides quick in-app access to popular Portuguese newspapers. This repository contains the app's source code written in Kotlin for Android.

Despite being focused on Portuguese newspapers, it can be easily modified to support different international newspapers. 🌎 Changing the data file docs/index.json will automatically update the newspapers displayed in the app. Changes get synchronized once every 24 hours using the repository's GitHub Pages API.

For more information regarding the privacy policy and how to contact us, please visit our website.

App screenshots πŸ“±

Access newspaper Access newspaper (dark mode) In-app webpage Navigation drawer

Building the app from the command line

  1. Download Android's cmdline-tools.
  2. Install the required licenses.
    $ sdkmanager --licenses
  3. Place the licenses within cmdline-tools/tools/bin.
  4. Set the environment variable ANDROID_HOME=cmdline-tools/tools/bin.
  5. Make sure to set the required signingConfigs properties within the build.gradle file.
  6. Build the Android App Bundle .aab file.
    $ gradlew bundleRelease --warning-mode all