IOS 14: hydrospanner: Difference between revisions

From wikinotes
 
(14 intermediate revisions by the same user not shown)
Line 22: Line 22:
<blockquote>
<blockquote>
<syntaxhighlight lang="yaml">
<syntaxhighlight lang="yaml">
Settings > Keyboard > [ ] Auto-Correction
Settings > Keyboard:
  - [ ] Auto-Correction
 
Settings > Messages > Notifications > Customize Notifications:
  - Repeat Alerts: Never
</syntaxhighlight>
</syntaxhighlight>
</blockquote><!-- Settings -->
</blockquote><!-- Settings -->


= Apps =
= Apps =
<blockquote>
== Basics ==
<blockquote>
<blockquote>
<syntaxhighlight lang="yaml">
<syntaxhighlight lang="yaml">
- firefox
- firefox
- vlc
- downcast
- downcast
- downpour
- downpour
- audible
- audible
- bandcamp
- bandcamp
- flacbox
- reddit/apollo
- reddit/apollo
- igloo
- igloo
- tiny reader rss
- google authenticator
- google authenticator
</syntaxhighlight>
</syntaxhighlight>
Line 50: Line 55:
|-
|-
| [[reeder 5]]
| [[reeder 5]]
|-
| [[flacbox]]
|-
| [[igloo irc]]
|-
| [[SimpleCal]]
|-
| [[signl4]]
|-
| [[beorg]]
|-
| [[mobius sync]]
|-
|}
|}
</blockquote><!-- Basics -->
== Games ==
<blockquote>
<syntaxhighlight lang="yaml">
- chrono trigger
- 2048
- sudoku.com
- ai dungeon
</syntaxhighlight>
</blockquote><!-- Games -->
</blockquote><!-- Apps -->
</blockquote><!-- Apps -->


Line 93: Line 122:
</source>
</source>
</blockquote><!-- carddave/caldav -->
</blockquote><!-- carddave/caldav -->
= Synchronizing Music =
<blockquote>
Instead of using itunes, I've opted to use '''flacbox'''. It allows you to define an SMB share, and browse/download music to your phone from it.
<syntaxhighlight lang="yaml">
Flacbox > Settings > Reactivate Purchase
</syntaxhighlight>
UI style
<source lang="yaml">
Flacbox > Settings > User Interface > Cerulean
</source>
Add Songs
<source lang="yaml">
Connect:
    Add Account:
        SMB:
            url:      smb://192.168.1.220/music
            workgroup: WORKGROUP
            login:    smbguest
            password:  <password>
Navigate to Folder:
    (...) Download
</source>
</blockquote><!-- synchronizing music -->
= Podcasts =
<blockquote>
<syntaxhighlight lang="yaml">
- the crate and crowbar
- science magazine
- quirks and quarks
- bsd now
</syntaxhighlight>
</blockquote><!-- Podcasts -->
= Igloo Irc =
<blockquote>
<syntaxhighlight lang="yaml">
host: ${DOMAIN.COM}
port: ${PORT}
password: ${LOGIN_PASS}
nick: ${NICK}
ident: ${ZNC_USER}/${ZNC_SERVERNAME}  # ex: vaderd/liberachat
name:  ${ZNC_USER}/${ZNC_SERVERNAME}
</syntaxhighlight>
</blockquote><!-- Irc -->
= Reeder 5 =
<blockquote>
<syntaxhighlight lang="yaml">
- Settings: Add Account
  - Fever:
      Description: https://${DOMAIN}:${PORT}/plugins.local/fever/
      Sync: Background Refresh
</syntaxhighlight>
</blockquote><!-- Reeder 5 -->

Latest revision as of 15:13, 23 May 2023

Builtin

# system tray
- safari
- mail
- phone
- imessage

# keep
- calendar
- photos
- notes
- settings
- contacts
- maps

Settings

Settings > Keyboard: 
  - [ ] Auto-Correction

Settings > Messages > Notifications > Customize Notifications:
  - Repeat Alerts: Never

Apps

Basics

- firefox
- vlc
- downcast
- downpour
- audible
- bandcamp
- reddit/apollo
- igloo
- google authenticator
kybook3
pgp everywhere
quick text
reeder 5
flacbox
igloo irc
SimpleCal
signl4
beorg
mobius sync

Games

- chrono trigger
- 2048
- sudoku.com
- ai dungeon

Notifications Center

swipe left (from anywhere):
    scroll to bottom
    edit
        - calendar
        - weather
        - omnistat: memory
        - omnistat: cpu

CardDav/CalDav Sync

adding caldav/carddav to iphone:

Settings > Contacts:
  Accounts
    Add Account: Other
       Add CardDav Account:
         server: https://${DOMAIN.COM}:${PORT}/card.php/principals/will
         username: will
         password: <password>
  Default: default
Settings > Calendars:
   Accounts
     Add Account: Other
       Add CardDav Account:
         server: https://${DOMAIN.COM}:${PORT}/cal.php/principals/will
         username: will
         password: <password>
   Default Account: Baikal (carddav)