Commit Graph

5 Commits

Author SHA1 Message Date
e3fec5d0bd 🔥 remove(App.tsx): remove unused imports and console logs to clean up code
All checks were successful
Building APK / build-apk (push) Successful in 35m27s
 feat(package.json): add react-native-background-actions package to support background tasks
2024-04-08 10:43:56 +02:00
e9ae892cdd 🔧 chore(buildapk.yaml): add new GitHub Actions workflow for building APK
All checks were successful
Building APK / build-apk (push) Successful in 40m56s
🔧 chore(build.gradle): update ndkVersion to 26.2.11394342 for better compatibility
🔧 chore(gradle.properties): increase JVM args for better performance
🔧 chore(eas.json): add buildType as apk for all build profiles to generate APKs
🔧 chore(package.json): downgrade @react-native-async-storage/async-storage to 1.21.0 and react-native-pager-view to 6.2.3 for compatibility
🔧 chore(package.json): add expo-dev-client@3.3.11 for better development experience
🔧 chore(package.json): update react-native-reanimated to latest, react-native-safe-area-context to 4.8.2 and react-native-screens to 3.29.0 for better compatibility and performance
2024-04-07 03:01:53 +02:00
69f7bfd78c feat(app.json): add bundleIdentifier for iOS and projectId for EAS
📦 feat(package.json): add expo-system-ui dependency for better system UI handling
📄 docs(eas.json): add new eas.json file for Expo Application Services configuration
2024-04-05 00:54:33 +02:00
94df141d06 🔧 refactor(gitignore): add android/ to .gitignore to prevent tracking of Android build files
🔧 refactor(App.tsx): import AppRegistry, Platform from react-native for better platform detection
🔧 refactor(App.tsx): import persistor from redux store to persist redux state
🔧 refactor(App.tsx): wrap app in PersistGate to persist and rehydrate a redux store
🔧 refactor(App.tsx): change initial token state to use token from redux store
🔧 refactor(app.json): add package name to app.json for unique app identification
🔧 refactor(package.json): change android and ios scripts to use expo run:android and expo run:ios
🔧 refactor(package.json): add react-native-android-notification-listener and react-native-pager-view dependencies
🔧 refactor(package.json): add redux-persist-expo-filesystem for redux state persistence
🔧 refactor(ClipElementLocal.tsx): remove unnecessary whitespace
🔧 refactor(ClipList.tsx): replace ScrollView with FlatList for better performance
🔧 refactor(ClipList.tsx): use nanoid for unique key generation in FlatList
🔧 refactor(ClipView.tsx): add Button for compact layout
🔧 refactor(ClipView.tsx): adjust Searchbar style for better layout
🔧 refactor(ClipViewLocal.tsx): use localClipAddToList action for adding to local clip list
🔧 refactor(ClipViewLocal.tsx): set initial clips state to use localClip from redux store
🔧 refactor(ClipViewRemote.tsx): use remoteClipAddToList action for adding to remote clip list
🔧 refactor(ClipViewRemote.tsx): set initial clips state to use remoteClip from redux store
🔧 refactor(Clips.tsx): add signout function to clear all redux states on signout
🔧 refactor(Clips.tsx): add Notifications to Drawer
🔧 refactor(Clips.tsx): replace ClipView with NotifView for notif active state
🔧 refactor(reducers.tsx): rename localAddToList to localClipAddToList for better semantics
🔧 refactor(reducers.tsx): rename remoteAddToList to remoteClipAddToList for better semantics
🔧 refactor(reducers.tsx): add localNotifsSlice and remoteNotifsSlice for handling local and remote notifications
2024-04-04 13:02:12 +02:00
b969b4f36b V1.1.0 i guess 2024-04-02 16:36:04 +02:00