Open Issues Need Help
View All on GitHubAI Summary: Implement biometric authentication (fingerprint or face ID) as an alternative to the existing PIN-based security for the ClipVault app. This involves integrating a suitable biometric authentication library within the React Native environment and securely handling biometric data.
ClipVault is a modern, open-source clipboard manager app built with React Native and Expo Router. It offers clipboard history management, search, dark mode, secure PIN protection, and a sleek drawer navigation UI. Perfect for users who want efficient clipboard control on mobile devices.
AI Summary: Implement functionality in the ClipVault React Native application to handle and display image clipboard items. This involves adding the capability to detect when an image is copied to the clipboard, saving the image data (potentially using a temporary file or data URL), and displaying the image within the app's interface alongside other clipboard items. Consider error handling for unsupported image formats and large image sizes.
ClipVault is a modern, open-source clipboard manager app built with React Native and Expo Router. It offers clipboard history management, search, dark mode, secure PIN protection, and a sleek drawer navigation UI. Perfect for users who want efficient clipboard control on mobile devices.
AI Summary: Implement a feature allowing users to edit existing clipboard entries. This involves adding an edit button/icon to each entry in the clipboard history list, enabling modification of the entry's text, and updating the stored data accordingly. Additionally, consider implementing a 'pin to top' feature for frequently accessed entries, requiring adjustments to the display and sorting logic.
ClipVault is a modern, open-source clipboard manager app built with React Native and Expo Router. It offers clipboard history management, search, dark mode, secure PIN protection, and a sleek drawer navigation UI. Perfect for users who want efficient clipboard control on mobile devices.
AI Summary: Implement a feature in the ClipVault React Native application that allows users to edit existing clipboard entries. This involves adding a UI element (e.g., an edit button or context menu) to trigger the edit functionality, handling the updated text input from the user, and persisting the changes to the application's data storage.
ClipVault is a modern, open-source clipboard manager app built with React Native and Expo Router. It offers clipboard history management, search, dark mode, secure PIN protection, and a sleek drawer navigation UI. Perfect for users who want efficient clipboard control on mobile devices.
AI Summary: Improve the contrast of UI elements in dark mode for the ClipVault app. This involves auditing existing styles and updating them to ensure better readability in the dark theme. The goal is to enhance the user experience by making the app more accessible and visually appealing in dark mode.
ClipVault is a modern, open-source clipboard manager app built with React Native and Expo Router. It offers clipboard history management, search, dark mode, secure PIN protection, and a sleek drawer navigation UI. Perfect for users who want efficient clipboard control on mobile devices.
AI Summary: Add screenshots of the ClipVault app to the project's README file to improve its visual appeal and better showcase the app's features.
ClipVault is a modern, open-source clipboard manager app built with React Native and Expo Router. It offers clipboard history management, search, dark mode, secure PIN protection, and a sleek drawer navigation UI. Perfect for users who want efficient clipboard control on mobile devices.
AI Summary: Implement internationalization (i18n) support in the ClipVault React Native application, starting with English and one additional language. This involves selecting an i18n library, integrating it into the existing codebase, translating UI strings, and potentially handling locale detection and switching.
ClipVault is a modern, open-source clipboard manager app built with React Native and Expo Router. It offers clipboard history management, search, dark mode, secure PIN protection, and a sleek drawer navigation UI. Perfect for users who want efficient clipboard control on mobile devices.
AI Summary: Add the ClipVault logo and a short description to the app's About or Settings page. This involves finding or creating an appropriate logo asset, integrating it into the UI, and adding a brief text description of the app.
ClipVault is a modern, open-source clipboard manager app built with React Native and Expo Router. It offers clipboard history management, search, dark mode, secure PIN protection, and a sleek drawer navigation UI. Perfect for users who want efficient clipboard control on mobile devices.
AI Summary: Implement a confirmation dialog that prompts the user before deleting all clipboard items in the ClipVault React Native application. This involves creating a modal component and integrating it with the existing 'clear all' functionality.
ClipVault is a modern, open-source clipboard manager app built with React Native and Expo Router. It offers clipboard history management, search, dark mode, secure PIN protection, and a sleek drawer navigation UI. Perfect for users who want efficient clipboard control on mobile devices.
AI Summary: Implement a feature in the ClipVault React Native application to allow users to export their clipboard history as a text file or CSV. This involves creating a new export function, handling file saving mechanisms (potentially using a third-party library), and integrating it into the app's UI.
ClipVault is a modern, open-source clipboard manager app built with React Native and Expo Router. It offers clipboard history management, search, dark mode, secure PIN protection, and a sleek drawer navigation UI. Perfect for users who want efficient clipboard control on mobile devices.