Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump log4js from 6.3.0 to 6.6.0 #1803

Closed
wants to merge 33 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
7e90614
add pre-view page before uploading capture
sultanmyrza Jul 12, 2022
2b01908
docs(README.md): update how to setup env var for Android Studio
bafu Jul 12, 2022
24ecfc4
fix(pre-publish.page): add header, footer to match UX
sultanmyrza Jul 13, 2022
8c3ac62
Merge pull request #1805 from numbersprotocol/feature-custom-camera-r…
bafu Jul 13, 2022
2f74ca1
fix(custom-camera.page): remove capture after discard/approve
sultanmyrza Jul 13, 2022
4d90a96
Merge pull request #1814 from numbersprotocol/fix-custom-camera-delet…
bafu Jul 13, 2022
a4bc66f
build: bump to 0.61.0
sultanmyrza Jul 14, 2022
b7d2259
Merge pull request #1815 from numbersprotocol/build-bump-0.61.0
bafu Jul 14, 2022
fe02ccf
send generate SEO img & description on share asset
sultanmyrza Jul 14, 2022
b7e2a92
Merge pull request #1816 from numbersprotocol/feature-share-seo-frien…
bafu Jul 14, 2022
543584c
Merge branch 'develop' into build-bump-0.61.0
sultanmyrza Jul 14, 2022
96147c6
add missing changelog for 0.61.0
sultanmyrza Jul 14, 2022
016d104
Merge pull request #1817 from numbersprotocol/build-bump-0.61.0
bafu Jul 14, 2022
6961ad8
Merge pull request #1818 from numbersprotocol/develop
bafu Jul 14, 2022
f920aca
add flash feature for iOS, Android
sultanmyrza Jul 18, 2022
f2e55bf
install latest custom camera plugin
sultanmyrza Jul 19, 2022
dd3f88a
fix(custom-camera.service): call plugin methods on native platforms only
sultanmyrza Jul 19, 2022
746d8c8
fix(custom-camera.service.spec)
sultanmyrza Jul 19, 2022
edc1503
Merge pull request #1826 from numbersprotocol/camera-rebrand-feature-…
bafu Jul 19, 2022
58f6baf
fix(custom-camera): make sure confirm button works properly
sultanmyrza Jul 18, 2022
d9afc0e
fix(custom-camera.service): else case for enable torch
sultanmyrza Jul 19, 2022
63588b8
Merge pull request #1831 from numbersprotocol/camera-rebrand-fix-capt…
bafu Jul 19, 2022
ab04762
Merge pull request #1832 from numbersprotocol/fix-enable-torch
bafu Jul 19, 2022
d5f4978
build: bump to 0.61.1
sultanmyrza Jul 19, 2022
08bde1e
Merge pull request #1833 from numbersprotocol/build-bump-0.61.1
bafu Jul 19, 2022
8427b98
Merge pull request #1835 from numbersprotocol/develop
bafu Jul 19, 2022
8c96dff
fix(custom-camera.page): hide flash for front camera
sultanmyrza Jul 20, 2022
b778282
install custom camera plugin 0.0.5
sultanmyrza Jul 20, 2022
67c18b4
Merge pull request #1842 from numbersprotocol/fix-camera-flash-light-…
sultanmyrza Jul 20, 2022
fbb9be2
build: bump to 0.61.2
sultanmyrza Jul 20, 2022
484a821
Merge pull request #1843 from numbersprotocol/build-bump-to-0.61.2
bafu Jul 20, 2022
89b2d5c
Merge pull request #1844 from numbersprotocol/develop
sultanmyrza Jul 20, 2022
77f2226
build(deps): bump log4js from 6.3.0 to 6.6.0
dependabot[bot] Jul 20, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
29 changes: 29 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.61.2 - 2022-07-20

### Fixed

- Hide camera flash button for front camera
- Android flash light on only on capture photo or record video

## 0.61.1 - 2022-07-19

### Added

- Camera flash light

### Fixed

- Capture flow, confirm button work smoothly
- Use high resolution as default camera settings

## 0.60.2 - 2022-07-07

### Changed
Expand All @@ -15,6 +33,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Fix withdraw page the text color

## 0.61.0 - 2022-07-14

### Added

- Show discard/confirm capture before upload
- Send generate SEO img & description on share asset

### Fixed

- Remove capture after discard/confirm

## 0.60.1 - 2022-07-06

### Fixed
Expand Down
8 changes: 3 additions & 5 deletions README.md
Expand Up @@ -77,12 +77,10 @@ cordova-res android --skip-config --copy

#### Android

If your operating system is Linux, set the `linuxAndroidStudioPath` in `capacitor.config.json`. For example,
If your operating system is Linux, set the environment variable `CAPACITOR_ANDROID_STUDIO_PATH` for your Android Studio. The default value is `/usr/local/android-studio/bin/studio.sh`.

```json
{
"linuxAndroidStudioPath": "/home/username/android-studio/bin/studio.sh"
}
```sh
export CAPACITOR_ANDROID_STUDIO_PATH="/home/username/android-studio/bin/studio.sh"
```

Before running the app with Android Studio, build and sync the dependencies and web assets.
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "io.numbersprotocol.capturelite"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 422
versionName "0.60.2"
versionCode 432
versionName "0.61.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildFeatures {
Expand Down
190 changes: 99 additions & 91 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.