Commit Graph

8785 Commits (8022dea12be1dd04556c64f9a2c5df618a699a6e)
 

Author SHA1 Message Date
Alex Tran b6579cd38e Fixed incorrect image name when push to dockerhub 2022-04-05 11:43:09 +07:00
Alex Tran 46a2032b9a Update release workflow 2022-04-05 11:08:30 +07:00
Alex Tran 0eb548f115 Update readme 2022-04-05 11:04:53 +07:00
Alex c7dff229db
Up minor v1.6.0 (#113) 2022-04-05 10:34:54 +07:00
Alex 8e80825b4f
Build and tag docker image for Dockerhub release (#111)
* Clean up Dockerfile and added action to build microservice latest
* Combine build microservices and server into the same action
* Added build and push release version for microservices
2022-04-05 10:16:15 +07:00
Constantin Kraft a1481c1113
Fix typo: Reserve -> Reverse (geocoding) (#112) 2022-04-05 10:11:40 +07:00
Alex 3bdcdef198
Fixed backup stuck at unsupported format (#108)
* Added webp as supported file type, allow continue upload when an image fail

* Added webp as supported file type, allow continue upload when an image fail

* Solved issue with bad assets cause backup to stop
2022-04-04 23:37:48 +07:00
Alex b69f6e0df7
Update inline font for f-droid publication metric (#107)
* Added local font
* Up Patch 1.5.1+9
2022-04-04 09:08:53 +07:00
Alex be2794a372
Optimization/fix slow backup when asset list is long. (#104)
* Handle pause/restart listening to event on_upload_success and reload asset list after navigating back from BackupControllerPage
* Remove unused api endpoint
2022-04-03 12:31:45 +07:00
Alex Tran 2ff25b49f4 Up Minor 1.5.0+8 2022-04-02 12:46:29 +07:00
Alex Tran 135d72d4cd Fixed issue with docker-compose cannot navigate to relative path of Dockercompose file in issue #90 2022-04-02 12:37:57 +07:00
Alex 90ef64efa3
Download asset to local and error fixing (#100)
* Update photo_manager pub package
* Added download endpoint for assets
* Successfully save a photo to the local device's gallery
* Save save a video to the local device's gallery
* Fixed #97
* Added download loading indicator
* Refactor and increase the font size for curated search thumbnail images
* Reposition loading animation on the search result page
2022-04-02 12:31:53 +07:00
Alex Tran 60df387459 Update fdroid app description 2022-03-30 13:14:09 +07:00
Alex Tran fc1acf6f01 Remove release build on github action 2022-03-29 22:10:21 +07:00
Alex Tran cfc5229964 Fixed issue with container cannot find module 2022-03-29 20:25:00 +07:00
Alex Tran f9ddeac265 Fixed issue with container cannot find module 2022-03-29 20:17:40 +07:00
Alex 8d7c576037
Added required setup for f-droid (#88)
* Added required setup for f-droid

* Added distributionSha256Sum tp gradle-wrapper.properties
2022-03-29 14:13:47 +07:00
Alex fccdbdd66a
Update production dockerfile for a cleaner look (#86) 2022-03-29 08:56:59 +07:00
Alex 23ba651705
Fixed npm run start:prod not able to find build directory (#83) 2022-03-28 21:00:17 +07:00
Alex ac0ad98b55
Fix docker-compose in production (#81)
* Fixed problem with docker-compose not updating new files in the multi-stage build.
* Update readme with a new screenshot
2022-03-28 15:21:15 +07:00
Alex 9cbd5d1b0c
Up Minor 1.4.0 (#79) 2022-03-27 15:55:29 +07:00
Alex 80fd664cc8
Better error message for duplicate file (#78)
* Added try/catch block for saving new asset to database
* Fixed typo for email field
* Added check before generating thumbnail or tag images
2022-03-27 15:47:49 +07:00
Alex 041c711cb9
Add production and development docker-compose (#77) 2022-03-27 15:17:58 +07:00
Alex dd9c5244fd
Added machine learning microservice and object detection (#76) 2022-03-27 14:58:54 +07:00
Alex Tran fe693db84f Added nestjs microservice 2022-03-25 15:26:55 +07:00
Alex Tran 5c9d3cd08b Added development branch 2022-03-25 15:20:28 +07:00
Alex Tran 725ab5622f Up Version to 1.3.2 2022-03-23 15:36:38 +07:00
Alex e9acd21733
Implemented getting correct disk info for the mounted directory (#72) 2022-03-23 14:53:45 +07:00
Alex Tran ce1ab1ed50 Add python dependency to server docker build 2022-03-22 02:13:16 +07:00
Alex Tran 3e918ffd18 Fixed typo in Fastfile iOS 2022-03-22 02:01:09 +07:00
Alex Tran 678ce23c16 Fixed Docker and Fastlane build issue 2022-03-22 01:57:44 +07:00
Alex Tran 31c18ff34c Fixed Docker and Fastlane build issue 2022-03-22 01:57:40 +07:00
Alex e407a4fa13
Get thumbnail from app (#68)
* Renamed multipart filed name 'files' to 'assetData'. 
* Added an additional field name of 'thumbnailData' to multipart form.
* Implemented upload mechanism for thumbnail directly from the mobile client.
* Removed dead code
* Implemented a version checking mechanism.
2022-03-22 01:22:04 +07:00
Alex be72df70fe
Update issue templates 2022-03-19 12:18:21 +07:00
Alex Tran dbd79f4797 Fixed MAPBOX_KEY validation error 2022-03-19 10:42:32 +07:00
Alex f790315d3f
Fixed mapbox key required incorrect (#62) 2022-03-19 10:26:58 +07:00
Alex f1ab700334
Create FUNDING.yml 2022-03-18 20:51:22 +07:00
Alex Tran afc29a67d2 Change version of fastlane to override the current upload error to TestFlight 2022-03-18 20:39:31 +07:00
Alex Tran ba816babee Change version of fastlane to override the current upload error to TestFlight 2022-03-18 20:37:04 +07:00
Alex 6e0ac79eae
Add support for Apple Pro Raw format (.DNG) (#60)
* Added '.dng' (AppleProRaw) to support file's type
* Added OpenCV python framework for uniform image resizer
* Added version number information
2022-03-18 20:23:05 +07:00
dependabot[bot] 94514cfeea
Bump docker/build-push-action from 2.9.0 to 2.10.0 (#53)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.9.0 to 2.10.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2.9.0...v2.10.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-16 10:22:06 +07:00
Alex 8c7080eaef
Show curated asset's location in search page (#55)
* Added Tab Navigation Observer to trigger event handling for tab page navigation
* Added query to get access with distinct location
* Showed places in search page as a horizontal list
* Showed location search result on tapped
2022-03-16 10:19:31 +07:00
Alex Tran 348d395b21 Modified xcode project to disable default questionaire about encryption usage and push notification 2022-03-14 15:28:28 +07:00
Alex Tran 2e7e97ea13 Added pod install steps for TeamCity CI/CD 2022-03-14 14:47:07 +07:00
Alex Tran d71e7ebff1 Added auto increase build number for TestFlight 2022-03-14 14:35:18 +07:00
Alex Tran 9755936950 update readme 2022-03-14 13:07:06 +07:00
Alex 347052f82f
Integrated TeamCity CI/CD and added build status to readme (#52) 2022-03-14 13:03:53 +07:00
Alex e196ff1e2f
Remove Android Build From Github Action (#49) 2022-03-14 10:15:02 +07:00
Alex Tran 46e344bb92 Fixed path issue in github action android build 2022-03-14 09:04:08 +07:00
Alex Tran 7f038cae90 Added Android build singing info 2022-03-14 09:01:24 +07:00