<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ayatana-indicator-power/src/service.c, branch main</title>
<subtitle>Ayatana Indicator Power Service</subtitle>
<id>https://openid.arctica-project.org/ayatana-indicator-power/atom?h=main</id>
<link rel='self' href='https://openid.arctica-project.org/ayatana-indicator-power/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-power/'/>
<updated>2024-06-24T11:40:11+00:00</updated>
<entry>
<title>src/service.c: Suppress power statistics in greeter mode</title>
<updated>2024-06-24T11:40:11+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2024-06-24T11:40:11+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-power/commit/?id=bf76707bdcb89c0b89f733791751b56e23575122'/>
<id>urn:sha1:bf76707bdcb89c0b89f733791751b56e23575122</id>
<content type='text'>
fixes https://github.com/AyatanaIndicators/ayatana-indicator-power/issues/93
</content>
</entry>
<entry>
<title>src/service.c: A session is local, if it is not remote. This avoids detecting e.g. chroots as remote sessions.</title>
<updated>2024-05-27T21:05:40+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2024-05-27T21:05:40+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-power/commit/?id=f57a1661073fd84dd0c76b1763c70686934b66e7'/>
<id>urn:sha1:f57a1661073fd84dd0c76b1763c70686934b66e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>{CMakeLists.txt,src/service.c}: Make building against librda optional.</title>
<updated>2023-11-04T06:23:28+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2023-11-04T06:23:28+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-power/commit/?id=55c6fbd978d2d6922a2cd72c422ae8c581268721'/>
<id>urn:sha1:55c6fbd978d2d6922a2cd72c422ae8c581268721</id>
<content type='text'>
</content>
</entry>
<entry>
<title>src/service.c: Ignore RDA's opinion when on Lomiri. Assume local session for Lomiri.</title>
<updated>2023-08-31T11:25:09+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2023-08-31T11:23:07+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-power/commit/?id=bc6df2034b1fea39f326e8e9264f23e88b2dbeef'/>
<id>urn:sha1:bc6df2034b1fea39f326e8e9264f23e88b2dbeef</id>
<content type='text'>
Relates to: https://github.com/ArcticaProject/librda/issues/8
Relates to: https://gitlab.com/ubports/development/core/packaging/ayatana-indicators/ayatana-indicator-power/-/issues/7#note_1535612053
</content>
</entry>
<entry>
<title>Do not show when in a remote session</title>
<updated>2023-08-10T17:44:56+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2023-08-10T17:44:56+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-power/commit/?id=319748d4476c7731d883597f6a2c161d865e1049'/>
<id>urn:sha1:319748d4476c7731d883597f6a2c161d865e1049</id>
<content type='text'>
fixes https://github.com/AyatanaIndicators/ayatana-indicator-power/issues/13
</content>
</entry>
<entry>
<title>src/service.c: stop special-casing Lomiri for level indicator type</title>
<updated>2023-07-12T00:23:15+00:00</updated>
<author>
<name>Ratchanan Srirattanamet</name>
<email>ratchanan@ubports.com</email>
</author>
<published>2023-06-29T17:19:23+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-power/commit/?id=822b8010b127974286bd19133654dfbfe5ce94f2'/>
<id>urn:sha1:822b8010b127974286bd19133654dfbfe5ce94f2</id>
<content type='text'>
Since the change in level reporting from an action to menu attribute is
a breaking change for Lomiri anyway, we might as well let Lomiri use
.level indicator type.

This reduces 1 special case for Lomiri, for which there is multiple
throughout the codebase. We probably want to minimize this over time...

Bug-UBports: https://gitlab.com/ubports/development/core/lomiri/-/issues/70
</content>
</entry>
<entry>
<title>src/service.c: also update devices section on phone profile</title>
<updated>2023-07-11T09:42:38+00:00</updated>
<author>
<name>Ratchanan Srirattanamet</name>
<email>ratchanan@ubports.com</email>
</author>
<published>2023-06-14T17:06:46+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-power/commit/?id=1ac0b0f69997968a65d78cfbc09d87c6b25d7441'/>
<id>urn:sha1:1ac0b0f69997968a65d78cfbc09d87c6b25d7441</id>
<content type='text'>
Since there's no longer an action to update the battery level, now the
submenu itself has to also be updated on the phone.

Bug-UBports: https://gitlab.com/ubports/development/core/lomiri/-/issues/70
</content>
</entry>
<entry>
<title>Do not use charge-aware icons in the menu</title>
<updated>2023-05-05T21:37:05+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2023-04-05T11:51:53+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-power/commit/?id=8f7c0cdbfd3ac5166a9628f917a0184fe5a44628'/>
<id>urn:sha1:8f7c0cdbfd3ac5166a9628f917a0184fe5a44628</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use the device model name in the menu</title>
<updated>2023-05-05T21:37:05+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2023-04-05T11:25:10+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-power/commit/?id=906c021e2ebd927b512c9d52c03c17e70c01f065'/>
<id>urn:sha1:906c021e2ebd927b512c9d52c03c17e70c01f065</id>
<content type='text'>
</content>
</entry>
<entry>
<title>src/service.c: Use level or progress IDO as needed</title>
<updated>2023-05-05T21:37:05+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2023-04-05T08:20:47+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-power/commit/?id=eeea7eab9aa5877f8e00cf3993ed088abd498427'/>
<id>urn:sha1:eeea7eab9aa5877f8e00cf3993ed088abd498427</id>
<content type='text'>
</content>
</entry>
</feed>
