Commit Graph

47 Commits

Author SHA1 Message Date
321a310add added function to remove search text 2026-01-21 12:16:37 +01:00
3bc7d713dd changed version number
All checks were successful
Flutter APK Build / Build Flutter APK (push) Successful in 6m31s
v0.1.17
2026-01-19 23:09:14 +01:00
1d9ace45a1 added automated release
Some checks failed
Flutter APK Build / Build Flutter APK (push) Failing after 17s
2026-01-19 23:05:51 +01:00
588843a989 changed android sdk version
All checks were successful
Flutter APK Build / Build Flutter APK (push) Successful in 6m32s
2026-01-19 22:47:35 +01:00
f780638269 setup android sdk
Some checks failed
Flutter APK Build / Build Flutter APK (push) Has been cancelled
2026-01-19 22:41:39 +01:00
37447b4a53 changed flutter setup
Some checks failed
Flutter APK Build / Build Flutter APK (push) Failing after 30s
2026-01-19 22:38:49 +01:00
c283de7a45 specified url
Some checks failed
Flutter APK Build / Build Flutter APK (push) Failing after 31s
2026-01-19 22:36:11 +01:00
483db8bfbd added 'uses' clause for flutter-action
Some checks failed
Flutter APK Build / Build Flutter APK (push) Failing after 18s
2026-01-19 22:34:06 +01:00
a4d471dc62 added permissons and commented out cache
Some checks failed
Flutter APK Build / Build Flutter APK (push) Failing after 19s
2026-01-19 22:29:55 +01:00
970d78943b added pub cache and changed java version
Some checks failed
Flutter APK Build / Build Flutter APK (push) Failing after 5m58s
2026-01-19 22:21:13 +01:00
a66c25c784 removed flutter version
Some checks failed
Flutter APK Build / Build Flutter APK (push) Failing after 3m4s
2026-01-19 22:15:44 +01:00
609a477b75 changed build runner script to a static flutter version
Some checks failed
Flutter APK Build / Build Flutter APK (push) Failing after 2m24s
2026-01-19 22:05:52 +01:00
6d847aa2bb gitea workflow for automated building
Some checks failed
Flutter APK Build / Build Flutter APK (push) Failing after 3m23s
2026-01-19 20:19:54 +01:00
f0b3c11e63 refactored search function using provider 2026-01-19 18:25:02 +01:00
143206cd72 added simple search feature 2026-01-14 22:49:32 +01:00
36e4eaee17 encapsulated snackbar call on error 2026-01-14 22:25:08 +01:00
11a43a39fa added search page 2026-01-14 21:58:39 +01:00
c0f92fac58 added error handling for invalid urls 2026-01-14 20:50:36 +01:00
be6a44e7f0 added abilty to edit and delete collections 2026-01-14 20:29:15 +01:00
36e035c09c changed delete button placement 2026-01-14 16:06:25 +01:00
0309678650 added edit bookmark capabilities 2026-01-12 18:27:19 +01:00
885e638265 added workflow to add bookmark from share intent 2026-01-12 16:46:20 +01:00
68a2a31d07 added launch in maps functionality 2026-01-12 14:40:46 +01:00
baf664a3ad added dialog to collection page 2025-12-09 12:56:53 +01:00
6d51ef9ad0 added dialog to create a bookmark manually 2025-12-09 12:56:07 +01:00
eddf2acbde refactoring 2025-12-08 23:32:29 +01:00
7211560b8d added provider for current link 2025-11-03 15:59:38 +01:00
db61809939 cleaned up sloppy ai code 2025-11-03 13:29:51 +01:00
be171aa4bc used theme in main.dart 2025-11-03 13:15:28 +01:00
ca27cfeb96 changed android manifest so app doesn't open in new instance when sharing 2025-11-03 13:15:17 +01:00
8bdf036c1a added themes 2025-11-03 13:14:51 +01:00
6fb873163b added collections page 2025-11-02 16:14:10 +01:00
2d93d1a9d7 added bookmarks page 2025-09-19 21:54:47 +02:00
a4d760a970 added logic to save collections and display them 2025-09-19 21:04:57 +02:00
d0feca1ba8 added persistence using shared preferences 2025-09-19 20:43:38 +02:00
12459bb4cb removed hive imports 2025-09-19 01:04:03 +02:00
4970836c60 Revert "added hive package"
This reverts commit 90539932ec.
2025-09-19 01:03:02 +02:00
90539932ec added hive package 2025-09-18 21:10:07 +02:00
69c00cca3e set initialRoute to the collections view 2025-09-18 21:09:57 +02:00
603060fe58 added classes for collections and bookmarks 2025-09-18 21:09:28 +02:00
ef9a369df1 simple collections page without logic 2025-09-18 20:56:58 +02:00
651e52485c added dialog for creating bookmark collections 2025-09-18 18:47:39 +02:00
fbec875334 added linter rules 2025-09-18 17:50:54 +02:00
56e277593d Implemented receiving intent on android side 2025-09-18 17:41:02 +02:00
0502d82509 switched flutter package for resolving android intents 2025-09-17 22:30:05 +02:00
f64ed77b75 added receive_sharing_intent package 2025-09-17 20:14:45 +02:00
5bec5568d2 initial 2025-09-17 20:00:01 +02:00