Skip to content

Commit 072bff8

Browse files
Merge pull request #212 from xavierfoucrier/dev
v3.9.0
2 parents ca4d875 + 4509b32 commit 072bff8

27 files changed

+3407
-3336
lines changed

.github/workflows/ci.yml

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# Github workflow for Continuous Integration
2+
3+
name: CI
4+
5+
on:
6+
push:
7+
branches:
8+
- main
9+
10+
pull_request:
11+
branches:
12+
- main
13+
- dev
14+
15+
jobs:
16+
build:
17+
runs-on: windows-latest
18+
defaults:
19+
run:
20+
working-directory: code
21+
steps:
22+
- name: Checkout the repository
23+
uses: actions/checkout@v3
24+
25+
- name: Setup MSBuild
26+
uses: microsoft/setup-msbuild@v1
27+
28+
- name: Setup NuGet
29+
uses: NuGet/setup-nuget@v1
30+
31+
- name: Restore NuGet packages
32+
run: nuget restore InboxNotifier.sln
33+
34+
- name: Build solution — Debug
35+
run: |
36+
msbuild.exe InboxNotifier.sln /p:configuration="Debug" /p:platform="Any CPU" /m
37+
38+
- name: Build solution — Release 32 bits (x86)
39+
run: |
40+
msbuild.exe InboxNotifier.sln /p:configuration="Release x86" /p:platform="Any CPU" /m
41+
42+
- name: Build solution — Release 64 bits (x64)
43+
run: |
44+
msbuild.exe InboxNotifier.sln /p:configuration="Release x64" /p:platform="Any CPU" /m
45+

.github/workflows/sync-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
build:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v3
1818
- uses: micnncim/action-label-syncer@v1
1919
env:
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.travis.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Inbox Notifier – [![Version](https://img.shields.io/github/release/xavierfoucrier/inbox-notifier)](https://github.com/xavierfoucrier/inbox-notifier/releases/latest) [![Code quality](https://img.shields.io/codacy/grade/088c98657120438ca3f8ffb529abcb79)](https://app.codacy.com/project/xavier.foucrier/inbox-notifier/dashboard) [![Build Status](https://img.shields.io/travis/xavierfoucrier/inbox-notifier/master "Travis CI - Builds")](https://travis-ci.org/xavierfoucrier/inbox-notifier) [![Downloads](https://img.shields.io/github/downloads/xavierfoucrier/inbox-notifier/total "Downloads - All releases")](https://github.com/xavierfoucrier/inbox-notifier/releases) [![Softpedia](https://img.shields.io/badge/softpedia-award-%230E7FC0 "Softpedia - Award")](https://www.softpedia.com/get/Internet/E-mail/Mail-Utilities/xavierfoucrier-Inbox-Notifier.shtml#status)
1+
# Inbox Notifier – [![Version](https://img.shields.io/github/release/xavierfoucrier/inbox-notifier)](https://github.com/xavierfoucrier/inbox-notifier/releases/latest) [![Code quality](https://img.shields.io/codacy/grade/088c98657120438ca3f8ffb529abcb79)](https://app.codacy.com/project/xavier.foucrier/inbox-notifier/dashboard) [![ci](https://img.shields.io/github/actions/workflow/status/xavierfoucrier/inbox-notifier/ci.yml?branch=main)](https://github.com/xavierfoucrier/inbox-notifier/actions?query=workflow:"CI") [![Downloads](https://img.shields.io/github/downloads/xavierfoucrier/inbox-notifier/total "Downloads - All releases")](https://github.com/xavierfoucrier/inbox-notifier/releases) [![Softpedia](https://img.shields.io/badge/softpedia-award-%230E7FC0 "Softpedia - Award")](https://www.softpedia.com/get/Internet/E-mail/Mail-Utilities/xavierfoucrier-Inbox-Notifier.shtml#status)
22
Gmail notifications instantly in the Windows taskbar.
33

44
[![Inbox Notifier](logo.png "Inbox Notifier")](logo.png?raw=true)
55

66
## Features
7-
Inbox Notifier is provided with **a bunch of useful features that bring your inbox always up to date** and keep you focus on your work:
7+
Inbox Notifier allows you to display **Gmail notifications** instantly in the Windows taskbar, without the need to have a Google Chrome instance open and running. The application is provided with **a bunch of useful features that bring your inbox always up to date** and keep you focus on your work:
88

99
* Synchronization - *automatic sync that keep you up to date every time*
1010
* Email notifications - *display concise notifications when needed*
@@ -16,6 +16,7 @@ Inbox Notifier is provided with **a bunch of useful features that bring your inb
1616
* Multilingual support - *french/english/german/russian*
1717
* Inbox statistics preview - *display drafts/labels/unreads/totals messages from the inbox*
1818
* Attachment information - *notice when a message have one or more attachments*
19+
* Proxy support - *use Windows proxy settings when available*
1920
* Network reconnection - *try to reconnect to the network when the internet connection is lost*
2021
* User privacy - *use Cloudflare DNS and fallback to Google if needed*
2122
* Scheduled synchronization - *disable the synchronization to have a peaceful weekend*
@@ -27,7 +28,7 @@ Discover application interface and features through **some Youtube videos**:
2728

2829

2930
## Compatibility
30-
Inbox Notifier is fully tested on **Windows 7**, **Windows 10** and **Windows 11**.
31+
Inbox Notifier is build on top of C# and .NET Framework with Visual Studio, fully tested on **Windows 7**, **Windows 10** and **Windows 11**.
3132

3233
Many other Windows operating systems may work, like Windows 8/8.1/Server, but are not extensively tested for the moment. Regarding the .NET Framework version, some operating systems like Windows Vista/XP are no longer supported.
3334

@@ -44,7 +45,7 @@ Note that this version of the .NET Framework **evolve in time**: the application
4445
#### Setup installer
4546
The setup installer contains both `32 bits (x86)` and `64 bits (x64)` versions: this is the better way to install Windows application and allow you to **cleanly install/uninstall** the application with ease.
4647

47-
* :package: [Inbox Notifier 3.7.0](https://github.com/xavierfoucrier/inbox-notifier/releases/download/v3.7.0/Inbox.Notifier.3.7.0.exe)
48+
* :package: [Inbox Notifier 3.9.0](https://github.com/xavierfoucrier/inbox-notifier/releases/download/v3.9.0/Inbox.Notifier.3.9.0.exe)
4849

4950
> Note that you will need **administrator rights** to properly complete the installation.
5051

code/.editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ end_of_line = crlf
88
indent_style = tab
99
insert_final_newline = false
1010
tab_width = 2
11+
indent_size = 2
1112
trim_trailing_whitespace = true
1213
csharp_indent_case_contents = true
1314
csharp_indent_case_contents_when_block = true

0 commit comments

Comments
 (0)