LightBlog

jeudi 2 décembre 2021

Microsoft Office’s Windows 11-inspired design is now available

Microsoft has begun rolling out the new design for its Office suite of apps on Windows to the general public, the company announced today. Microsoft initially announced this new design for the Office apps back in the summer, and it’s meant to align with Windows 11, which launched just two months ago.

The new design features a cleaner look with a lighter emphasis on the accent color of each app. Instead, the frame of the window as well as the rest of the app, will follow the system’s dark or light theme by default, though you can change this. The ribbon also looks a bit different, and it now looks more like a floating panel that pops out of the window. It also uses rounded corners, in typical Windows 11 style.

New Office apps design in Windows 11

Microsoft says it’s also working in adding support for the Mica transparency effect that’s characteristic of Windows 11. If you’re unfamiliar with it, this is the effect you see in the Windows 11 start menu, the Settings app, and other parts of the OS that use transparency.

While the new Office design is inspired by Windows 11, Windows 10 users also get access to it, though the Mica effect won’t be available to them. Also, Windows 11 users are apparently being prioritized for this design. If you’re running the new OS and you have a Microsoft 365 subscription enrolled in the Current Channel or a Microsoft Office 2021 perpetual license, then you can access the update right now by using the Coming soon toggle in the title bar of Office apps. If you’re still running Windows 10, only some users can currently do this, and the update will continue to roll out over time. Microsoft says the update is currently available to 50% of users running the latest version of Office.

If you’re trying to enable this feature, there are some things worth noting. The Coming soon toggle is only available in Word, Excel, PowerPoint, OneNote, and Outlook, but Outlook doesn’t let you enable the new look. You’ll need to enable it in of the other four apps, but once you do, it will be applied to all your Office apps, including Access, Outlook, Project, Publisher, and Visio.

The post Microsoft Office’s Windows 11-inspired design is now available appeared first on xda-developers.



from xda-developers https://ift.tt/3G5iRSM
via IFTTT

Android 12L Developer Preview 1 arrives for the Lenovo P12 Pro

Android is constantly changing and improving, and the platform has matured over the years to be one of the most dominant operating systems in the world. Android 12 is the most recent Android version, arriving in an anti-climactic AOSP source code drop at the start of October. It was followed by a Pixel series rollout a few weeks later, alongside the launch of the Google Pixel 6 series. At the time, we had already gotten our hands on what we thought was Android 12.1, though we later learned that it would be called “Android 12L” and that the first beta release would arrive for the Pixel lineup in December. Android 12L Developer Preview 1 is now available for the Lenovo P12 Pro, and you can install it already.

Read more: Here are all the new features and UI changes in Android 12L

Interestingly, we already know a lot of what Google has planned for Android 12L. It’s an update primarily focused around large-screen foldables and tablets, which is why Google has partnered with Lenovo to launch the first developer preview. In its current state, there’s not a whole lot that can be tested on regular smartphones. Android 12L doesn’t do much aside from adjusting the layout of multiple system interfaces in order to take advantage of larger displays with a screen width greater than 600dp, meaning that you’ll need a tablet to see them.

Android 12L Developer Preview 1’s changelog is pretty short as a result, and it’s stuff that we’ve already seen documented.

  • The first large screen optimized Android OS with new APIs for application developers to provide a better app usage experience in landscape mode, including easier multitasking, system UI optimization and more.
  • Security patch updated to 2021-11-01

If you’re an average user, there’s no real reason to install this developer preview yet. It will likely have bugs and other problems, not to mention that the install process itself is painful. You need to make sure your P12 Pro is the Wi-Fi edition only, and installing Android 12L will wipe your device. Not only that but there’s a pretty long list of problems right now, too.

  • ‘Copy apps& data’ in OOBE is not supported.
  • Fingerprint unlock is not supported
  • Face Unlock is not supported
  • TOF sensor related function is removed
  • Stylus key function is not supported but basic function works
  • Touchpad functions with two fingers are not supported
  • Touchpad swipe up/down/left/right with 3 or 4 fingers are not supported
  • Miracast function is not supported
  • Screen output via cable (extended screen) can be supported when force desktop mode> is turned on in developer menu.
  • Cast Via HDMI (extended screen) can be supported when <force desktop mode> is turned on in developer menu.
  • VPN is not tested and may not work properly
  • WIDI is not supported
  • Please manually connect keyboard to your device via bluetooth to display battery info of keyboard in Settings.

You can rollback using Lenovo’s official rollback tool, but again, that will also wipe data on your device, and it requires a Windows operating system to run. If you want to try out Android 12L on your Lenovo P12 Pro, then you can check out the official developer site to learn how to install it.

