Commit Graph

  • e85652151e
    Merge pull request #473 from provokateurin/fix/unreliable-push-notifications Kate 2023-07-14 22:11:12 +0200
  • c27675b0d5
    neon: Upgrade unifiedpush_android to fix unreliable push notifications #473 jld3103 2023-07-14 20:03:17 +0200
  • 243397dbfa
    Merge pull request #456 from Leptopoda/feature/account_settings Nikolas Rimikis 2023-07-14 11:51:31 +0200
  • 05df5b5f87
    neon: add settings initial category to SettingsRoute #456 Nikolas Rimikis 2023-07-11 18:39:39 +0200
  • 18f062a614
    neon: constrain settings pages Nikolas Rimikis 2023-07-11 18:39:39 +0200
  • a46c5706f1
    neon: remove account switcher from drawer Nikolas Rimikis 2023-07-11 18:39:39 +0200
  • cf35d8ef15
    neon: add AccountSwitcherButton Nikolas Rimikis 2023-07-11 18:39:38 +0200
  • 58e8392dca
    neon: add ability to scroll to a specific setting Nikolas Rimikis 2023-07-11 18:39:38 +0200
  • 8518e934f2
    neon: drawer remove TabBar remains Nikolas Rimikis 2023-07-11 18:39:38 +0200
  • 2f11822906
    neon: fix trailing widget in AccountTile Nikolas Rimikis 2023-07-11 18:39:38 +0200
  • c558290f0f
    Merge pull request #291 from provokateurin/feature/qr-code-login Kate 2023-07-14 10:23:54 +0200
  • 6660547976
    Merge pull request #466 from Leptopoda/feature/go_router Nikolas Rimikis 2023-07-14 10:05:46 +0200
  • 7e1c083e68
    neon: make LoginQrcode and Account a Credentials #291 Nikolas Rimikis 2023-07-13 17:49:58 +0200
  • 5be0f1c54c
    neon: change login routing Nikolas Rimikis 2023-07-13 17:49:58 +0200
  • df63dd6f8a
    neon: mark AppRouter as internal #466 Nikolas Rimikis 2023-06-30 10:11:02 +0200
  • e1b61c6977
    neon: cleanup AppsBloc initialApp Nikolas Rimikis 2023-06-26 18:29:03 +0200
  • 7d906d871a
    neon: cleanup StreamListenable Nikolas Rimikis 2023-06-26 18:29:03 +0200
  • 6e2e82c8bf
    neon: make route required for AppImplementation Nikolas Rimikis 2023-06-30 12:06:56 +0200
  • e1637c11e3
    neon_files: add app route Nikolas Rimikis 2023-06-26 18:29:03 +0200
  • 382c34e864
    neon_news: add app route Nikolas Rimikis 2023-06-26 18:29:03 +0200
  • a0fd473ddd
    neon_notes: add app route Nikolas Rimikis 2023-06-26 18:29:03 +0200
  • 916e9f762d
    neon_notifications: add app route Nikolas Rimikis 2023-06-26 18:29:02 +0200
  • d2893ff239
    neon: enable apps to specify go_routes Nikolas Rimikis 2023-06-26 18:29:02 +0200
  • b8aa3c4f69
    neon: test Option #454 Nikolas Rimikis 2023-07-13 14:31:03 +0200
  • 0d34f404a2
    neon: make PushNotificationsBloc more readable Nikolas Rimikis 2023-07-09 10:49:11 +0200
  • bb3d76eb1c
    neon: make Option listenable Nikolas Rimikis 2023-07-08 09:41:44 +0200
  • 1fda209e98
    Merge pull request #463 from provokateurin/fix/correctly-await-responses Kate 2023-07-13 17:50:08 +0200
  • 51ead3b85d
    neon,app: Handle qrcode login from other apps jld3103 2023-07-09 18:54:55 +0200
  • ffb8623ddc
    neon: Add qrcode login jld3103 2023-07-09 18:01:28 +0200
  • b079d5bb2a
    Merge pull request #462 from provokateurin/fix/headers-deserialization Kate 2023-07-13 17:31:03 +0200
  • 1dd1a55f3a
    Merge pull request #464 from provokateurin/feature/support-application-octet-stream Kate 2023-07-13 17:28:33 +0200
  • f7d3cb6cd0
    dynamite: Support application/octet-stream content type #464 jld3103 2023-07-02 19:44:45 +0200
  • 7d5aa1a0ec
    dynamite: Correctly await responses where necessary #463 jld3103 2023-07-02 19:46:23 +0200
  • cee52ce976
    dynamite: Fix headers deserialization #462 jld3103 2023-07-03 21:22:50 +0200
  • cfdadf5248
    Merge pull request #461 from Leptopoda/feature/theme_branding Nikolas Rimikis 2023-07-13 07:16:35 +0200
  • b995818a0d
    neon, neon_files, neon_notes: use NcColors #461 Nikolas Rimikis 2023-07-12 20:07:14 +0200
  • adfd198be7
    neon: better utilize theme Nikolas Rimikis 2023-07-12 20:07:14 +0200
  • fcd14bab60
    neon, app: migrate branding into the theme Nikolas Rimikis 2023-07-12 20:07:14 +0200
  • c6e5cbfc4d
    Merge pull request #459 from Leptopoda/feature/dialog_constraints Nikolas Rimikis 2023-07-11 14:49:00 +0200
  • bae11143b0
    neon: rework DialogTheme #459 Nikolas Rimikis 2023-07-11 12:48:44 +0200
  • a2f030e302
    Merge pull request #457 from provokateurin/feature/poll-notifications Kate 2023-07-11 12:07:56 +0200
  • d764a71efa
    Merge pull request #458 from provokateurin/feature/local-rss-server Kate 2023-07-11 12:07:47 +0200
  • ab29da302d
    nextcloud: Use local RSS server for news tests #458 jld3103 2023-07-11 11:49:45 +0200
  • ba309aa965
    tool,nextcloud: Use host network jld3103 2023-07-11 10:53:19 +0200
  • 1c99e3f3a7
    neon_notifications: Poll notifications #457 jld3103 2023-07-11 10:43:31 +0200
  • 099d6b88fe
    Merge pull request #452 from provokateurin/refactor/login-flow Kate 2023-07-09 15:19:35 +0200
  • 2e91007767
    neon: Cache user agent #452 jld3103 2023-07-07 16:02:54 +0200
  • ac12e98df9
    neon: Use theme extension for tablet layout jld3103 2023-07-09 15:04:58 +0200
  • 4d6c65efef
    neon: Refactor login flow jld3103 2023-07-07 10:52:37 +0200
  • e589595be7
    nextcloud: Refactor version checks jld3103 2023-07-07 10:53:03 +0200
  • 2b777dbb86
    Merge pull request #451 from provokateurin/fix/optional-security Kate 2023-07-08 13:15:34 +0200
  • 2a05a1b7f6
    dynamite: Fix optional security #451 jld3103 2023-07-07 08:23:31 +0200
  • 71aabc3b78
    Merge pull request #449 from Leptopoda/feature/theme Nikolas Rimikis 2023-07-07 07:59:45 +0200
  • 1bca03c4d5
    neon: allow apps to define custom themes #449 Nikolas Rimikis 2023-07-06 19:31:56 +0200
  • 1cecd2dafa
    neon: Fix Android app switcher background #448 jld3103 2023-07-06 15:48:16 +0200
  • c00b2b8cac
    neon: use go_router for the main app page #423 Nikolas Rimikis 2023-07-06 08:37:20 +0200
  • fe42e4f58d
    neon: make route required for AppImplementation Nikolas Rimikis 2023-06-30 12:06:56 +0200
  • 85fd72ed02
    neon: mark AppRouter as internal Nikolas Rimikis 2023-06-30 10:11:02 +0200
  • 0fe6df6348
    neon: cleanup AppsBloc initialApp Nikolas Rimikis 2023-06-26 18:29:03 +0200
  • 601e76e58e
    neon: cleanup StreamListenable Nikolas Rimikis 2023-06-26 18:29:03 +0200
  • 33868f6fd1
    neon_files: add app route Nikolas Rimikis 2023-06-26 18:29:03 +0200
  • db56527f12
    neon_news: add app route Nikolas Rimikis 2023-06-26 18:29:03 +0200
  • 5ce6a537a0
    neon_notes: add app route Nikolas Rimikis 2023-06-26 18:29:03 +0200
  • 4716166c64
    neon_notifications: add app route Nikolas Rimikis 2023-06-26 18:29:02 +0200
  • 5232b83480
    neon: enable apps to specify go_routes Nikolas Rimikis 2023-06-26 18:29:02 +0200
  • bff22dca6e
    Merge pull request #436 from provokateurin/refactor/libraries Kate 2023-07-02 12:55:04 +0200
  • 8a7470cdaa
    neon: Mark things we never want to export as internal #436 jld3103 2023-07-02 12:18:36 +0200
  • 6bea8f47f4
    neon_news,neon_notes: Remove some usages of AccountsBloc jld3103 2023-07-02 12:09:47 +0200
  • 1e452f2374
    neon: Move sort_box to it's own library and export the package jld3103 2023-07-02 10:54:31 +0200
  • 0110a2ffb4
    neon: Move models and interfaces to models jld3103 2023-07-02 10:45:08 +0200
  • fad76be56b
    settings,neon: Move settings into neon jld3103 2023-07-01 14:18:18 +0200
  • 2e5a04ac75
    neon: Move bloc and result to it's own library jld3103 2023-07-01 13:57:38 +0200
  • 32311c5d08
    neon: Split everything into separate libraries jld3103 2023-07-01 13:50:59 +0200
  • c9067324f7
    Merge pull request #439 from provokateurin/refactor/split-specs Kate 2023-07-02 10:33:36 +0200
  • 9f0d6052c0
    Merge pull request #440 from provokateurin/fix/dynamite-runtime-enable-tests Kate 2023-07-02 10:32:36 +0200
  • ced0d2bfbe
    dynamite_runtime: Enable skipped tests #440 jld3103 2023-07-02 10:23:56 +0200
  • 2258c76116
    neon: use AdaptiveLayout for the home page #441 Nikolas Rimikis 2023-07-02 10:22:03 +0200
  • 9b00ab4d60
    neon: add NeonTabBar widget Nikolas Rimikis 2023-07-02 10:21:29 +0200
  • 4d9a8a6572
    neon: add AccountSwitcherButton Nikolas Rimikis 2023-07-02 10:20:55 +0200
  • 3fbc31791a
    neon: drawer remove TabBar remains Nikolas Rimikis 2023-07-02 10:19:56 +0200
  • c5386bb14c
    neon: fix trailing widget in AccountTile Nikolas Rimikis 2023-07-02 10:19:23 +0200
  • 03149d9e58
    neon,neon_news,neon_notes,neon_notifications: Adjust #439 jld3103 2023-07-01 15:49:54 +0200
  • 6cf94cb6a6
    tool,specs,nextcloud: Split generated code per spec jld3103 2023-07-01 15:48:49 +0200
  • bfa7836f5b
    tool,spec_templates,specs: Stop generating template specs jld3103 2023-07-01 15:48:11 +0200
  • 72f66bee6d
    dynamite: Prefix serializers jld3103 2023-07-01 21:16:47 +0200
  • e4d2352b02
    dynamite: Add constructor to create client from another client jld3103 2023-07-01 15:49:31 +0200
  • 46d64f3dc8
    Merge pull request #432 from Leptopoda/fix/list_cached_image Nikolas Rimikis 2023-07-01 18:23:07 +0200
  • 4f0009939e
    neon, neon_files: make NeonCachedImage easily extendable #432 Nikolas Rimikis 2023-06-30 09:36:16 +0200
  • 5a68917500
    neon: require key for NeonCachedImage Nikolas Rimikis 2023-06-29 14:38:02 +0200
  • 27ce8918f9
    neon: expect Uint8List in NeonCachedImage Nikolas Rimikis 2023-06-29 14:38:02 +0200
  • 11f48669fb
    neon: unify NeonCachedImage Nikolas Rimikis 2023-06-29 14:38:02 +0200
  • de4f2397e1
    neon: improve loading animation of NeonCachedImage Nikolas Rimikis 2023-06-29 14:38:02 +0200
  • 2c71579638
    Merge pull request #438 from provokateurin/cleanup/unused-ignores Kate 2023-07-01 15:57:38 +0200
  • 67a5d61568
    app,dynamite_runtime,neon,neon_files,neon_news: Cleanup unused ignores #438 jld3103 2023-07-01 14:36:38 +0200
  • 626b333594
    Merge pull request #434 from provokateurin/fix/flatpak Kate 2023-07-01 15:31:37 +0200
  • 2bbea327ba
    app: Add flatpak quirks for aarch64 #434 jld3103 2023-06-30 00:01:45 +0200
  • 2ad090f5ad
    app: Include correct sources in flatpak for aarch64 jld3103 2023-06-29 22:35:38 +0200
  • ee3df6f4d7
    app: Separate flatpak platform quirks jld3103 2023-06-29 23:57:20 +0200
  • 90cb56ffd4
    app: Add flatpak desktop entry jld3103 2023-06-29 22:37:19 +0200
  • 753c41c5a2
    Merge pull request #429 from provokateurin/fix/news-tile-spacing Kate 2023-06-28 08:08:37 +0200