Simon Hammer 4 rokov pred
rodič
commit
81b4091c5a
1 zmenil súbory, kde vykonal 11 pridanie a 12 odobranie
  1. 11 12
      diary/2021/2021_05.tex

+ 11 - 12
diary/2021/2021_05.tex

@@ -45,27 +45,26 @@ When the Input is correct, a new windows will popup that I styled in \texttt{pro
 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 26st Simon, 2021}}
-\def\weekday{\textit{Wednesday}}
+\def\day{\textit{May 25st Noah, 2021}}
+\def\weekday{\textit{Tuesday}}
 \subsection*{\weekday, \day}
 
-On Sunday I fixed the problems with the RecyclerViewer. I changed the CustomAdapter and I made a Data class for the Adapter. I also  just have two filles now with the Layout and one with the
-RecyclerViewer and not three. 
-
-
-
-
-
-
-
+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.
 
 
 
+\def\day{\textit{May 26st Simon, 2021}}
+\def\weekday{\textit{Wednesday}}
+\subsection*{\weekday, \day}
 
+On Sunday I fixed the problems with the RecyclerViewer. I changed the CustomAdapter and I made a Data class for the Adapter. I also  just have two filles now with the Layout and one with the
+RecyclerViewer and not three.