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

Commit

Permalink
1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkNjunge committed Jul 6, 2019
1 parent cef645a commit 13d6695
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 21 deletions.
51 changes: 32 additions & 19 deletions Changelog.MD
Original file line number Diff line number Diff line change
@@ -1,38 +1,51 @@
# JustJava changelog

# 1.7.0

- Update UI design
- Remove checkout screen and combine it with cart
- Show only the last 3 orders in the profile screen.
- Add new screen to show all past orders
- Change item images

## 1.6.0
* Fix input field colors
* Save notification token to user's profile
* Update notifications
* Match edit cart item dialog to match rest of app
* Numerous UI changes

- Fix input field colors
- Save notification token to user's profile
- Update notifications
- Match edit cart item dialog to match rest of app
- Numerous UI changes

## 1.5.0
* Move open source libraries list to separate page.
* Dialog to edit the cart shows up when an item is clicked.
* Update profile screen design.
* Update privacy policy url and contact email.

- Move open source libraries list to separate page.
- Dialog to edit the cart shows up when an item is clicked.
- Update profile screen design.
- Update privacy policy url and contact email.

## 1.4.1
* Minor UI change from switching to new material library.

- Minor UI change from switching to new material library.

## 1.4.0
* Fix critical bug that prevented new accounts from being created.

- Fix critical bug that prevented new accounts from being created.

## 1.3.0
* Profile icon is always present.
* Fix text wrapping on catalog.
* Various changes to sign up.

## 1.2.1
- Profile icon is always present.
- Fix text wrapping on catalog.
- Various changes to sign up.

## 1.2.1

* Fix crash reporting
- Fix crash reporting

## 1.2.0

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

## 1.1.0

* Fix M-Pesa payment - [a11f8a3](https://github.com/MarkNjunge/JustJava-Android/commit/a11f8a35136b1e1d2d038e7588d1070c2e4fac1c)
- Fix M-Pesa payment - [a11f8a3](https://github.com/MarkNjunge/JustJava-Android/commit/a11f8a35136b1e1d2d038e7588d1070c2e4fac1c)
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.marknkamau.justjava"
minSdkVersion androidConfig.minSdk
targetSdkVersion androidConfig.targetSdk
versionCode 9
versionName "1.6.0"
versionCode 10
versionName "1.7.0"
multiDexEnabled true
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
Binary file modified images/branding.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 13d6695

Please sign in to comment.