1
0
mirror of https://github.com/go-vikunja/app synced 2025-01-26 09:36:06 +00:00

57 Commits

Author SHA1 Message Date
e371c55a52 Provide build for iOS (#42)
Remove pipeline for feature/ios

Merge branch 'master' of ssh://git.kolaente.de:9022/vikunja/app into feature/ios

Fix CI

Add keychain pw

ensure keychain

Disable code signing while building

Fix CI

Merge branch 'feature/ios' of ssh://git.kolaente.de:9022/vikunja/app into feature/ios

Add keychain password

Merge branch 'master' into feature/ios

Add compliance

Add secrets

Remove build app step

Use other version

Set Utf8

Fix CI

Fix CI

Fix beta deployment

Add deploy step

Fix CI

Fix CI

Fix ci

fix ci

fix ci

test ci

fix ci

Fix keychain

Fix keychain

Use custom keychain

Add security unlock

Add MATCH_PASSWORD

Add match

Add fastlane

Add ios pipeline to build

Add ios pipeline to build

Co-authored-by: Jonas Franz <info@jonasfranz.software>
Co-authored-by: Buildslave <buildslave@macmini.fritz.box>
Reviewed-on: vikunja/app#42
Reviewed-by: konrad <konrad@kola-entertainments.de>
2020-06-17 15:54:19 +00:00
6b3cca0fd9 Add sentry (#43)
Refactor DSN to constants

Use correct import

Add sentry

Co-authored-by: Jonas Franz <info@jonasfranz.software>
Reviewed-on: vikunja/app#43
Reviewed-by: konrad <konrad@kola-entertainments.de>
2020-06-17 15:37:42 +00:00
45d324884d Don't try to run tests in pipeline 2020-06-16 00:18:09 +02:00
857c02375f Format 2020-06-15 23:48:15 +02:00
a0f5540b7b Fix all json fields being snake_case 2020-06-15 23:46:10 +02:00
67945366eb Rename namespace name and task text to title 2020-06-15 23:42:12 +02:00
df003106c8 Format 2020-04-27 17:09:33 +02:00
f973d3940f Fix date format 2020-04-27 17:02:55 +02:00
236cf4e186 Change release bucket 2020-03-01 22:56:05 +01:00
6974befb6e Use the same image for building and testing in ci 2020-01-15 23:38:02 +01:00
edbadd9913 Make it build again (#38)
Fix parsing of user model if email is not present

Use user avatar hash instead of calculating it from the email

Format

Replace GravatarImageProvider

Set min sdk version to 19

Change target api version to 28

Limit drone pipeline execution to master or pr

Remove drone debug

Use username instead of id

Format

"Fix" clone permissions

Drone debug

Fix drone permissions with different flutter build docker image

Switch CI build image

Bump Gradle sdk version

Fix formatting

Update packages for support for androidX

Update gitignore

AndroidX

Make GravatarImageProvider work again

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/app#38
2020-01-12 12:59:28 +00:00
d1eb3fbc37 Updated dockerimage to use the vikunja one for building apps 2019-04-25 19:35:52 +02:00
666f90345e Show a message if a list or namespace is empty (#29) 2019-03-18 17:05:32 +00:00
614b5565e1 Namespace edit (#36) 2019-03-18 17:00:34 +00:00
5fff812501 Logout (#35)
:C
2019-03-18 16:56:15 +00:00
496d97b2be Fixed namespaces loading every time a widget was loaded (#34) 2019-03-18 15:30:54 +00:00
7bd35fda22 Refactor (#31) 2019-03-16 13:29:00 +00:00
56de1c2a56 Fix the build and update drone (#33) 2019-03-15 22:14:37 +00:00
863d2995c2 Snackbars for all actions (#30) 2019-03-15 06:52:50 +00:00
f38179322b Reload items after adding it (#28) 2019-03-14 21:27:13 +00:00
2c5e78b520 List edit design improvements (#27) 2019-03-14 21:25:57 +00:00
3c0a1812ce Login page design improvements (#26) 2019-03-14 21:12:02 +00:00
cf90a090e1 Theme update (#23) 2019-03-11 20:38:05 +00:00
ee89f8b6cd Added better error messages to login and register (#25) 2019-03-11 20:37:25 +00:00
0b870f8f62 List edit (#21) 2019-03-11 20:29:15 +00:00
ae6d9f0222 Cleanup pubspec (#24) 2019-03-10 21:41:55 +00:00
d757b2df69 Fixed app not working with the newest api change which has multiple reminders (#19) 2018-12-03 21:26:00 +00:00
3e7b6d4fd0 Fix build (#18) 2018-11-05 15:43:30 +00:00
0b2b9a1d22 Added formatting check to makefile and ci (#17) 2018-10-15 17:16:47 +00:00
cc38133aca Added register (#13) 2018-10-08 14:26:01 +00:00
302dba2df6 Fix Typo (#14) 2018-10-02 15:53:57 +00:00
51265630dc Improved regex (#12) 2018-09-27 16:04:37 +00:00
08fa9167a2 Add improved loading indicators (#9) 2018-09-27 15:55:56 +00:00
b87a9a4633 Fixed url regex (#11) 2018-09-25 12:06:41 +00:00
e68944116c Fixed version (#8) 2018-09-23 16:39:20 +00:00
02bcadfa24 Removed .idea folder (#7) 2018-09-23 16:23:53 +00:00
6bb3942302 Fixed build (#4) 2018-09-23 16:04:00 +00:00
7705151f17 added fdroid flavour (#3) 2018-09-23 15:38:02 +00:00
7842855d77 Added drone (#2) 2018-09-23 10:41:28 +00:00
bbdd63782f Cleanup (#1) 2018-09-22 20:56:16 +00:00
a62abc0b35 Add API implementations of List, Namespace, Task, User
Use Services in order to retrieve data
2018-09-17 18:16:50 +02:00
bedacfdcad Add working login implementation 2018-09-17 15:35:57 +02:00
e59001784d Fix a bug causing to not-start at new devices 2018-09-16 22:19:43 +02:00
5af3e4cac7 Add mocked services 2018-09-16 22:13:50 +02:00
03fda04afa Reformatted code 2018-09-16 21:47:53 +02:00
80d55a3518 Add login view
Add services and models
Add mocks
2018-09-16 21:47:33 +02:00
0155bcdf15 Add list support 2018-09-15 19:40:59 +02:00
733b0e6ae2 Fix alert for cupertino OS 2018-09-15 18:33:41 +02:00
e865fb904b Add ListPage 2018-09-15 18:21:48 +02:00
fb3c6e78ba Reformat code
Add "Add namespace" functionality
2018-09-15 17:22:28 +02:00