|
@@ -30,3 +30,15 @@ Then I added input validation: For the Name and Password I only have to check th
|
|
|
When the Input is correct, a new windows will popup that I styled in \texttt{provider\_database\_checker.xml}. I named it that at first, because between the first popup and this it should check if the email domain is in the database of providers. Whatever, in this email you can customize the exact connection settings like port, imap/smtp server and SSL Encryption.\\
|
|
|
|
|
|
I also added two functions to ``MainActivity.java'', namely ``showSnackbar'' and ``showToast''. These are very useful for different debugging output purposes.
|
|
|
+
|
|
|
+\def\day{\textit{May 25st Noah, 2021}}
|
|
|
+\def\weekday{\textit{Tuesday}}
|
|
|
+\subsection*{\weekday, \day}
|
|
|
+
|
|
|
+I merged the Emailpopup Branch - without the last commit into master. Actually I used \texttt{git rebase}, but next time I think I may just create a new branch out of this commit and \texttt{git merge} this one instead.\\
|
|
|
+
|
|
|
+After making sure both \texttt{mini-project} and \texttt{texdiary} repos on github were public, I wrote an initial readme for the main repo.
|
|
|
+
|
|
|
+As the SSD om my main desktop PC just randomly broke, I had to setup NoRiSA (my arch bootstrapping scripts) on a other unused SSD I had around to setup a new Android Development Environment.\\
|
|
|
+
|
|
|
+IIRC, I made some general cleanup and bugfixing too.
|