Skip to content
This repository was archived by the owner on Dec 16, 2023. It is now read-only.

Commit 13d6695

Browse files
committed
1.7.0
1 parent cef645a commit 13d6695

3 files changed

Lines changed: 34 additions & 21 deletions

File tree

Changelog.MD

Lines changed: 32 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,51 @@
11
# JustJava changelog
22

3+
# 1.7.0
4+
5+
- Update UI design
6+
- Remove checkout screen and combine it with cart
7+
- Show only the last 3 orders in the profile screen.
8+
- Add new screen to show all past orders
9+
- Change item images
10+
311
## 1.6.0
4-
* Fix input field colors
5-
* Save notification token to user's profile
6-
* Update notifications
7-
* Match edit cart item dialog to match rest of app
8-
* Numerous UI changes
12+
13+
- Fix input field colors
14+
- Save notification token to user's profile
15+
- Update notifications
16+
- Match edit cart item dialog to match rest of app
17+
- Numerous UI changes
918

1019
## 1.5.0
11-
* Move open source libraries list to separate page.
12-
* Dialog to edit the cart shows up when an item is clicked.
13-
* Update profile screen design.
14-
* Update privacy policy url and contact email.
20+
21+
- Move open source libraries list to separate page.
22+
- Dialog to edit the cart shows up when an item is clicked.
23+
- Update profile screen design.
24+
- Update privacy policy url and contact email.
1525

1626
## 1.4.1
17-
* Minor UI change from switching to new material library.
27+
28+
- Minor UI change from switching to new material library.
1829

1930
## 1.4.0
20-
* Fix critical bug that prevented new accounts from being created.
31+
32+
- Fix critical bug that prevented new accounts from being created.
2133

2234
## 1.3.0
23-
* Profile icon is always present.
24-
* Fix text wrapping on catalog.
25-
* Various changes to sign up.
2635

27-
## 1.2.1
36+
- Profile icon is always present.
37+
- Fix text wrapping on catalog.
38+
- Various changes to sign up.
39+
40+
## 1.2.1
2841

29-
* Fix crash reporting
42+
- Fix crash reporting
3043

3144
## 1.2.0
3245

33-
* Enable editing customer details - [812538a](https://github.com/MarkNjunge/JustJava-Android/commit/812538a12dd6a16f7623ab9531135538f627a86b)
34-
* Fix privacy policy link - [e1d0d71](https://github.com/MarkNjunge/JustJava-Android/commit/e1d0d714cea9c928e3662d2f020a6413ff48cadf)
46+
- Enable editing customer details - [812538a](https://github.com/MarkNjunge/JustJava-Android/commit/812538a12dd6a16f7623ab9531135538f627a86b)
47+
- Fix privacy policy link - [e1d0d71](https://github.com/MarkNjunge/JustJava-Android/commit/e1d0d714cea9c928e3662d2f020a6413ff48cadf)
3548

3649
## 1.1.0
3750

38-
* Fix M-Pesa payment - [a11f8a3](https://github.com/MarkNjunge/JustJava-Android/commit/a11f8a35136b1e1d2d038e7588d1070c2e4fac1c)
51+
- Fix M-Pesa payment - [a11f8a3](https://github.com/MarkNjunge/JustJava-Android/commit/a11f8a35136b1e1d2d038e7588d1070c2e4fac1c)

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId "com.marknkamau.justjava"
1111
minSdkVersion androidConfig.minSdk
1212
targetSdkVersion androidConfig.targetSdk
13-
versionCode 9
14-
versionName "1.6.0"
13+
versionCode 10
14+
versionName "1.7.0"
1515
multiDexEnabled true
1616
vectorDrawables.useSupportLibrary = true
1717
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

images/branding.png

-78.7 KB
Loading

0 commit comments

Comments
 (0)