The post Android 12L Developer Preview 1 arrives for the Lenovo P12 Pro appeared first on xda-developers.



from xda-developers https://ift.tt/3lu4hw2
via IFTTT

JetBrains releases Compose Multiplatform 1.0 for creating Kotlin-based Android, desktop, and web apps

JetBrains produces some of the most popular integrated development environments (IDEs) around for creating software with Java, PHP, Kotlin, and other programming languages. The company has also been working on JetBrains Compose Multiplatform, a framework for creating cross-platform applications based on the Kotlin language (and is connected to Google’s Jetpack Compose). Multiplatform has been in various stages of development across different platforms for a while, and now JetBrains says it’s ready for everyone to use on Android, desktop, and the web.

JetBrains said on Thursday, “with Compose Multiplatform by Jetbrains, developers can easily create desktop apps with UI in Kotlin. The framework is declarative, so the code reflects the UI and developers don’t need to worry about UI update logic, it allows them to preview parts of the UI without building the whole app, and shares the common API with Jetpack Compose by Google to simplify the adoption. […] Developers can share their UI and state management code between Android, Desktop and Web, and easily port the Android Jetpack Compose-based apps to desktop. ”

That all means that it’s now possible to create applications across Windows, macOS, Linux, Android, and the web with a single Kotlin codebase. Desktop apps can use menus, keyboard shortcuts, and notifications, with hardware-accelerated rendering using the Skia graphics library. Web apps built with Multiplatform have access to special CSS abilities for interacting with page elements.

There’s no shortage of frameworks at this point for creating cross-platform software, with Electron likely being the most popular right now (powering Discord, Slack, Microsoft Teams, Skype, and many others), though Electron does not support mobile at all. Google is currently developing Flutter, which uses the Dart programming language and currently supports desktop platforms, mobile, and the web — same as Jetpack Compse Multiplatform.

More information about Compose Multiplatform is available on JetBrains’ website.

The post JetBrains releases Compose Multiplatform 1.0 for creating Kotlin-based Android, desktop, and web apps appeared first on xda-developers.



from xda-developers https://ift.tt/3Dlqume
via IFTTT

JetBrains releases Compose Multiplatform 1.0 for creating Kotlin-based Android, desktop, and web apps

JetBrains produces some of the most popular integrated development environments (IDEs) around for creating software with Java, PHP, Kotlin, and other programming languages. The company has also been working on JetBrains Compose Multiplatform, a framework for creating cross-platform applications based on the Kotlin language (and is connected to Google’s Jetpack Compose). Multiplatform has been in various stages of development across different platforms for a while, and now JetBrains says it’s ready for everyone to use on Android, desktop, and the web.

JetBrains said on Thursday, “with Compose Multiplatform by Jetbrains, developers can easily create desktop apps with UI in Kotlin. The framework is declarative, so the code reflects the UI and developers don’t need to worry about UI update logic, it allows them to preview parts of the UI without building the whole app, and shares the common API with Jetpack Compose by Google to simplify the adoption. […] Developers can share their UI and state management code between Android, Desktop and Web, and easily port the Android Jetpack Compose-based apps to desktop. ”

That all means that it’s now possible to create applications across Windows, macOS, Linux, Android, and the web with a single Kotlin codebase. Desktop apps can use menus, keyboard shortcuts, and notifications, with hardware-accelerated rendering using the Skia graphics library. Web apps built with Multiplatform have access to special CSS abilities for interacting with page elements.

There’s no shortage of frameworks at this point for creating cross-platform software, with Electron likely being the most popular right now (powering Discord, Slack, Microsoft Teams, Skype, and many others), though Electron does not support mobile at all. Google is currently developing Flutter, which uses the Dart programming language and currently supports desktop platforms, mobile, and the web — same as Jetpack Compse Multiplatform.

More information about Compose Multiplatform is available on JetBrains’ website.

The post JetBrains releases Compose Multiplatform 1.0 for creating Kotlin-based Android, desktop, and web apps appeared first on xda-developers.



from xda-developers https://ift.tt/3Dlqume
via IFTTT

Apple announces the best apps and games of 2021 on its ecosystem

It’s the last month of the year already — December. It’s when some major corporations share data with their users about how they’ve used their services in the past 11 months. Spotify and other music streaming services, for example, allow you to check the statistics revolving around your listening habits. And Google has already shared its list of top apps and games for this year. Apple is no stranger to this annual event, and it has also announced its equivalent list. It will be sending physical awards to the winners, too — as it has done yearly for over a decade now.

