feat: update android

main
sudo pacman -Syu 2023-12-16 14:19:10 +07:00
parent 81989ee2f0
commit a35fe1bbbe
4 changed files with 49 additions and 75 deletions

View File

@ -194,12 +194,12 @@
<pre><span class="pl-c"><span class="pl-c">--</span> field_something can be NULL</span>
<span class="pl-c"><span class="pl-c">--</span> Bad</span>
<span class="pl-k">SELECT</span> <span class="pl-k">*</span>
SELECT <span class="pl-k">*</span>
<span class="pl-k">FROM</span> table
<span class="pl-k">WHERE</span> field_something <span class="pl-k">!=</span> <span class="pl-c1">1</span>
<span class="pl-c"><span class="pl-c">--</span> Good</span>
<span class="pl-k">SELECT</span> <span class="pl-k">*</span>
SELECT <span class="pl-k">*</span>
<span class="pl-k">FROM</span> table
<span class="pl-k">WHERE</span> (field_something IS <span class="pl-k">NULL</span> <span class="pl-k">OR</span> field_something <span class="pl-k">!=</span> <span class="pl-c1">1</span>)</pre>
</div>

View File

@ -58,44 +58,31 @@
</p>
<p>Daily:</p>
<ul>
<li>
<a href="https://github.com/SimpleMobileTools/Simple-Clock"
>Simple Clock</a
>
</li>
<li>
<a href="https://github.com/SimpleMobileTools/Simple-Music-Player"
>Simple Music Player</a
>
</li>
<li><a href="https://github.com/thundernest/k-9">K-9 Mail</a></li>
<li>
<a
href="https://play.google.com/store/apps/details?id=com.google.android.apps.nbu.files"
rel="nofollow"
>Files</a
>Google Files</a
>
</li>
<li>
<a
href="https://play.google.com/store/apps/details?id=com.google.android.apps.photosgo"
rel="nofollow"
>Gallery</a
>Google Gallery</a
>
</li>
<li>
<a
href="https://play.google.com/store/apps/details?id=com.google.android.calculator"
rel="nofollow"
>Calculator</a
>Google Calculator</a
>
</li>
</ul>
<p>Memory:</p>
<ul>
<li>
<a href="https://github.com/TeamAmaze/AmazeFileManager"
>Amaze File Manager</a
<a href="https://github.com/fcitx5-android/fcitx5-android"
>fcitx5-android</a
>
</li>
</ul>
@ -131,13 +118,6 @@
>Trello</a
>
</li>
<li>
<a
href="https://play.google.com/store/apps/details?id=notion.id"
rel="nofollow"
>Notion</a
>
</li>
<li>
<a
href="https://play.google.com/store/apps/details?id=com.google.android.keep"
@ -146,13 +126,6 @@
>
</li>
</ul>
<p>Social:</p>
<ul>
<li><a href="https://github.com/tuskyapp/Tusky">Tusky</a></li>
<li>
<a href="https://github.com/Mosc/Glider">Glider for Hacker News</a>
</li>
</ul>
<p>Misc:</p>
<ul>
<li>
@ -169,9 +142,6 @@
>
</li>
<li><a href="https://github.com/markusfisch/BinaryEye">Binary Eye</a></li>
<li>
<a href="https://github.com/trynoice/android-app">Noice for Android</a>
</li>
<li>
<a
href="https://play.google.com/store/apps/details?id=com.cloudflare.onedotonedotonedotone"
@ -179,6 +149,7 @@
>1.1.1.1</a
>
</li>
<li><a href="https://github.com/M66B/NetGuard">NetGuard</a></li>
</ul>
<p>Make color (change frequently)</p>
<ul>
@ -195,16 +166,6 @@
>
</li>
</ul>
<p>If using Google:</p>
<ul>
<li>
<a
href="https://play.google.com/store/apps/details?id=com.google.android.apps.subscriptions.red"
rel="nofollow"
>Google One</a
>
</li>
</ul>
<p>If buying Xiaomi devices:</p>
<ul>
<li>
@ -244,6 +205,27 @@
</ul>
</li>
</ul>
<p>Memory:</p>
<ul>
<li>
<a href="https://github.com/TeamAmaze/AmazeFileManager"
>Amaze File Manager</a
>
</li>
<li>
<a href="https://github.com/SimpleMobileTools/Simple-Clock"
>Simple Clock</a
>
</li>
<li>
<a href="https://github.com/SimpleMobileTools/Simple-Music-Player"
>Simple Music Player</a
>
</li>
<li>
<a href="https://github.com/trynoice/android-app">Noice for Android</a>
</li>
</ul>
<div>
Feel free to ask me via

View File

