An open API service indexing awesome lists of open source software.

https://github.com/abrynos/shoppinglist

A simple shopping list application
https://github.com/abrynos/shoppinglist

android app hacktoberfest i18n kotlin list localization shopping shoppinglist translation translations

Last synced: about 1 month ago
JSON representation

A simple shopping list application

Awesome Lists containing this project

README

          

# Shopping list
[![Build status](https://img.shields.io/github/actions/workflow/status/Abrynos/ShoppingList/ci.yml?branch=main&label=Build&logo=github)](https://github.com/Abrynos/ShoppingList/actions)
[![GitHub release version](https://img.shields.io/github/v/release/Abrynos/ShoppingList?label=Stable&logo=github)](https://github.com/Abrynos/ShoppingList/releases/latest)
[![F-Droid release version](https://img.shields.io/f-droid/v/pl.edu.pjwstk.s999844.shoppinglist?label=F-Droid&logo=fdroid)](https://f-droid.org/packages/pl.edu.pjwstk.s999844.shoppinglist/)
[![IzzyOnDroid release version](https://img.shields.io/endpoint?url=https://apt.izzysoft.de/fdroid/api/v1/shield/pl.edu.pjwstk.s999844.shoppinglist&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAA4VBMVEXn9cuv7wDB9iGp4x2k5gKh3B6k3SyAxAGd4ASo6gCv5SCW2gHA7UTB6V+EwiOw3lK36zC+422d1yO78SWs3kfR7JhQiw2751G7+QCz8gCKzgGq3zay5DSm2jrF9jZLfwmNyiC77zXO7oaYzjW37CLj9Lze8LLA43uz3mK19ACR1QBcnRO78R6ExBek1kbE8FLI6nSPu0jH5YJxtQ2b1RiAmz53uwF7pitZkAeX1w7I72TY8KTO8HXD7La+0pKizWBzhExqjytpmR+UzSTA5Ctzy3uv1nOv3gyF3UuCsDRHcEx7M2pHAAAAS3RSTlP//////////////////////////////////////////////////////////////////////////////////////////////////wDLGfCsAAAB9ElEQVRIx72W53biMBCFhY0L7g0bTAktQEwgdMhuerbO+z/Q2sBiY0uKcvacnX8a3Y/R8YyuQPDJQP8KoExcro6ZC6C4TQXQx/oLABV3cfozgBgL/AWY9ScAsR7oBCD2AmSAoD8A+J3cWYECdBEaVm2z+U1hAuDx4fr6a08PGuuf6cmys5QvMEz0c12zhPWaAYBq9emp9/DlTrMUXsBOaw5Yjl5elrG+u9tYAxbAtjeL+Z3Wdl83Ovfr3BQyYAZBoLXbHDfQ2hykTSEAAIu+2LRcl4tD6UCm67jPCvD4/ON5YRhGpzOdrlar74fT5IcvOxDD0Xg0nvU7hjGVttv+0vYyAgyQdNgeey3Hce5DSZqN9GZmvzh8UO0F3thsiY4gqGoUtuL2AeaKpom5brVMryEKvCyXZVX0urd0wOxy4qwh8jxfLlcqZafpYoH0MzQGnNI/6CulOASFc/NWlZ17ADEG3oWjvn5TEvjbfJuyrnFaSfdyrK/f1Gp1tTAHF750aqgUJUCsr5UizFUv3EeQwmOFekmVmABDCiNVlqNwOwEqcM75vp+s/asrKpAmdxM/Gbnfuz0j8OYnPw2v9AqZ5Nt+f7hikwkw2T3Fc2l2jzdcst3DpwGCnvQ+EPUEu8c/STSAqMfZPeX5IQK0J+a//zn5MP4Am7ISN/4mSV8AAAAASUVORK5CYII=
)](https://apt.izzysoft.de/fdroid/index/apk/pl.edu.pjwstk.s999844.shoppinglist)
[![Localization](https://badges.crowdin.net/abrynosshoppinglist/localized.svg)](https://crowdin.com/project/abrynosshoppinglist)
[![License](https://img.shields.io/github/license/Abrynos/ShoppingList)](https://github.com/Abrynos/ShoppingList/blob/main/LICENSE)

# Description
This is the a simple Android application serving the purpose of a shopping list. It was originally done during my semester abroad in Poland at the [Polish-Japanese Academy of Information Technology](https://www.pja.edu.pl/en/). I modelled it after how I would use a piece of paper and kept it as simple as possible.

# Core features
- Simple and intuitive to use
- Dark and Light user interface
- Six choosable color schemes
- Localized in more than 15 languages
- No permissions required
- No tracking or sharing any data
- No ads

# Installation
Sadly I am too lazy to set everything up for the official app store. You can either
- install [the app](https://f-droid.org/packages/pl.edu.pjwstk.s999844.shoppinglist/) via the [F-Droid app registry](https://f-droid.org/)

or

- download the .apk file directly from the [releases page](https://github.com/Abrynos/ShoppingList/releases/latest) here on GitHub.

# Translation
I am open to translating the app to any known language. There is several ways of submitting your translation to the project:
- The easiest way is [crowdin](https://crowdin.com/project/abrynosshoppinglist). You can just input the strings into a graphical user interface and I will do the rest. Please open an issue if your preferred language is not available as an option.
- The second possibility is to open a merge request adding the translated strings in source code directly

# Collaboration
If you would like to contribute but do not have a specific idea yet, feel free to look at the list of [previously suggested ideas](https://github.com/Abrynos/ShoppingList/issues?q=label%3A%22%F0%9F%91%8D+merge+request+okay%22). If you already have a specific idea but you are unable to find it in the list of previous suggestions you can either open an issue with your feature request or open a merge request directly.