Skip to content

Commit

Permalink
rebranding
Browse files Browse the repository at this point in the history
  • Loading branch information
FaFre committed Jul 23, 2024
1 parent 2b49f0f commit 9d4c975
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:

bang_navigator Copyright (C) 2024 Fabian Freund
Lensai Copyright (C) 2024 Fabian Freund
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
Expand Down
2 changes: 1 addition & 1 deletion PRIVACY_POLICY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
**Privacy Policy**

This privacy policy applies to the BangNavigator: A Kagi Browser app (hereby referred to as "Application") for mobile devices that was created by Fabian Freund (hereby referred to as "Service Provider") as an Open Source service. This service is intended for use "AS IS".
This privacy policy applies to the Lensai app (hereby referred to as "Application") for mobile devices that was created by Fabian Freund (hereby referred to as "Service Provider") as an Open Source service. This service is intended for use "AS IS".

**Information Collection and Use**

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<p align="center">
<img width="250" src="https://raw.githubusercontent.com/FaFre/bang_navigator/main/app/assets/icon/icon.png" alt="BangNavigator Logo">
<img width="250" src="https://raw.githubusercontent.com/FaFre/bang_navigator/main/app/assets/icon/icon.png" alt="Lensai Logo">
</p>

# BangNavigator - A Privacy-Focused Browser for Kagi
# Lensai - A Privacy-Focused Browser for Kagi

Welcome to the GitHub repository of BangNavigator, a privacy-centric search and research browser designed to enhance your mobile search experience while ensuring your personal data and identity remains secure during research. Built with Flutter, BangNavigator offers a seamless and intuitive interface across both Android and iOS devices, integrating the powerful tools of Kagi Search Engine.
Welcome to the GitHub repository of Lensai, a privacy-centric search and research browser designed to enhance your mobile search experience while ensuring your personal data and identity remains secure during research. Built with Flutter, Lensai offers a seamless and intuitive interface across both Android and iOS devices, integrating the powerful tools of Kagi Search Engine.

## Features

BangNavigator is packed with a variety of features aimed at improving usability and maintaining privacy:
Lensai is packed with a variety of features aimed at improving usability and maintaining privacy:

