Commit graph

33 commits

Author SHA1 Message Date
validcube
612a3bab49
build: Safely upgrade dependencies 2024-05-07 20:50:26 +07:00
oSumAtrIX
7e0f18e3b7
build: Bump dependencies 2024-04-28 23:39:20 +02:00
dependabot[bot]
d91ea62903
build(deps): bump flutter_local_notifications from 16.3.2 to 17.0.0 (#1848)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-05 14:57:16 +07:00
dependabot[bot]
f00dc4d3e6
build(deps): bump flutter_markdown from 0.6.20+1 to 0.6.22+1 (#1851)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-05 14:55:48 +07:00
dependabot[bot]
6c0c961ca0
build(deps): bump build_runner from 2.4.8 to 2.4.9 (#1850)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-05 14:54:31 +07:00
dependabot[bot]
a99de99202
build(deps): bump share_plus from 7.2.2 to 8.0.2 (#1853)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-05 14:53:59 +07:00
dependabot[bot]
a31ec9d1fe
build(deps): bump permission_handler from 11.3.0 to 11.3.1 (#1852)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-05 14:53:30 +07:00
Ushie
a7e481c827 fix: Don't crash on patch
This reverts commit 7833a0d552.
2024-04-05 05:35:36 +03:00
dependabot[bot]
a62a8852e7
build(deps): bump connectivity_plus from 5.0.2 to 6.0.1 (#1808)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-01 11:49:03 +07:00
dependabot[bot]
04a3df3642
build(deps): bump package_info_plus from 5.0.1 to 6.0.0 (#1806)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-01 11:48:46 +07:00
dependabot[bot]
fb29036d0a
build(deps): bump flutter_lints from 3.0.1 to 3.0.2 (#1805)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-01 10:18:52 +07:00
Pun Butrach
7833a0d552
build: Switch flutter_background to official sources
https://github.com/JulianAssmann/flutter_background/pull/79 is merged.
2024-03-28 05:17:49 +00:00
Pun Butrach
e85ed5a8e3
build: Bump language_code to v0.4.2
This fix #1714 regarding country name of es-AR (Argentina) does not exist.

Signed-off-by: Pun Butrach <pun.butrach@gmail.com>
2024-03-28 04:06:52 +00:00
Benjamin
ffc14f2146
chore: Upgrade dependencies (#1734) 2024-03-05 14:09:02 +07:00
oSumAtrIX
c5e04cc824
build: Bump dependencies 2024-03-04 13:53:33 +01:00
Ushie
6d866d4424
feat: Improve language distinguishness and resolve language-specific issues (#1706) 2024-02-26 08:08:14 +07:00
Benjamin
8a4161753e
chore: Upgrade dependencies (#1693) 2024-02-19 05:31:24 +07:00
Pun Butrach
5a24911fad
refactor: Check-in pubspec.lock 2024-02-15 08:17:11 +00:00
Alberto Ponces
6d5a3598c3 fix: delete pubspec.lock from repo 2022-08-13 18:56:12 +01:00
Alberto Ponces
e4f9b04de0
feat: add installer and enable app selection from storage (#2) 2022-08-13 15:26:30 +05:30
Aunali321
739673dd8f feat: wip contributors screen. 2022-08-12 23:37:16 +05:30
Aunali321
4d0dcf407b feat: theme switching. 2022-08-12 00:35:03 +05:30
Alberto Ponces
a430537b6f feat: fetch real data on the Latest Commit card 2022-08-07 23:40:31 +01:00
Alberto Ponces
3df427dccb fix: improve app selector. 2022-08-07 01:13:27 +01:00
Alberto Ponces
89b642772c feat: add i18n 2022-08-07 00:37:12 +01:00
Alberto Ponces
fc06f8d571 feat: add Patcher API. 2022-08-06 22:18:12 +01:00
Aunali321
769ff72f98
refactor: migrate to stacked architecture.
* feat: mostly done stacked architecture.

* refactor: migration to stacked architecture.
2022-08-06 17:43:28 +05:30
Aunali321
0350dacb3b feat: primitive app selector screen. 2022-08-02 14:49:14 +05:30
Aunali321
729ad82f77 feat: download latest patches and integrations. 2022-08-02 13:25:01 +05:30
Aunali321
d9256149e7 feat: starting of manager API work. 2022-08-02 00:35:11 +05:30
Aunali321
c3982326e4 feat: almost finished homescreen (hardcoded). 2022-08-01 01:16:27 +05:30
Aunali321
6cbc122714 feat: navigation setup. 2022-07-31 13:30:11 +05:30
Aunali321
9884cf0ea9 initial commit. 2022-07-31 00:39:59 +05:30