Vadim
4b8e5c2659
run e2e with all tests
2024-03-13 12:56:03 +01:00
Vadim
1f30c74d18
Delete run_integration_tests.sh
2024-03-13 12:50:04 +01:00
Vadim
143aca1053
restore firebase_app_id_file.json
2024-03-13 11:52:08 +01:00
Vadim
6faa9e12a0
increased tests timeout
2024-03-12 22:53:18 +01:00
Vadim
60dd9549e8
bumped macos version
2024-03-12 22:21:57 +01:00
Vadim
1d6cc13d7d
try running only on ios
2024-03-12 22:07:18 +01:00
Vadim
6d1fd9e05a
added no-dds to flutter drive
2024-03-12 21:52:56 +01:00
Vadim
cd5949470b
try running tests only for one platform
2024-03-12 20:55:12 +01:00
Vadim
20b4c387c1
removed app pre-build
2024-03-12 20:16:31 +01:00
Vadim
ed45052317
use flutter drive for integration tests
2024-03-12 20:04:56 +01:00
Vadim
c79a578286
set android emulator API level to 32
2024-03-12 17:05:40 +01:00
Vadim
ecf3643ffe
debug prints :)
2024-03-05 11:19:52 +01:00
Vadim
80f33d3b4d
removed ipa signing for ios test
2024-03-05 10:49:19 +01:00
Vadim
7edd18bb41
combined all tests in one file
2024-03-05 10:42:05 +01:00
Vadim
df32f6a30e
added google services json restoration
2024-03-04 23:25:41 +01:00
Vadim
8757bed72d
upgraded iphone version to the supported one
2024-03-04 22:57:56 +01:00
Vadim
41c783d7a2
typo in macos version
2024-03-04 22:54:12 +01:00
Vadim
94d659fee8
use proper android device name
2024-03-04 22:51:28 +01:00
Vadim
06712b8a2e
downgraded iphone version to the supported one
2024-03-04 22:36:59 +01:00
Vadim
d7a3ed793b
use base64 -d
2024-03-04 22:36:17 +01:00
Vadim
3abbc41eb7
allow matrix jobs to fail
2024-03-04 22:25:11 +01:00
Vadim
3afcf159fd
added integration tests to PR check
2024-03-04 22:20:01 +01:00
Vadim
a118b56fe0
added integration tests to CI
2024-03-04 22:15:41 +01:00
Vadim
134af8ad28
ML-141 Prepare iOS release ( #144 )
...
* implemented `MockCameraContainerBloc` to stub camera on simulator
* [iOS] fixed camera preview aspect ratio
* place screenshots in platform-specific folders
* [iOS] updated buildable name
* [iOS] fixed stub image cover fit
* [iOS] implemented screenshots generator for all target devices
* store screenshots in _generated_ folder
* Update .gitignore
* Created "Build Prod .ipa" workflow
* added. certs to .ipa workflow
* test ipa building
* fixed provision cert path
* set provision profile in XCode
* set automatic signing for dev builds
* set ios version in Podfile
* renamed provision file
* renamed provision profile
* fixed cert folder...
* changed provision path
* typo
* typo
* try automatic signing
* use manual profile installation
* added export options
* typo
* increased timeout
* increased ipa timeout
* Update README.md
* typo
* [iOS] separated camera handling logic
* [iOS] fixed vibration
* migrated to http server iap
* [iOS] fixed histogram
* replaced distribution profile with development profile
* removed constants from env to the separate file
* removed duplicate launch schema
* fixed PR check workflow
* [iOS] set `ITSAppUsesNonExemptEncryption` to NO
* [iOS] removed java reference from "Build .ipa" workflow
2024-02-21 12:33:25 +01:00
Vadim
f3b08868be
ML-62 Providers tests + Platform & Application mocks ( #131 )
...
- Fixed test coverage calculation
- Removed `mockito` from the application mock
- Implemented platform channel mocks to mimic incident light metering
- Covered providers with unit tests
- Covered metering screen pickers with widget tests
- Laid foundation for integration tests
2023-10-20 16:12:43 +02:00
Vadim
2a3c6b0b09
Added user feedback label to issue templates
2023-09-20 12:11:23 +02:00
Vadim
cc660de0c4
Fixed PR check ( #122 )
...
* updated stub script to work with tags
* depend on step conclusion
* check PR number
2023-09-20 11:58:04 +02:00
Vadim
cc9f162933
ML-107 Films filter ( #118 )
...
* added stub `FilmsProvider`
* moved dialogs to the shared folder
* typo
* separated `EquipmentSettingsSection`
* copy
* `IAPBuilder` -> `IAPListTile`
* moved `Film` to resources repo
* fixed films selection
* untied iso and selected film
* removed film from exposure pairs building
* indicate push/pull
* copy
* Update .gitignore
* fixed extreme exposure pairs reciprocity display
* sync with iap changes
* sync iap stub with iap changes
* added reciprocity description
* added workspace file
* Update .gitignore
2023-09-14 16:59:16 +02:00
Vadim
bf3c8aa7c7
Fixed _Build .apk_ flow
2023-09-02 13:08:58 +02:00
Vadim
da4fcfc857
Fixed IAP stub in workflows ( #110 )
...
* try using script for iap stub
* typo
* typo
* typo
* removed working dir
* added comment to stub_iap.sh
* checkout first
* increment build number by script
* Update increment_build_number.sh
* fixed iap repo
* stub
2023-09-02 12:45:57 +02:00
Vadim
4bb080a144
Implemented IAP & Equipment profiles ( #89 )
...
* added equipment profiles to layout config
* calculate layout height based on `MeteringScreenLayoutFeature`
* Update cd_dev.yml
* Fixed equipment profile tile padding
* import
* `webfactory/ssh-agent`
* Update pubspec.yaml
* fixed `MeteringScreenLayoutConfigJson` tests
* fixed `UserPreferencesService` tests
* reset selected equipment profile when layout feature is disabled
* `IAPProductType.equipment` -> `IAPProductType.paidFeatures`
* updated packages versions
* Update shared_prefs_service.dart
* Fixed & tested exposure pairs list builder
* typo
* typo
* added iap repo stub
* Renamed `EquipmentProfileData` ->`EquipmentProfile`
* Moved `EquipmentProfileProvider` to iap repo
* Update README.md
* Fixed `EquipmentProfileListener`
* Improved `EquipmentProfilesListTile` statuses visualization
* Update README.md
* Update ci.yml
* Post-merge fixes
* typo
* Added workflow checks
* more sophisticated iap icons
* Include IAP by default
* added loader for `IAPProductStatus.pending`
* typo
* Added equipment profiles list placeholder
* typo
* separated `IconPlaceholder`
* improved `buildExposureValues` testing
* cleanup
2023-09-02 10:32:08 +02:00
Vadim
e1c320b804
Replaced user config with github-actions[bot]
2023-08-28 16:01:04 +02:00
Vadim
aee527dcca
Create FUNDING.yml
2023-08-20 11:14:37 +02:00
Vadim
4917ee8aef
ML-61 Try to automate GP & Github releases via Github Actions ( #103 )
...
* Added option to create separate releases
* Removed branch condition
* Added default values to releases checkboxes
* Removed user fraction
* Remove .md extension for GP release
* More refined releases conditions
* Parse release name
* Create Google Play release name
* Checkout first
* Update create_release.yml
* Increment build number only for GH release
* Release with status `complete`
* typo
2023-08-10 12:42:31 +02:00
Vadim
dafbc68288
Increased build job timeout
2023-08-09 17:06:47 +02:00
Vadim
bdb0442dd1
Fixed release jobs dependencies
2023-08-09 16:49:02 +02:00
Vadim
d41fa6fa84
ML-61 Download each artifact separately ( #102 )
...
* Download each artifact separately
* typo
* Updated setup-java action
* Extract merged native libs directly in GP release job
2023-08-09 16:39:41 +02:00
Vadim
b9412c7441
ML-61 Create Google Play release from Github actions ( #101 )
...
* Delete all artefacts after GP release
* Update create_release.yml
* Added release notes formatting
* Preserve release zip if GP release creation failed
* Create whatsnew folder
2023-08-09 12:24:12 +02:00
Vadim
886188bb9e
ML-95 Live histogram ( #97 )
...
* Added histogram and separated camera view builder
* Added histogram to `MeteringScreenLayoutConfig`
* `ResolutionPreset.medium` -> `ResolutionPreset.low`
* Adjusted histogram paddings
2023-08-06 16:28:20 +02:00
Vadim
1310b78a54
ML-61 Delete artefacts after release creation ( #96 )
...
* Replaced "Build ..." flow with "Create new release"
* Renamed other flows
2023-08-05 21:11:23 +02:00
Vadim
40c670ad30
Updated README Build section ( #94 )
...
* Update README.md
* Set exact Flutter version for workflows
* Added stub `DefaultFirebaseOptions`
* Fixed `rm`
* Removed `rm`
* Update .gitignore
* Added readable name to ci workflow
* Build -> Development
* Update ci.yml
2023-07-25 17:31:01 +02:00
Vadim
37fe6a4a5d
Update issue templates
2023-07-10 16:01:41 +02:00
Vadim
a25ccc0fad
Update issue templates
2023-07-10 13:08:03 +02:00
Vadim
ed83540dde
ML-61 Allow pushes from Github Action to protected branch ( #85 )
...
* Replaced zipping action
thedoctor0/zip-release@0.7.1 -> vimtor/action-zip@v1.1
* typo
* recursive: false
* typo
* typo
* debugSymbolLevel 'FULL'
* Update build.gradle
* Version bump
* wip
* wip
* `create-release` job
* removed changelog input
* added `needs`
* Version bump
* typo
* returned to macos-11 runner
* reverted pubspec version
* Version bump
* download artifacts
* Version bump
* extended artifacts path
* Version bump
* added LS
* Version bump
* Version bump
* rename files
* Version bump
* removed ls
* Version bump
* revert version
* typo
* added push to protected branch action
* run push on ubuntu-latest
* added branch name conditions
* Version bump
* typo
* Version bump
2023-06-28 17:53:54 +02:00
Vadim
79d6034894
ML-61 Update version in pubspec & create Github release from GitHub actions ( #84 )
...
* Replaced zipping action
thedoctor0/zip-release@0.7.1 -> vimtor/action-zip@v1.1
* typo
* recursive: false
* typo
* typo
* debugSymbolLevel 'FULL'
* Update build.gradle
* Version bump
* wip
* wip
* `create-release` job
* removed changelog input
* added `needs`
* Version bump
* typo
* returned to macos-11 runner
* reverted pubspec version
* Version bump
* download artifacts
* Version bump
* extended artifacts path
* Version bump
* added LS
* Version bump
* Version bump
* rename files
* Version bump
* removed ls
* Version bump
* revert version
* typo
2023-06-27 12:17:35 +02:00
Vadim
02ece15c5d
ML-61 Try using buildTypes.release.ndk.debugSymbolLevel 'FULL'
( #79 )
...
* Replaced zipping action
thedoctor0/zip-release@0.7.1 -> vimtor/action-zip@v1.1
* typo
* recursive: false
* typo
* typo
* debugSymbolLevel 'FULL'
* Update build.gradle
2023-06-20 14:48:28 +02:00
Vadim
74d0a7101c
ML-62 Bloc's tests ( #78 )
...
* removed redundant `UserPreferencesService` from `MeteringBloc`
* wip
* post-merge fixes
* `MeasureEvent` tests
* `MeasureEvent` tests revision
* `MeasureEvent` tests added timeout
* added stubs for other `MeteringBloc` events
* rewritten `MeteringBloc` logic
* wip
* `IsoChangedEvent` tests
* refined `IsoChangedEvent` tests
* `NdChangedEvent` tests
* `FilmChangedEvent` tests
* `MeteringCommunicationBloc` tests
* added test run to ci
* overriden `==` for `MeasuredState`
* `LuxMeteringEvent` tests
* refined `LuxMeteringEvent` tests
* rename
* wip
* wip
* `InitializeEvent`/`DeinitializeEvent` tests
* clamp minZoomLevel
* fixed `MeteringCommunicationBloc` tests
* wip
* `ZoomChangedEvent` tests
* `ExposureOffsetChangedEvent`/`ExposureOffsetResetEvent` tests
* renamed test groups
* added test coverage script
* improved `CameraContainerBloc` test coverage
* `EquipmentProfileChangedEvent` tests
* verify response vibration
* fixed running all tests
* `MeteringCommunicationBloc` equality tests
* `CameraContainerBloc` equality tests
* removed generated code from coverage
2023-06-20 08:43:49 +02:00
Vadim
4cabd17eb2
ML-51 Added abiFilters ( #57 )
...
* added abiFilters
* CD next try...
2023-05-05 15:02:12 +02:00
Vadim
2f478836ed
Zip merged_native_libs
...
Zip merged_native_libs
Changed actions zipper
Added zip directory to CD
Removed zip directory from CD
2023-05-04 18:19:30 +02:00
Vadim
34ea034e67
Build appbundle & apk
...
Build appbundle & apk
Renamed github workflows
2023-05-04 18:18:21 +02:00