Build your phone app on your phone

TWIF generated on Thursday, 11 Jan 2024, Week 2

Community News

Akash Yadav announces the inclusion of AndroidIDE

Though still in its early stages (beta), AndroidIDE provides features like Gradle build support, code completions, code actions, basic code navigation, source code analysis, drag-n-drop UI designer (experimental) and a Termux-based terminal with required packages.

Its feature list is interesting, but do note the biggest limitations though: no NDK support at least for now (this means that if your app has per architecture libs, they can’t yet be built).

For fun we’ve tried to build F-Droid client on our phones but hit a bug, we’ll report back on progress in future TWIFs.

@Licaon_Kter updates us on NewPipe:

As the first TWIF of the year mentioned, latest NewPipe versions are not yet published since they were not reproducible. The NewPipe team is aware and we are waiting for a fix.

SimpleX Chat was updated to version 5.4.2 for the arm64 architecture too, hence you’ll see an update, albeit the version is the same.

Smoke and SmokeStack were updated too, bringing a new SmokeStack icon but also loosen the minimal needed version, from Android 9 to Android 7.1, so more users can enjoy them.

Updated Apps

75 more apps were updated

Thank you for reading this week’s TWIF 🙂
Please subscribe to the RSS feed in your favourite RSS application to be updated of new TWIFs when they come up.

You are welcome to join the TWIF forum thread if you have any news from around the community, maybe it will be featured next week 😉

A 26 bit build of RISC OS

This is a Rom Image and hard disc image of RISC OS, built from the open ROOL sources, but compiled up in 26bit compatible mode. It mostly uses code from approx 2000-2002, compiled up with a set of contempory tools. It should be compatible with Acorn RiscPCs, A7000s, A7000+, and the emulator RPCEmu. ↫ Peter Howkins I’m not particularly well-versed in the world of RISC OS, but I think this build is targeting older machines that use 26bit ARM processors.

Do Me Over

Hello guys if you want to send any amount of donation I’m grateful can send via paypal>> https://shorturl.at/epCQ8 thank you in advance

#reelshort #fyp #billionaire #rich #wealthy #app #drama #film #movie #tv #tvseries #romance #love #marriage #relationship #couple #couples #SATURDAY #saturday#saturdaymood #weekend

Teo-Ong after epic second round win: When the fans don’t give up, so don’t we

Malaysia’s independent men’s doubles pair Teo Ee Yi-Ong Yew Sin say they will not give up when the fans keep on cheering for them. The world No. 12 pair came from behind in the rubber set to beat Denmark’s Kim Astrup-Anders Skaarup Rasmussen 21-10, 11-21, 24-22 in their second round of the Petronas Malaysia Open on Thursday (Jan 11).

WATCH MORE: https://thestartv.com/c/news
SUBSCRIBE: https://cutt.ly/TheStar
LIKE: https://fb.com/TheStarOnline

Microsoft Bing Webmaster Tools – How To Block Urls From Bing’s Index: Itay Verchik IVBS SEO / PPC

The Complete Guide On Blocking URLs From The Bing Search Engine Index:
https://itayverchik.com/block-urls-from-bings-index/

In this guide, I show you how to block pages from Bing’s index.

To Sign Up For The Keywords Tracking System:
https://say-v.com/

Join now the community of Webmasters and SEO Marketers completely free:
https://www.facebook.com/groups/itayverchik

To purchase Elementor Pro, the world’s best WordPress page designer:
https://trk.elementor.com/2500

Don’t Have A Web Hosting Account Yet Or Are You Just Not Satisfied With Your Existing Hosting?
Get A 25% Discount For Cloudways Web Hosting For The First 3 Months:
https://platform.cloudways.com/signup?id=314159&coupon=VERCHIK

Web Wash: Getting Started with Gutenberg (Block Editor) in Drupal (2024)

The Gutenberg Editor is a powerful page building tool for Drupal that utilizes a block building system to create and edit content.

This comprehensive guide walks you through each step of setting up and using the Gutenberg Editor.

From downloading and installing the Gutenberg module, to enabling it on your content types, and finally using it to create your content using blocks, this guide has you covered.

To get the most out of this guide, follow the video above.

DSA removal from OpenSSH

The OpenSSH project
has
announced
the timeline for the removal of
DSA support from OpenSSH:

[…]
OpenSSH plans to remove support for DSA keys in the near future. This
message describes our rationale, process and proposed timeline.

Rationale
---------

DSA, as specified in the SSHv2 protocol, is inherently weak - being
limited to a 160 bit private key and use of the SHA1 digest. Its
estimated security level is <=80 bits symmetric equivalent[1][2].

OpenSSH has disabled DSA keys by default since 2015 but has retained
optional support for them. DSA is the only mandatory-to-implement
algorithm in the SSHv2 RFCs[3], mostly because alternative algorithms
were encumbered by patents when the SSHv2 protocol was designed and
specified.
[…]
In summary:

2024/01 - this announcement
2024/03 (estimated) - DSA compile-time optional, enabled by default
2024/06 (estimated) - DSA compile-time optional, *disabled* by default
2025/01 (estimated) - DSA is removed from OpenSSH

Please read the
announcement message
for full details.