In a newsroom post, Tim Cook — Apple’s CEO — stated:

The developers who won App Store Awards in 2021 harnessed their own drive and vision to deliver the best apps and games of the year — sparking the creativity and passion of millions of users around the world. From self-taught indie coders to inspiring leaders building global businesses, these standout developers innovated with Apple technology, with many helping to foster the profound sense of togetherness we needed this year.

2021 App Store Award Winners

Apps

  • iPhone App of the YearToca Life World, from Toca Boca.
  • iPad App of the Year: LumaFusion, from LumaTouch.
  • Mac App of the Year: Craft, from Luki Labs Limited.
  • Apple TV App of the Year: DAZN, from DAZN Group.
  • Apple Watch App of the Year: Carrot Weather, from Grailr.

Games

Trend of the Year: Connection

This year’s top trend is Connection, and winners brought people together in meaningful ways — while meeting social, personal, and professional needs for users around the world.

Which of the winning apps and games do you actively use or play? Let us know in the comments section below.

The post Apple announces the best apps and games of 2021 on its ecosystem appeared first on xda-developers.



from xda-developers https://ift.tt/3EhmRPD
via IFTTT

Apple announces the best apps and games of 2021 on its ecosystem

It’s the last month of the year already — December. It’s when some major corporations share data with their users about how they’ve used their services in the past 11 months. Spotify and other music streaming services, for example, allow you to check the statistics revolving around your listening habits. And Google has already shared its list of top apps and games for this year. Apple is no stranger to this annual event, and it has also announced its equivalent list. It will be sending physical awards to the winners, too — as it has done yearly for over a decade now.

In a newsroom post, Tim Cook — Apple’s CEO — stated:

The developers who won App Store Awards in 2021 harnessed their own drive and vision to deliver the best apps and games of the year — sparking the creativity and passion of millions of users around the world. From self-taught indie coders to inspiring leaders building global businesses, these standout developers innovated with Apple technology, with many helping to foster the profound sense of togetherness we needed this year.

2021 App Store Award Winners

Apps

  • iPhone App of the YearToca Life World, from Toca Boca.
  • iPad App of the Year: LumaFusion, from LumaTouch.
  • Mac App of the Year: Craft, from Luki Labs Limited.
  • Apple TV App of the Year: DAZN, from DAZN Group.
  • Apple Watch App of the Year: Carrot Weather, from Grailr.

Games

Trend of the Year: Connection

This year’s top trend is Connection, and winners brought people together in meaningful ways — while meeting social, personal, and professional needs for users around the world.

Which of the winning apps and games do you actively use or play? Let us know in the comments section below.

The post Apple announces the best apps and games of 2021 on its ecosystem appeared first on xda-developers.



from xda-developers https://ift.tt/3EhmRPD
via IFTTT

Leaked Galaxy A73 renders reveal a familiar design and missing headphone jack

Over the last few weeks, we have seen multiple leaks of the upcoming Galaxy A series phones. Early last month, we got an early look at the Galaxy A53 through leaked renders. Then a week later, leaked renders of the Galaxy A33 surfaced online, revealing its overall design and a few specifications. Now yet another Galaxy A series phone has leaked: the Galaxy A73.

OnLeaks and Zouton have published high-quality renders of the Galaxy A73, providing us a very first look at the Galaxy A72 successor. As far as design goes, the Galaxy A73 doesn’t look radically different from its predecessor.

As you can see in the images linked below, the phone features a rectangular camera module on the back and the centered hole-punch display on the front.

Galaxy A73 front and back Galaxy A73 display and back Galaxy A73 upside down

The power button and volume rocker keys sit on the right side of a plastic frame while the bottom houses a USB Type C port, speaker grille, and microphone. Similar to the Galaxy A53, the Galaxy A73 also seems to be doing away with the 3.5mm audio jack. The phone measures 163.8 x 76.0 x 7.6mm (9.3mm with the rear camera bump).

As per the leak, the Galaxy A73 features a flat 6.7-inch FHD+ display with 1080 x 2400 resolution. It will be powered by Qualcomm’s Snapdragon 750G chipset, a step up from the Snapdragon 720G on the Galaxy A72. It will reportedly feature a 108MP main camera on the back, a 5,000mAh battery with 33W fast charging support, and up to 8GB RAM and 128GB storage.

According to Zouton, the Galaxy A73 may launch in India at the end of December with a starting price of ₹32,999. Samsung hasn’t officially confirmed anything about the phone.

The post Leaked Galaxy A73 renders reveal a familiar design and missing headphone jack appeared first on xda-developers.



from xda-developers https://ift.tt/32SyQp0
via IFTTT