Ammar Ahmed
014866c330
mobile: localize
2024-10-10 12:35:58 +05:00
Ammar Ahmed
3e5b740ef0
mobile: migrate app to intl
2024-10-10 12:35:58 +05:00
Ammar Ahmed
bde190f01c
mobile: render settings icon if no profile pic is set
2024-05-01 13:15:24 +05:00
Ammar Ahmed
042c97688f
mobile: add quick theme switch button
2024-05-01 13:15:24 +05:00
Ammar Ahmed
95b5114070
mobile: fix confusing settings/sync button
2024-05-01 13:15:24 +05:00
Ammar Ahmed
404d136a73
mobile: fix sidebar order not loading on app launch
2024-05-01 12:50:13 +05:00
Ammar Ahmed
c94ef616a5
mobile: improve ui of side menu user section
2024-04-25 15:31:10 +05:00
Ammar Ahmed
a73538bafc
mobile: use border color for borders
2024-04-19 10:23:12 +05:00
Ammar Ahmed
4cc8a538a4
mobile: make side bar order stateful
2024-04-18 13:11:43 +05:00
Ammar Ahmed
58c324b2ac
mobile: minor fixes
2024-04-09 15:35:17 +05:00
Ammar Ahmed
5f5209af8c
mobile: fix sidemenu ui
2024-03-26 11:40:11 +05:00
Ammar Ahmed
9e7c302693
mobile: minor bug fixes
2024-03-26 08:57:23 +05:00
Ammar Ahmed
097c6915fb
mobile: migrate user profile to settings
2024-03-22 09:24:14 +05:00
Ammar Ahmed
2463ad2820
mobile: add user profile
2024-03-21 11:19:56 +05:00
Ammar Ahmed
c1ec580fdc
mobile: ui bug fixes
2024-03-21 11:19:33 +05:00
Ammar Ahmed
ae43d58a38
mobile: user profile
2024-03-21 11:19:33 +05:00
Ammar Ahmed
f7835f43f6
mobile: fix reordering in side menu
2024-03-21 11:18:12 +05:00
Ammar Ahmed
94a0d841ac
mobile: fix bugs
2024-03-21 11:18:12 +05:00
Ammar Ahmed
3172d5a552
mobile: fix sidemenu shortcuts
2024-03-21 11:18:11 +05:00
Ammar Ahmed
6c378a0122
mobile: fix backup failed on iOS
2024-03-21 11:18:11 +05:00
Ammar Ahmed
4ee82b4fd6
mobile: minor fixes
2024-03-21 11:18:07 +05:00
Ammar Ahmed
bad138d2fa
mobile: minor fixes
2024-03-21 11:16:51 +05:00
Ammar Ahmed
a65d271cbd
mobile: fix reorderable side menu
2024-03-21 11:16:50 +05:00
Ammar Ahmed
0ab704b115
mobile: cleanup
2024-03-21 11:16:49 +05:00
Ammar Ahmed
9a242f63eb
mobile: reorder sidebar items
2024-03-21 11:16:49 +05:00
Ammar Ahmed
c444f7ddb8
mobile: refactor zustand stores
2024-03-21 11:13:45 +05:00
Ammar Ahmed
787c36c754
mobile: bug fixes
2024-03-21 11:13:45 +05:00
Ammar Ahmed
baa2d1a389
mobile: fix build ang bugs
2024-03-21 11:13:15 +05:00
Ammar Ahmed
5429161f91
mobile: fix navigation
2024-03-21 11:09:04 +05:00
Ammar Ahmed
44df437c4e
mobile: push changes
2024-03-21 11:09:04 +05:00
Ammar Ahmed
ceb6e94d0c
mobile: push changes
2024-03-21 11:09:03 +05:00
Ammar Ahmed
5bfad0149b
mobile: migrate to sqlite
2024-03-21 11:09:02 +05:00
ammarahm-ed
1f4cd6504a
mobile: migrate to typescript
2024-03-21 11:02:46 +05:00
Ammar Ahmed
3b15717150
mobile: fix lint errors
2024-03-21 10:56:01 +05:00
ammarahm-ed
9d76311f82
mobile: support font scaling
2023-09-21 13:29:44 +05:00
ammarahm-ed
30341bea1c
mobile: run sync based on lastSyncTime
2023-09-06 09:27:02 +05:00
ammarahm-ed
2aa5a57557
mobile: use accentForeground on accent background
2023-09-05 15:40:25 +05:00
ammarahm-ed
89d941401a
mobile: fix beta tags ui
2023-09-04 15:46:23 +05:00
Ammar Ahmed
89c2d45a4b
mobile: reduce app size ( #3068 )
...
* mobile: reduce app size
* editor: substitute all @mdi/js icons at build time
* mobile: add script to tree shake icon font file
* mobile: fix icon loading
* mobile: remove html-entities dep
* mobile: add missing icon fonts
* mobile: include plain editor
* mobile: add missing fonts
* mobile: use webpack-bundle
* mobile: keep generated fonts in repo
* mobile: update fonts
* mobile: fix duplicate key warning
* mobile: update fonts
* mobile: disable gesure on reminder sheet
* mobile: update fonts
* mobile: reset session correctly on logout
* mobile: update icon fonts
* mobile: set button action on reminder sheet
* mobile: add missing icons
* mobile: fix crash
* mobile: fix right menus
* mobile: remove console.log
* mobile: disable bounce effect
* mobile: update deps
---------
Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co >
2023-08-02 15:35:15 +05:00
Ammar Ahmed
622294b807
global: implement the new theme engine ( #2196 )
...
* mobile: theme
* theme: add theme engine
* mobile: migrate app colors to new theme engine
* mobile: fixed some colors
* mobile: fix colors
* mobile: store theme info in store
* theme: `ColorsType` -> `Variants`
* theme: use explicit return type for `useThemeColors`
* theme: add `backdrop` color
* mobile: `const colors` -> `const {colors}
* theme: add default pitch-black theme
* mobile: manage theme state via theme-engine
* mobile: add theme scopes
* mobile: commit
* mobile: fix button width on applock screen
* mobile: fix typings
* mobile: fix theme definition
* web: add partial support for custom themes
only context menus & popups are left.
* theme: add dialog & sheet scopes
* global: sync with master branch and make everything work again
* mobile: fix theme-engine usage in editor & app
* mobile: fix colors
* mobile: fix colors
* mobile: cleanup
* mobile: fix status bar color incorrect on entering foreground
* mobile: fix dark color scheme
* web: move emotion theme provider to @notesnook/theme
* editor: add support for theme enging
* web: adjust hover & focus colors on list item
* mobile: migrate share ext to theme engine
* mobile: fix editor theme provider
* clipper: add support for the new theme engine
* mobile: fix statusbar color on switch from bg
* misc: fix build
* mobile: fix build
* misc: fix colors
* mobile: fix theme colors
* mobile: fix bottom padding
* server: add theme server
* theme: add previewColors
* server: support themes query pagination
* mobile: add client from theme server
* server: reset cache on sync repo
* server: fix types
* server: show ip & port on start server
* server: theme updates
* web: finalize new theme engine on web
* editor: fix build
* global: fix @emotion/react version to 11.11.1
* editor: update katex patch
* web: fix imports
* global: fix @trpc/* versions
* global: a huge set of changes
1. get rid of ThemeVariant. All variants can now be accessed anywhere.
2. remove unnecessary button variants
3. make buttons more responsive
4. implement themes server
* web: add support for theme search and theme switching
* global: update lockfiles
* mobile: fix error
* theme: use vite-plugin-react to start theme server
* web: add support for auto updating themes
* mobile: update theme selector
* mobile: update theme if new verison available
* theme: add `isomorphic-fetch` package
* global: update lockfiles
* web: add theme details dialog
* setup: add scope for themes server in bootstrap script
* web: add production server url
* web: update lockfile
* web: update lockfile
* mobile: remove `react-native-blob-util`
* web: add support for endless scrolling in themes
* web: bring back dark/light mode option in settings
* web: fix colors in places
* theme: add selected variant
* global: use single typescript version across the projects
* web: fix sort & group options not having submenus
* web: apply selected variant where appropriate
* ui: use unique id for all menu items
* config: add ui scope for commits
* theme: export button variant creation fn
* web: fix only 1 theme showing in theme selector
* web: fix navigation item hover & other colors
* mobile: update theme
* editor: fix toolbar group alignments
* editor: set theme provider at app level
* theme: use scope name to get current scope
* mobile: fix color usage in message card
* theme: remove caching
* editor: bring back icons in table menus
* theme: use zustand to manage theme engine state
* web: fix login/signup theming
* mobile: fix webpack build
* misc: remove ThemeProvider usage
* editor: adjust theming and styling of editor toolbar
* mobile: refactor
* editor: fix toolbar group padding everywhere
* web: fix settings sidebar is not scrollable
* web: add loading indicator for themes loading
* mobile: fix warning
* mobile: fix ui issues
* web: fix Loader errors on build
* theme: add getPreviewColors & validateTheme
* theme: fix theme validation
* mobile: load theme from file
* mobile: fix share extension crash
* mobile: rename state
* theme: add sourceURL property
* theme: refactor theme-engine
* web: add support for loading theme from file
* web: improve button hover interaction
* mobile: fix floating button color
* mobile: update theme
* mobile: fix border radius of context menu
* mobile: set sheet overlay color to theme backdrop
* mobile: set sidemenu backdrop to theme backdrop
---------
Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co >
2023-08-01 12:07:21 +05:00
ammarahm-ed
7a61e3558e
mobile: ui cleanup
2023-03-23 13:39:14 +05:00
ammarahm-ed
2ab756a847
mobile: make telemetry opt-in
2023-02-13 17:48:24 +05:00
Abdullah Atta
9116a24392
global: update license year to 2023
2023-01-16 13:48:28 +05:00
ammarahm-ed
e34114a3c4
mobile: improve sync status UX
...
1. Show offline when device is offline or internet is unreachable
2. Show "Sync failed" in side menu
until a successful sync occurs
2023-01-13 15:45:03 +05:00
ammarahm-ed
1c66266f2d
mobile: add beta tag on Reminders screen
2023-01-12 12:09:44 +05:00
ammarahm-ed
ce3e1cdd36
mobile: add beta tag to reminder in sidemenu
2023-01-12 10:35:28 +05:00
Abdullah Atta
6c613c6f1e
Merge branch 'move-pins-out'
2022-09-21 10:45:58 +05:00
ammarahm-ed
45c4381537
mobile: migrate to db.shortcuts
2022-09-08 14:24:31 +05:00
ammarahm-ed
e9770d393c
mobile: do not use top level safeareaprovider.
...
This has been causing some strange behaviour where ui
would flicker and jump and the padding on top would
increase. It's something related to react-navigation and
react-native-safe-area-context.
2022-09-07 12:43:35 +05:00
ammarahm-ed
dcd5c16514
mobile: cleanup console.log statements
2022-08-31 13:03:22 +05:00