Commit Graph

57 Commits

Author SHA1 Message Date
isra el
910c283bf1 chore(android): add release files to gitignore 2023-05-18 13:51:52 +03:00
isra el
391ba47fd1 chore(web): replace img with next Image 2023-05-18 10:24:29 +03:00
isra el
5c3fb53bcb chore: update urls 2023-05-17 14:16:25 +03:00
isra el
d1145fdc34 chore(android): generate launcher icons 2023-05-17 11:20:29 +03:00
isra el
443f46e9e5 infra: add Dockerfile for running api in dev and prod 2023-05-17 06:15:54 +03:00
isra el
38f28586ae chore: improve auth pages layout 2023-05-16 12:14:16 +03:00
isra el
c4084be0f9 chore(web): update landing page ui 2023-05-16 10:37:16 +03:00
isra el
c8d5b5b429 feat(api): add an endpoint to check the current logged in user 2023-05-16 10:12:23 +03:00
isra el
5582b095a4 chore(api): update packages 2023-05-16 09:53:04 +03:00
isra el
3a7f7be7c4 config: update linter config 2023-05-16 09:51:46 +03:00
isra el
6ebe35259f use pnpm 2023-05-14 19:46:38 +03:00
isra el
eb112252a0 refactor(api): clean up code 2023-04-30 10:26:41 +03:00
isra el
e18922c85f chore(web): implement error boundary 2023-04-30 09:51:39 +03:00
isra el
1aa237f255 chore(api): update auth guards 2023-04-21 09:53:49 +03:00
isra el
398ec30daa chore(api): validate deviceId string 2023-04-17 11:07:15 +03:00
isra el
a00982bc13 chore(api): add auth guards for gateway endpoints 2023-04-17 10:59:14 +03:00
isra el
879eb0eb4f chore(web): use custom axios instance 2023-04-17 07:23:57 +03:00
isra el
09baa28923 feat: signin with google 2023-03-28 10:07:04 +03:00
isra el
6592dbc1ed chore(web): landing page ui improvement 2023-03-28 08:47:19 +03:00
isra el
d8dca6a55c config(api): update start script 2023-03-18 07:57:19 +03:00
isra el
4be51b2ac7 chore(android): bump android version 2023-03-12 10:43:39 +03:00
isra el
06ad9a77d4 fix(android): fix sms permission issue 2023-03-12 10:31:40 +03:00
isra el
961fd90ffe feat(web): send sms from the dashboard 2023-03-12 10:11:16 +03:00
isra el
665591f8bd chore(web): add 'how it works section' for the landing page 2023-03-12 09:47:12 +03:00
isra el
084cf5e06a chore(web): landing page content 2023-03-11 20:03:25 +03:00
isra el
853811553e chore(api): get user device list 2023-03-11 19:35:09 +03:00
isra el
8e2609cbb3 refactor(web): refactor state mgmnt 2023-03-11 19:33:48 +03:00
isra el
7abf3b5641 refactor(android): code cleanup 2023-03-11 14:46:22 +03:00
isra el
78cce57091 refactor: move everything to one repo 2023-03-11 09:20:41 +03:00
isra el
76cf4fd161 bump version to 1.1.0 2022-05-21 16:21:54 +03:00
isra el
e90f19c291 ui updates 2022-05-16 15:49:40 +03:00
isra el
5735b0e50e improve device registration flow:
register device by scanning qr
add apiKey for auth
2022-05-08 19:45:46 +03:00
isra el
86ee26ee88 send sms as multipartTextMessage if chars > 160 2022-03-27 17:45:34 +03:00
isra el
171bdae492 add missing fcmToken field on updateDevice apiRequest 2022-03-27 17:37:09 +03:00
isra el
ce9eea75e2 method rename 2022-03-27 17:35:19 +03:00
isra el
a4d926801a make EditText text selectable 2022-03-27 16:00:01 +03:00
isra el
127014110a set visibility of token text area to gone 2022-03-27 12:45:23 +03:00
isra el
608f2e72ee descriptive snackbar msg 2022-03-27 12:40:17 +03:00
isra el
8e22882faa enable/disable gateway service via switch done 2022-03-27 12:35:36 +03:00
isra el
f4af68290b helper method visibility fixed 2022-03-27 12:22:57 +03:00
isra el
9145e67430 include device info (brand, model,...) when hitting updateDevice endpoint 2022-03-27 08:22:09 +03:00
isra el
2e21d0a726 progress indicator 2022-03-26 23:58:11 +03:00
isra el
7b2d3ab16d register device on server with key and fcm token 2022-03-26 23:54:25 +03:00
isra el
7c5b94dfa5 send SMS on fcm data msg received 2022-03-24 21:45:11 +03:00
isra el
33e45217df get fcm token on updateGatewayKey btn clicked 2022-03-22 22:09:36 +03:00
isra el
feb46a9b75 save gateway key to sharedPref 2022-03-22 21:48:20 +03:00
isra el
45f912b11d make SharedPref Helper methods public 2022-03-22 21:39:44 +03:00
isra el
366a8f944c better context mgmt in MainActivity 2022-03-22 21:33:37 +03:00
isra el
116bf54ddf SharedPref Helper 2022-03-22 21:28:19 +03:00
isra el
48cb456a47 SMS Helper 2022-03-22 21:18:34 +03:00