Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #209

Merged
merged 19 commits into from
Feb 13, 2024
Merged

Dev #209

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
0f706f1
removed keystore
sherlockwisdom Feb 4, 2024
0f051b6
renamed change logs
sherlockwisdom Feb 1, 2024
e4e6f69
update: testing pdus
sherlockwisdom Feb 8, 2024
37fd542
update: default activity added
sherlockwisdom Feb 8, 2024
b94bb3f
- update: reverted to older method of checking default
sherlockwisdom Feb 8, 2024
509aa05
- update: cleaned up some cursor works
sherlockwisdom Feb 9, 2024
3e00830
- update: cleaned up some cursor works
sherlockwisdom Feb 9, 2024
0ec0189
- update: fixed some broken RMQ, but will need to make sure everythin…
sherlockwisdom Feb 10, 2024
b3b9405
- update: fixed some broken RMQ, but will need to make sure everythin…
sherlockwisdom Feb 10, 2024
9c45565
- update: began fixing issues with Gateway Clients, should have more …
sherlockwisdom Feb 11, 2024
9fae8a1
- update: do not use in production
sherlockwisdom Feb 11, 2024
6d72852
update: added new way of managing the existing records without migrat…
sherlockwisdom Feb 11, 2024
bcf3a73
- update: added new checks for creating gateway client activities
sherlockwisdom Feb 11, 2024
2e5f8b1
- update: now have all the projects show up under the same GatewayClient
sherlockwisdom Feb 11, 2024
d33b65a
- update: made reasonable migrations, now to fix the UX/UX
sherlockwisdom Feb 11, 2024
a0a8d7f
- update: migrates well
sherlockwisdom Feb 12, 2024
a9af4b1
- update: can delete Gateway clients
sherlockwisdom Feb 13, 2024
18099bd
- update: can connect Gateway clients - errors restart everything
sherlockwisdom Feb 13, 2024
0ca7f2c
- update: ready for production
sherlockwisdom Feb 13, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@ check:
echo "+ [NOT FOUND] ${RELEASE_VERSION_PYTHON_FILENAME}"; \
echo ">> This file releases the build on the various distribution outlets"; \
fi
@if [ ! -f ${KEYSTORE_PASSWD} ]; then \
echo "+ [NOT FOUND] ${KEYSTORE_PASSWD}"; \
echo ">> This file contains the password for the keystore"; \
fi

info: check
@echo "- Branch name: ${branch}"
Expand Down
9 changes: 3 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,11 @@ android {

buildTypes {
release {
minifyEnabled false
// minifyEnabled false
minifyEnabled true
shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}

nightly {
versionNameSuffix "-nightly"
debuggable true
}
}

compileOptions {
Expand Down
Loading