Tran, Alex
4f47c8c06b
Update readme
2022-02-10 20:42:22 -06:00
Alex
de1dbcea9c
Implemented EXIF store and display ( #19 )
...
* Added EXIF extracting in the backend
* Added EXIF displaying on `image_viewer_page.dart`
* Added Icon for backup option not enable
2022-02-10 20:40:11 -06:00
Alex Tran
d1498506a8
Remove TensorFlow dependency to work with ARM64
2022-02-09 21:06:37 -06:00
Alex Tran
9bcbdd31ce
Added arm64 to github action for docker build
2022-02-09 20:52:38 -06:00
Alex
38c968d47e
Support HEIC/HEIF ( #16 )
...
* Support HEIC/HEIF backup
* Storing backup directly from original file from the phone
* Directly read and backup video file - Improve performance on video backup
2022-02-09 20:48:06 -06:00
Alex
f578ca6d47
Implemented bottom app bar with control buttons for asset's operation ( #15 )
2022-02-09 12:41:02 -06:00
Alex Tran
b04e69fd66
Update readme with screenshots
2022-02-08 14:18:51 -06:00
Alex Tran
0a1e28a08f
Update readme
2022-02-08 14:06:58 -06:00
Alex Tran
9fdaa82d77
Update readme with gif
2022-02-08 14:05:31 -06:00
Alex Tran
88123b1cd2
Update readme with gif
2022-02-08 13:59:25 -06:00
Alex Tran
42c4c9dba1
Update readme with gif
2022-02-08 13:56:37 -06:00
Alex Tran
e63dc49475
Update readme with gif
2022-02-08 13:55:18 -06:00
Alex Tran
690f30f3dd
Update Artifact path
2022-02-08 11:57:49 -06:00
Alex Tran
561b030e80
Update github action
2022-02-08 11:43:38 -06:00
Alex Tran
4756c075b6
Added work flow to build APK on push to master
2022-02-08 11:36:43 -06:00
Alex
328f382f86
Implemented multi select interaction ( #13 )
2022-02-08 11:24:49 -06:00
Alex Tran
6ad77e9434
Update readme
2022-02-07 23:55:30 -06:00
Alex
919928ab70
Implemented auto backup ( #11 )
2022-02-07 23:42:35 -06:00
Alex Tran
2a4d4ea999
Change docker hub name to the correct one
2022-02-07 16:20:21 -06:00
Alex Tran
547ce49500
Remove armv7-64bit for docker build as Tensorflow doesn't support that architecture, add amd64
2022-02-07 15:52:42 -06:00
Alex Tran
f4970ed053
Update readme
2022-02-07 15:44:03 -06:00
Alex Tran
9cf083decf
Update readme
2022-02-07 15:25:51 -06:00
Alex Tran
d078367c04
change path in of target docker file in docker-compose for server
2022-02-07 15:11:59 -06:00
Alex Tran
a8edc85183
rename docker-minimal to dockerfile as target for github action
2022-02-07 15:06:30 -06:00
Alex Tran
5d48de7fa9
Change to npm instead of yarn in docker image to test for build error on github action
2022-02-07 14:58:23 -06:00
Alex Tran
82beb040bc
Remove production build on docker file to test build for arm architecture
2022-02-07 14:38:02 -06:00
Alex Tran
03864e52ff
Enable automated dockerhub image build
2022-02-07 08:55:15 -06:00
Alex
c24fb403c5
Implemented load new image when navigating back from backup page ( #9 )
2022-02-06 20:31:32 -06:00
Alex
1d3ee2008c
Update workflow to build on pull request only
2022-02-06 13:11:17 -06:00
schklom
c917875943
Automated multi-platform build and DockerHub publication ( #8 )
...
* Automated multi-arch build
This setup uses GitHub Actions to build an image for arm/v7 and arm64 then publish them on DockerHub (you need to setup repo secrets first) every time you want (workflow_dispatch), every push, every pull requests (pull_requests), or on a schedule (cronjob) :)
Remove the triggers you don't want.
Reminder: if you ever move the Dockerfile (or some dependencies), you will have to correct the Dockerfile path (and/or the context path).
* Create dependabot.yml
This checks the dependencies' versions for the Actions everyday and creates a pull request if there are new versions available.
2022-02-06 13:06:01 -06:00
Alex Tran
e2904a02a5
Update readme, remove apk file in repo
2022-02-06 00:28:50 -06:00
Alex Tran
292eb645b0
Update readme, add latest APK file
2022-02-06 00:24:11 -06:00
Alex Tran
07fdf51069
Update readme, add latest APK file
2022-02-06 00:23:45 -06:00
Alex
97dc7660b4
Implemented Video Upload and Player ( #2 )
...
* Implementing video upload features
* setup image resize processor
* Add video thumbnail with duration and icon
* Fixed issue with video upload timeout and upper case file type on ios
* Added video player page
* Added video player page
* Fixing video player not play on ios
* Added partial file streaming for ios/android video request
* Added nginx as proxy server for better file serving
* update nginx and docker-compose file
* Video player working correctly
* Video player working correctly
* Split duration to the second
2022-02-06 00:07:56 -06:00
Alex Tran
b6a7d40863
Added fluent ffmpeg
2022-02-05 01:33:08 -06:00
Alex Tran
55cba8aa5f
Added toast message component
2022-02-04 17:20:23 -06:00
Alex Tran
6141888d3e
Create minimal build for nodejs environment that can run tensorflow
2022-02-04 11:23:14 -06:00
Alex Tran
09964e4b16
Added icons logo
2022-02-04 10:41:51 -06:00
Alex Tran
20cab5a949
Change color of dark theme for UI overlay
2022-02-03 22:22:17 -06:00
Alex Tran
da4fd201ad
remove safe area for better ui
2022-02-03 22:18:21 -06:00
Alex Tran
13525d2330
remove safe area for better ui
2022-02-03 22:16:12 -06:00
Alex Tran
0d8fddf537
Draggable scroll bar is implemented from commmunity library
2022-02-03 22:08:22 -06:00
Alex Tran
56c92cd83b
Implementing scroll bar like Google Photos
2022-02-03 21:01:14 -06:00
Alex Tran
bafc32f30a
Added design folder to store design file and document
2022-02-03 16:00:14 -06:00
Alex Tran
76a300481f
Update readme with known problem of cpu missing required instruction set for tensorflow
2022-02-03 15:46:41 -06:00
Alex Tran
613b4449a7
Add readme for top level folder, clean up dead code
2022-02-03 15:27:31 -06:00
Alex Tran
85b83f9666
Added successfully built docker-compose and cockerFile
2022-02-03 14:42:27 -06:00
Tran, Alex
568cc243f0
Transfer repository from Gitlab
2022-02-03 10:06:44 -06:00
Alex
af2efbdbbd
Initial commit
2022-02-03 09:56:28 -06:00