Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.3 KB

README.md

File metadata and controls

46 lines (33 loc) · 1.3 KB

ZeroDay

offline database for Kanban Boards (in gitkraken style) and conversation pages (in telegram style).

image

icon link

Demo

Zeroday.Overview.mp4

Requirements:

  • Qt6
  • Clang for Android release

Current features:

  • Initial Unit test's
  • Seperate Lib's from project
  • Build for android, Windows, linux
  • using SQLite as database
  • Conversation(chatting) page

work in progress:

  • Weekly boards
  • Time lines
  • Use android api's for gallery and music player

Linux release:

  • clone the project
  • open ZeroDay.pro with qtCreator
  • use LIBS += $$PWD/../ZeroDayLib/Build/libZeroDayLib.a in ZeroDayProject.pro and ZeroDayTests.pro

Windows release:

  • clone the project
  • open ZeroDay.pro with qtCreator
  • open ZeroDayLib.pro
  • comment CONFIG += static
  • use LIBS += $$PWD/../ZeroDayLib/Build/ZeroDayLib.dll in ZeroDayProject.pro and ZeroDayTests.pro

android release:

  • clone the project
  • open ZeroDay.pro with qtCreator
  • use LIBS += $$PWD/../ZeroDayLib/Build/libZeroDayLib_arm64-v8a.a in ZeroDayProject.pro and ZeroDayTests.pro