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

support android v2 embedding #5

Merged
merged 23 commits into from
Jan 22, 2021
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
5ba3059
[ADD] - create a new `normal_backgound.xml` to differentiate between …
irasekh3 Dec 13, 2020
54b29e6
[UPDATE] - setup base android manifest changes needed for supporting …
irasekh3 Dec 13, 2020
7edcb62
[UPDATE] - the Main activity to maintain support for the Secure Flags…
irasekh3 Dec 13, 2020
0ad7f61
[UPDATE] - the dependency libraries to support new android 2 embedding
irasekh3 Dec 13, 2020
23e2061
[UPDATE] - the pubspec app description
irasekh3 Dec 13, 2020
f0c334e
[UPDATE] - clean up the pubspec file and remove unnecessary comments
irasekh3 Dec 13, 2020
51ac93f
[UPDATE] - use a mono spaced font that will make it easier to differe…
irasekh3 Dec 13, 2020
2ef1d57
[FIX] - the barcode scanner library update had a breaking change whic…
irasekh3 Dec 13, 2020
0625fb5
[ADD] - the nullpass "null" symbol which is used throughout the app
irasekh3 Dec 13, 2020
6fdfe0e
[ADD] - the asstes to the pubspec file
irasekh3 Dec 13, 2020
a5fbea2
add mew library for adding screen security to the app without requiri…
irasekh3 Jan 13, 2021
29b6845
remove no longer necessary native code that was used for hiding the s…
irasekh3 Jan 13, 2021
f0e564b
bump the minimum SDK version for android to get rid of the multi dex …
irasekh3 Jan 13, 2021
0fd52b7
bump the Podfile lock and pubspec.lock specifically for OneSignal rel…
irasekh3 Jan 13, 2021
196eaf4
commit auto updated project.pbxproj shellscript
irasekh3 Jan 13, 2021
21e10e3
add remaining of auto updated project.pbxproj configuration chages to…
irasekh3 Jan 13, 2021
a31c311
migrate to the newer podfile format in an attempt to minimize build e…
irasekh3 Jan 21, 2021
52de5f5
update the ios project config based on the new podfile changes
irasekh3 Jan 21, 2021
2e61e8d
update the lock file based on the new Podfile - note vibration has be…
irasekh3 Jan 21, 2021
20c9601
add missing vibration dependency references to the project configuration
irasekh3 Jan 21, 2021
ef6d7ab
re-add references to vibration library
irasekh3 Jan 21, 2021
d5a2456
ensure this doesn't get accidentally published as a library
irasekh3 Jan 21, 2021
cc429cc
add the update pubspec lock including updated dependencies and update…
irasekh3 Jan 22, 2021
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
Prev Previous commit
Next Next commit
ensure this doesn't get accidentally published as a library
  • Loading branch information
irasekh3 committed Jan 21, 2021
commit d5a24561d3766eb8bd7375cd39a12e00673a5633
2 changes: 2 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: nullpass
description: NullPass password manager

publish_to: none

# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
Expand Down