- **Privacy by Default**: Incognito mode is enabled by default to keep your searches and browsing history private.
- **[Kagi Integration](https://github.com/FaFre/bang_navigator/wiki/Kagi-Tools)**: Seamlessly integrates Kagi's search, assistant, and summarizer tools within a user-friendly interface.
- **[Easy Sharing](https://github.com/FaFre/bang_navigator/wiki/Kagi-Tools)**: Share URLs or text from any app directly into BangNavigator without the need to copy and paste, for direct use with summarizer/assistant.
- **[Easy Sharing](https://github.com/FaFre/bang_navigator/wiki/Kagi-Tools)**: Share URLs or text from any app directly into Lensai without the need to copy and paste, for direct use with summarizer/assistant.
- **[Quick Summarization](https://github.com/FaFre/bang_navigator/wiki/Browser)**: Long press any link on a website to get a summary via Kagi's summarizer.
- **[Content Blocking](https://github.com/FaFre/bang_navigator/wiki/Content-Blocking)**: A powerful content blocker is enabled by default to filter out ads, malware, and tracking sites.
- **[Home Widgets](https://github.com/FaFre/bang_navigator/wiki/Home-Widget)**: Includes home screen widgets in three different sizes for quick actions, enhancing productivity.
Expand Down
2 changes: 1 addition & 1 deletion TOC.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
**Terms & Conditions**

These terms and conditions applies to the BangNavigator: A Kagi Browser app (hereby referred to as "Application") for mobile devices that was created by Fabian Freund (hereby referred to as "Service Provider") as an Open Source service.
These terms and conditions applies to the Lensai app (hereby referred to as "Application") for mobile devices that was created by Fabian Freund (hereby referred to as "Service Provider") as an Open Source service.

Upon downloading or utilizing the Application, you are automatically agreeing to the following terms. It is strongly advised that you thoroughly read and understand these terms prior to using the Application. Unauthorized copying, modification of the Application, any part of the Application, or our trademarks is strictly prohibited. Any attempts to extract the source code of the Application, translate the Application into other languages, or create derivative versions are not permitted. All trademarks, copyrights, database rights, and other intellectual property rights related to the Application remain the property of the Service Provider.

Expand Down
2 changes: 1 addition & 1 deletion app/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.INTERNET" />
<application
android:label="BangNavigator"
android:label="Lensai"
android:name="${applicationName}"
android:icon="@mipmap/launcher_icon"
android:usesCleartextTraffic="true">
Expand Down
4 changes: 2 additions & 2 deletions app/android/app/src/main/res/layout/compact_widget.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
style="@style/Widget.BangNavigatorWidget.AppWidget.Container"
style="@style/Widget.LensaiWidget.AppWidget.Container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:padding="16dp"
android:theme="@style/Theme.BangNavigatorWidget.AppWidgetContainer"
android:theme="@style/Theme.LensaiWidget.AppWidgetContainer"
android:gravity="center_vertical">

<Button
Expand Down
4 changes: 2 additions & 2 deletions app/android/app/src/main/res/layout/full_widget.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
style="@style/Widget.BangNavigatorWidget.AppWidget.Container"
style="@style/Widget.LensaiWidget.AppWidget.Container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:padding="16dp"
android:theme="@style/Theme.BangNavigatorWidget.AppWidgetContainer">
android:theme="@style/Theme.LensaiWidget.AppWidgetContainer">

<Button
android:id="@+id/search_button"
Expand Down
4 changes: 2 additions & 2 deletions app/android/app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
<item name="android:windowBackground">?android:colorBackground</item>
</style>

<style name="Widget.BangNavigatorWidget.AppWidget.Container" parent="android:Widget">
<style name="Widget.LensaiWidget.AppWidget.Container" parent="android:Widget">
<item name="android:id">@android:id/background</item>
<item name="android:background">?android:attr/colorBackground</item>
</style>

<style name="Widget.BangNavigatorWidget.AppWidget.InnerView" parent="android:Widget">
<style name="Widget.LensaiWidget.AppWidget.InnerView" parent="android:Widget">
<item name="android:background">?android:attr/colorBackground</item>
<item name="android:textColor">?android:attr/textColorPrimary</item>
</style>
Expand Down
6 changes: 3 additions & 3 deletions app/android/app/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
<style name="Theme.BangNavigatorWidget" parent="@style/Theme.Material3.DayNight.NoActionBar">
<style name="Theme.LensaiWidget" parent="@style/Theme.Material3.DayNight.NoActionBar">
<!-- Primary brand color. -->
<item name="colorPrimary">@color/purple_500</item>
<item name="colorPrimaryVariant">@color/purple_700</item>
Expand All @@ -14,7 +14,7 @@
<!-- Customize your theme here. -->
</style>

<style name="Theme.BangNavigatorWidget.AppWidgetContainerParent" parent="@android:style/Theme.DeviceDefault">
<style name="Theme.LensaiWidget.AppWidgetContainerParent" parent="@android:style/Theme.DeviceDefault">
<!-- Radius of the outer bound of widgets to make the rounded corners -->
<item name="appWidgetRadius">16dp</item>
<!--
Expand All @@ -24,7 +24,7 @@
<item name="appWidgetInnerRadius">8dp</item>
</style>

<style name="Theme.BangNavigatorWidget.AppWidgetContainer" parent="Theme.BangNavigatorWidget.AppWidgetContainerParent">
<style name="Theme.LensaiWidget.AppWidgetContainer" parent="Theme.LensaiWidget.AppWidgetContainerParent">
<!-- Apply padding to avoid the content of the widget colliding with the rounded corners -->
<item name="appWidgetPadding">16dp</item>
</style>
Expand Down
6 changes: 3 additions & 3 deletions app/assets/landing/description.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Welcome to BangNavigator, a privacy-centric search and research browser designed to enhance your mobile search experience while ensuring your personal data and identity remains secure during research. BangNavigator offers a seamless and intuitive interface, integrating the powerful tools of Kagi Search Engine.
Welcome to Lensai, a privacy-centric search and research browser designed to enhance your mobile search experience while ensuring your personal data and identity remains secure during research. Lensai offers a seamless and intuitive interface, integrating the powerful tools of Kagi Search Engine.

BangNavigator is packed with a variety of features aimed at improving usability and maintaining privacy:
Lensai is packed with a variety of features aimed at improving usability and maintaining privacy:

- **Privacy by Default**: Incognito mode is enabled by default to keep your searches and browsing history private.
- **[Kagi Integration](https://github.com/FaFre/bang_navigator/wiki/Kagi-Tools)**: Seamlessly integrates Kagi's search, assistant, and summarizer tools within a user-friendly interface.
- **[Easy Sharing](https://github.com/FaFre/bang_navigator/wiki/Kagi-Tools)**: Share URLs or text from any app directly into BangNavigator without the need to copy and paste, for direct use with summarizer/assistant.
- **[Easy Sharing](https://github.com/FaFre/bang_navigator/wiki/Kagi-Tools)**: Share URLs or text from any app directly into Lensai without the need to copy and paste, for direct use with summarizer/assistant.
- **[Quick Summarization](https://github.com/FaFre/bang_navigator/wiki/Browser)**: Long press any link on a website to get a summary via Kagi's summarizer.
- **[Content Blocking](https://github.com/FaFre/bang_navigator/wiki/Content-Blocking)**: A powerful content blocker is enabled by default to filter out ads, malware, and tracking sites.
- **[Home Widgets](https://github.com/FaFre/bang_navigator/wiki/Home-Widget)**: Includes home screen widgets in three different sizes for quick actions, enhancing productivity.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class LandingContent extends HookConsumerWidget {
child: Column(
children: [
Text(
'BangNavigator',
'Lensai',
style: textTheme.titleLarge?.copyWith(fontWeight: FontWeight.bold),
textAlign: TextAlign.center,
),
Expand Down
8 changes: 4 additions & 4 deletions metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
BangNavigator - A Privacy-Focused Browser for Kagi
Lensai - A Privacy-Focused Browser for Kagi

Welcome to BangNavigator, a privacy-centric search and research browser designed to enhance your mobile search experience while ensuring your personal data and identity remains secure during research. Built with Flutter, BangNavigator offers a seamless and intuitive interface across both Android and iOS devices, integrating the powerful tools of Kagi Search Engine.
Welcome to Lensai, a privacy-centric search and research browser designed to enhance your mobile search experience while ensuring your personal data and identity remains secure during research. Built with Flutter, Lensai offers a seamless and intuitive interface across both Android and iOS devices, integrating the powerful tools of Kagi Search Engine.

BangNavigator is packed with a variety of features aimed at improving usability and maintaining privacy:
Lensai is packed with a variety of features aimed at improving usability and maintaining privacy:

- Cross-Platform Support: Developed using Flutter, ensuring a consistent and smooth experience on both Android and iOS.
-Native Browser Engine: Utilizes the native browser engine of the device for optimal performance and compatibility.
- Privacy by Default: Incognito mode is enabled by default to keep your searches and browsing history private.
- Full Browser Functionality: Includes all the essential features of a basic browser to browse the web efficiently.
- Kagi Integration: Seamlessly integrates Kagi's search, assistant, and summarizer tools within a user-friendly interface.
- Easy Sharing: Share URLs or text from any app directly into BangNavigator without the need to copy and paste, for direct use with summarizer/assistant.
- Easy Sharing: Share URLs or text from any app directly into Lensai without the need to copy and paste, for direct use with summarizer/assistant.
- Quick Summarization: Long press any link on a website to get a summary via Kagi's summarizer.
- Enhanced Text Interaction: Custom context menu allows for easy passage of marked text to Kagi's search or assistant tools.
- Home Widget: Includes a home screen widget for quick actions, enhancing productivity.
Expand Down
2 changes: 1 addition & 1 deletion metadata/android/en-US/title.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
BangNavigator: A Kagi Browser
Lensai: A Kagi Browser

0 comments on commit 9d4c975

Please sign in to comment.