@ -60,15 +60,15 @@
<span class="pl-k">activate</span> <span class="pl-ent">service</span>
<span class="pl-ent">service </span><span class="pl-k">-&gt;&gt;</span> <span class="pl-ent">cache</span><span class="pl-k">:</span> <span class="pl-s">get data</span>
<span class="pl-k">alt</span> <span class="pl-s">exist in cache</span>
<span class="pl-ent">service </span><span class="pl-k">--&gt;&gt;</span> <span class="pl-ent">other</span><span class="pl-k">:</span> <span class="pl-s">return data</span>
<span class="pl-k">else</span> <span class="pl-s">not exist in cache</span>
<span class="pl-ent">service </span><span class="pl-k">-&gt;&gt;</span> <span class="pl-ent">db</span><span class="pl-k">:</span> <span class="pl-s">get data</span>
<span class="pl-k">alt</span> <span class="pl-s">exist data in db</span>
<span class="pl-ent">service </span><span class="pl-k">--&gt;&gt;</span> <span class="pl-ent">other</span><span class="pl-k">:</span> <span class="pl-s">return data</span>
<span class="pl-k">else</span> <span class="pl-s">not exist data in db</span>
<span class="pl-ent">service </span><span class="pl-k">--&gt;&gt;</span> <span class="pl-ent">other</span><span class="pl-k">:</span> <span class="pl-s">return error not found</span>
<span class="pl-s">service --&gt;&gt; other: return data</span>
else not exist in cache
<span class="pl-s">service -&gt;&gt; db: get data</span>
<span class="pl-s">alt exist data in db</span>
<span class="pl-s">service --&gt;&gt; other: return data</span>
else not exist data in db
<span class="pl-s">service --&gt;&gt; other: return error not found</span>
<span class="pl-k">end</span>
<span class="pl-k">end</span>
<span class="pl-ent">end</span>
<span class="pl-k">deactivate</span> <span class="pl-ent">service</span>
<span class="pl-ent">other </span><span class="pl-k">-&gt;&gt;</span> <span class="pl-ent">service</span><span class="pl-k">:</span> <span class="pl-s">set data</span>

View File

@ -14,16 +14,11 @@ as you can.
Daily:
- [Simple Clock](https://github.com/SimpleMobileTools/Simple-Clock)
- [Simple Music Player](https://github.com/SimpleMobileTools/Simple-Music-Player)
- [K-9 Mail](https://github.com/thundernest/k-9)
- [Files](https://play.google.com/store/apps/details?id=com.google.android.apps.nbu.files)
- [Gallery](https://play.google.com/store/apps/details?id=com.google.android.apps.photosgo)
- [Calculator](https://play.google.com/store/apps/details?id=com.google.android.calculator)
Memory:
- [Amaze File Manager](https://github.com/TeamAmaze/AmazeFileManager)
- [Google Files](https://play.google.com/store/apps/details?id=com.google.android.apps.nbu.files)
- [Google Gallery](https://play.google.com/store/apps/details?id=com.google.android.apps.photosgo)
- [Google Calculator](https://play.google.com/store/apps/details?id=com.google.android.calculator)
- [fcitx5-android](https://github.com/fcitx5-android/fcitx5-android)
Security:
@ -35,32 +30,22 @@ Security:
Productivity:
- [Trello](https://play.google.com/store/apps/details?id=com.trello)
- [Notion](https://play.google.com/store/apps/details?id=notion.id)
- [Google Keep](https://play.google.com/store/apps/details?id=com.google.android.keep)
Social:
- [Tusky](https://github.com/tuskyapp/Tusky)
- [Glider for Hacker News](https://github.com/Mosc/Glider)
Misc:
- [Tailscale Android Client](https://github.com/tailscale/tailscale-android)
- [NewPipe](https://github.com/TeamNewPipe/NewPipe/)
- [Wavelet](https://play.google.com/store/apps/details?id=com.pittvandewitt.wavelet)
- [Binary Eye](https://github.com/markusfisch/BinaryEye)
- [Noice for Android](https://github.com/trynoice/android-app)
- [1.1.1.1](https://play.google.com/store/apps/details?id=com.cloudflare.onedotonedotonedotone)
- [NetGuard](https://github.com/M66B/NetGuard)
Make color (change frequently)
- [Delta Icons for Android](https://github.com/Delta-Icons/android)
- [Niagara Launcher](https://play.google.com/store/apps/details?id=bitpit.launcher)
If using Google:
- [Google One](https://play.google.com/store/apps/details?id=com.google.android.apps.subscriptions.red)
If buying Xiaomi devices:
- [Mi Home](https://play.google.com/store/apps/details?id=com.xiaomi.smarthome)
@ -73,3 +58,10 @@ Advance (be careful!!!):
- [Hail](https://github.com/aistra0528/Hail)
- [ReVanced Manager](https://github.com/ReVanced/revanced-manager)
- [Vanced MicroG](https://github.com/TeamVanced/VancedMicroG)
Memory:
- [Amaze File Manager](https://github.com/TeamAmaze/AmazeFileManager)
- [Simple Clock](https://github.com/SimpleMobileTools/Simple-Clock)
- [Simple Music Player](https://github.com/SimpleMobileTools/Simple-Music-Player)
- [Noice for Android](https://github.com/trynoice/android-app)