index
:
karakeep
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
mobile
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
feature(mobile): Show server address in the settings
MohamedBassem
2024-05-12
1
-1
/
+8
*
ui(mobile): Add horizontal margins to the bookmark cards
MohamedBassem
2024-05-12
4
-3
/
+10
*
feature: Dedup links on creation. Fixes #49
MohamedBassem
2024-05-06
3
-4
/
+19
*
fix(mobile): Add a bigger button to collable the nested list
MohamedBassem
2024-04-23
1
-6
/
+5
*
feature: Download images and screenshots
MohamedBassem
2024-04-20
1
-33
/
+36
*
mobile: Bump mobile version to 1.5
MohamedBassem
2024-04-19
1
-2
/
+2
*
fix(mobile): Fix the color of the collapsible triangle to respect dark mode
MohamedBassem
2024-04-19
1
-9
/
+15
*
feature(mobile): Add support for nested listed on mobile
MohamedBassem
2024-04-19
1
-18
/
+89
*
refactor: Move the shared types to the shared package
MohamedBassem
2024-04-18
6
-6
/
+7
*
mobile: Bump mobile version to 1.4
MohamedBassem
2024-04-17
1
-2
/
+2
*
mobile: Add dark mode support
MohamedBassem
2024-04-17
22
-56
/
+188
*
feature: Add title to bookmarks and allow editing them. Fixes #27
MohamedBassem
2024-04-15
1
-1
/
+8
*
feature: Add PDF support (#88)
Ahmad Mujahid
2024-04-11
2
-3
/
+5
*
fix: Delete the API key on logout from phone or extension
MohamedBassem
2024-04-09
4
-48
/
+14
*
feature: Extract hook logic into separate package and add a new action bar in...
MohamedBassem
2024-04-07
2
-16
/
+10
*
feature: Change archived meaning to only mean removed from homepage
MohamedBassem
2024-04-06
3
-3
/
+0
*
build: Increment android app versionCode
MohamedBassem
2024-04-04
1
-1
/
+2
*
fix(mobile): Allow android/ios connections over http. #6
MohamedBassem
2024-04-01
2
-0
/
+15
*
fix(mobile): Refetch queries on app focus
MohamedBassem
2024-03-30
1
-0
/
+15
*
fix(mobile): Fix the non-smooth server address input field in signin
MohamedBassem
2024-03-30
1
-2
/
+8
*
format: Add missing lint and format, and format the entire repo
MohamedBassem
2024-03-30
19
-74
/
+74
*
release(mobile): Bump mobile version to 1.3.2
MohamedBassem
2024-03-29
1
-1
/
+1
*
mobile(android): Getting the android app ready for submission
MohamedBassem
2024-03-29
18
-43
/
+92
*
ui: Migrate to the new logo everywhere
MohamedBassem
2024-03-26
5
-11
/
+21
*
chore: Refactor tailwind in all apps to use the tooling package
MohamedBassem
2024-03-23
2
-147
/
+4
*
fix(mobile): Minor tweaks to the sharing screen
MohamedBassem
2024-03-22
1
-7
/
+10
*
fix(mobile): Fix active tab tint color
MohamedBassem
2024-03-22
1
-1
/
+5
*
fix(mobile): Fix setting propagatin
MohamedBassem
2024-03-22
10
-135
/
+88
*
fix(mobile): Fix flicker on search
MohamedBassem
2024-03-20
8
-70
/
+105
*
build: Upgrade pnpm to v9 alpha, might regret it later
MohamedBassem
2024-03-19
1
-1
/
+1
*
Feature: Add support for uploading images and automatically inferring their t...
Mohamed Bassem
2024-03-19
7
-12
/
+178
*
feature: Implemente pagination support
MohamedBassem
2024-03-17
1
-4
/
+27
*
fix(mobile): Fix premature rendering of the app if the setting is not loaded
MohamedBassem
2024-03-17
2
-4
/
+26
*
refactor: Prepare for pagination by dropping querying bookmarks by id
MohamedBassem
2024-03-17
7
-22
/
+22
*
release(mobile): Bump version to 1.2.4
MohamedBassem
2024-03-15
1
-1
/
+1
*
ui(mobile): New header style in the app
MohamedBassem
2024-03-15
12
-114
/
+163
*
fix(mobile): Scroll to the top when the main tab is clicked
MohamedBassem
2024-03-15
3
-9
/
+15
*
ui(mobile): Change the creation buttons to be under a menu
MohamedBassem
2024-03-15
2
-12
/
+42
*
fix(mobile): Enable receiving shares from web pages as well
MohamedBassem
2024-03-15
1
-1
/
+1
*
fix(mobile): Bump expo-share-intent version and remove the hacks around the o...
MohamedBassem
2024-03-15
4
-63
/
+28
*
ui(mobile): Add a chevron to the list items in the list view
MohamedBassem
2024-03-15
1
-1
/
+3
*
feat(mobile): Add tag viewing page
MohamedBassem
2024-03-15
2
-2
/
+34
*
mobile: Revamp bookmark card's action bar
MohamedBassem
2024-03-15
2
-57
/
+92
*
mobile: Fix keyboard interactions in search and signin form
MohamedBassem
2024-03-15
2
-50
/
+64
*
mobile: Bump version to 1.2.1
MohamedBassem
2024-03-15
1
-1
/
+1
*
mobile: Fix the naming of the lists screen
MohamedBassem
2024-03-15
1
-8
/
+8
*
mobile: Revert the margins around the cards
MohamedBassem
2024-03-15
5
-9
/
+7
*
lint: Lint and format the entire repo with the new configs
MohamedBassem
2024-03-14
35
-93
/
+76
*
structure: Create apps dir and copy tooling dir from t3-turbo repo
MohamedBassem
2024-03-14
49
-0
/
+2009