Merge branch 'master' of github.com:TheLastProject/loyalty-card-locker

This commit is contained in:
Sylvia van Os
2021-11-22 19:11:39 +01:00
15 changed files with 43 additions and 5 deletions

View File

@@ -106,7 +106,7 @@ dependencies {
// Testing
testImplementation 'androidx.test:core:1.4.0'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.robolectric:robolectric:4.7.1'
testImplementation 'org.robolectric:robolectric:4.7.2'
}
tasks.withType(SpotBugsTask) {

View File

@@ -3,27 +3,27 @@ Branden Archer
J. Lavoie
Allan Nordhøy
Heimen Stoffels
mondstern
solokot
mondstern
Katharine Chui
Oğuz Ersen
IllusiveMan196
Petr Novák
Taco
Gediminas Murauskas
StoyanDimitrov
Joel A
StoyanDimitrov
Nyatsuki
Samantaz Fox
arno-github
Ankit Tiwari
Sergio Paredes
arshbeerSingh
laralem
huuhaa
Miha Frangež
Michael Moroni
Olivia (Zoe)
laralem
betsythefc
waffshappen
K. Herbert

View File

@@ -218,4 +218,6 @@
<string name="noGiftCardsGroup">Ainda não tem nenhum cartão de fidelidade. Assim que tenha adicionado alguns, pode atribuí-los ao grupo aqui.</string>
<string name="selectColor">Selecionar cor</string>
<string name="setIcon">Definir ícone</string>
<string name="action_show_details">Mostrar detalhes</string>
<string name="action_hide_details">Ocultar detalhes</string>
</resources>

View File

@@ -226,4 +226,6 @@
<string name="noGiftCardsGroup">У вас ще немає жодної картки. Коли ви додасте кілька, то зможете призначити їх до групи.</string>
<string name="selectColor">Вибір кольору</string>
<string name="setIcon">Вибір іконки</string>
<string name="action_show_details">Показати деталі</string>
<string name="action_hide_details">Сховати деталі</string>
</resources>

View File

@@ -0,0 +1,2 @@
- Покращено інтерфейс списку карт. (pull #188 (https://github.com/brarcher/loyalty-card-locker/pull/188))
- Покращено інтерфейс перегляду карти. (pull #190 (https://github.com/brarcher/loyalty-card-locker/pull/190))

View File

@@ -1 +1 @@
- Змінено відображення карт: показ заміток та імені магазину, багаторядкове ID карти та. (pull #197 (https://github.com/brarcher/loyalty-card-locker/pull/197))
- Змінено відображення карт: показ заміток та імені магазину, багаторядкове ID карти. (pull #197 (https://github.com/brarcher/loyalty-card-locker/pull/197))

View File

@@ -0,0 +1,2 @@
- Відкат min SDK з версії 17 до 15. (pull #226 (https://github.com/brarcher/loyalty-card-locker/pull/226))
- Стара бібліотека apache тепер використовується лише для тестів. (pull #225 (https://github.com/brarcher/loyalty-card-locker/pull/225))

View File

@@ -0,0 +1,5 @@
- Додано переклади
- Польська (pull #232 (https://github.com/brarcher/loyalty-card-locker/pull/232))
- Іспанська (pull #232 (https://github.com/brarcher/loyalty-card-locker/pull/232))
- Словацька(pull #232 (https://github.com/brarcher/loyalty-card-locker/pull/232))
- Оновлено переклади (pull #239 (https://github.com/brarcher/loyalty-card-locker/pull/239))

View File

@@ -0,0 +1,2 @@
- Виправлено іспанську локалізацію (pull #244 (https://github.com/brarcher/loyalty-card-locker/pull/244))
- Оновлено переклади (pull #244 (https://github.com/brarcher/loyalty-card-locker/pull/244))

View File

@@ -0,0 +1,14 @@
- Тепер офіційно підтримується наступний список з 1D та 2D штрих-кодів:
- AZTEC
- CODABAR
- CODE_39
- CODE_128
- DATA_MATRIX
- EAN_8
- EAN_13
- ITF
- PDF_417
- QR_CODE
- UPC_A
- Тепер згенеровані штрих-коди більші, тому легше сприймаються сканером

View File

@@ -0,0 +1,4 @@
- Додано налаштування яскравості екрану при перегляді штрих-коду (pull #259 (https://github.com/brarcher/loyalty-card-locker/pull/259))
- Додано грецьку локалізацію (pull #252 (https://github.com/brarcher/loyalty-card-locker/pull/252))
- Додано словенську локалізацію (pull #260 (https://github.com/brarcher/loyalty-card-locker/pull/260))
- Оновлено переклади (pull #260 (https://github.com/brarcher/loyalty-card-locker/pull/260), pull #254 (https://github.com/brarcher/loyalty-card-locker/pull/254))

View File

@@ -0,0 +1,2 @@
- Сортування списку карток ігнорує регістр (pull #266 (https://github.com/brarcher/loyalty-card-locker/pull/266))
- Додано налаштування для блокування орієнтації усіх карток (pull #269 (https://github.com/brarcher/loyalty-card-locker/pull/269)

View File

@@ -0,0 +1 @@
- Виправлено створення нової карти за допомогою вводу штрих-коду вручну (issue #272 (https://github.com/brarcher/loyalty-card-locker/issues/272))

View File

@@ -0,0 +1 @@
- Оновлено та додано переклади

View File

@@ -0,0 +1 @@
- Оновлено російську локалізацію